1. 608dee4 loplugin:privatebase: Make various derivations public by Stephan Bergmann · 10 years ago
  2. 9ff5abf loplugin:privatebase: Make derivation from noncopyable explicitly private by Stephan Bergmann · 10 years ago
  3. 6fc3fd2 loplugin:unusedmethods unused return value in chart2 by Noel Grandin · 10 years ago
  4. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  5. 5553d6a tdf#96807 Reset min/max of auto scale by Laurent Balland-Poirier · 10 years ago
  6. 5e65c27 Fix typos by Andrea Gelmini · 10 years ago
  7. 5b22663 Make SotFactory private to sot/ and clean a bit by Matúš Kukan · 10 years ago
  8. d75b9fd tdf#94205: Use o3tl::make_unique insted of new+std::move. by Sheikha AL-Hinai · 10 years ago
  9. 6415b9e use correct decimal separator by Markus Mohrhard · 10 years ago
  10. f61d3bc cppcheck: noExplicitConstructor by Caolán McNamara · 10 years ago
  11. e3a31fc loplugin:unusedfields by Noel Grandin · 10 years ago
  12. c5458af loplugin:unusedfields in chart2 by Noel Grandin · 10 years ago
  13. 6d230bc tdf#91063 Better organize Error Bar content panel by Yousuf Philips · 10 years ago
  14. 291f55e assert that no ODF import happens without a BaseURL by Michael Stahl · 10 years ago
  15. 07004a7 chart2: add DocumentBaseURL in ChartFrameLoader::load() by Michael Stahl · 10 years ago
  16. 45300b4 chart2: fix obvious mis-use of wrong member in XMLFilter::impl_Import() by Michael Stahl · 10 years ago
  17. 6ac9a4f Make .mk files more portable by Baptiste Daroussin · 10 years ago
  18. d2df0ad No need for a separate <vcl/lstbox.h> by Tor Lillqvist · 10 years ago
  19. a643222 No need for a separate <vcl/graph.h> by Tor Lillqvist · 10 years ago
  20. 576c756 Return std::unique_ptr from svt::AcceleratorExecute::createAcceleratorHelper by Stephan Bergmann · 10 years ago
  21. c95a6ad No need for a separate <vcl/combobox.h> by Tor Lillqvist · 10 years ago
  22. 2afead7 tdf#69977: constructing and destructing AccessibleElementInfo... by Noel Grandin · 10 years ago
  23. ebe80ac Clean up use of libxml2 BAD_CAST by Stephan Bergmann · 10 years ago
  24. 19f64cc chart2: replace boost::ptr_map with std::map by Michael Stahl · 10 years ago
  25. f46327e chart2: replace boost::ptr_map with std::map by Michael Stahl · 10 years ago
  26. 25ad18c chart2: replace boost::ptr_map with std::map<std::unique_ptr> by Michael Stahl · 10 years ago
  27. 7532317 WaE: comparison between signed and unsigned integer expressions by Tor Lillqvist · 10 years ago
  28. e6721d2 uno::Sequence->std::vector in SfxIntegerListItem by Noel Grandin · 10 years ago
  29. 7f8c4b8 Use comphelper::containerToSequence() by Noel Grandin · 10 years ago
  30. ec3f724 loplugin:unusedfields by Noel Grandin · 10 years ago
  31. 4daba1f tdf#88154 - added unit test for rotated layout by Marco Cecchetti · 10 years ago
  32. 509cfa4 Resolves: tdf#96072 export Chart format codes in Excel notation by Eike Rathke · 10 years ago
  33. bc8dcb2 -Werror,-Wunused-private-field by Stephan Bergmann · 10 years ago
  34. a508f63 mark UNO structs as SAL_WARN_UNUSED, where possible by Noel Grandin · 10 years ago
  35. 1f86864 loplugin:unusedfields various by Noel Grandin · 10 years ago
  36. b639fe6 VirtualDevices either match another device depth, or are 1 bit by Caolán McNamara · 10 years ago
  37. c43a3a5 establish that Virtual Devices either match Physical Device depth or ... by Caolán McNamara · 10 years ago
  38. 4a27c2c Remove last redundant toolbar:style properties by Samuel Mehrbrodt · 10 years ago
  39. c79b7fd loplugin:unusedfields in chart2 by Noel Grandin · 10 years ago
  40. fe3fd05 add mapKeysToSequence/mapValuesToSequence methods to comphelper by Noel Grandin · 10 years ago
  41. 42a9501 Remove redundant toolbar:style attributes by Samuel Mehrbrodt · 10 years ago
  42. 2554efa use comphelper::containerToSequence by Noel Grandin · 10 years ago
  43. 53f16c3 remove unused typedefs and inline use-once typedefs by Noel Grandin · 10 years ago
  44. d9e6270 loplugin:unnecessaryvirtual by Noel Grandin · 10 years ago
  45. 06116bd1 Fast PCH generator and optimized PCH files by Ashod Nakashian · 10 years ago
  46. 96c26b0 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  47. 25aec38 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  48. 54d2295 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  49. 8e234c5 use initialiser syntax for Sequence<OUString> by Noel Grandin · 10 years ago
  50. a0b9baa Bin mesa_headers completely by Tor Lillqvist · 10 years ago
  51. b216cc1 Avoid mesa_headers on X11, also link with -lGL only where necesssary by Tor Lillqvist · 10 years ago
  52. 40c4a08 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  53. c3efbb1 fix build, std::make_unique is C++14, use o3tl::make_unique by Noel Grandin · 10 years ago
  54. 41e9197 fix build by Noel Grandin · 10 years ago
  55. 73baabf chart2: replace boost::ptr_vector with std::vector<unique_ptr> by Noel Grandin · 10 years ago
  56. e0dec4c chart2: replace boost::ptr_vector with std::vector<unique_ptr> by Noel Grandin · 10 years ago
  57. 126103c chart2: replace boost::ptr_vector with std::vector<unique_ptr> by Noel Grandin · 10 years ago
  58. c3e642c chart2: replace boost::ptr_vector with std::vector<unique_ptr> by Noel Grandin · 10 years ago
  59. 6c80a8f new loplugin: oncevar by Noel Grandin · 10 years ago
  60. d097d86 coverity#1338265 Uncaught exception by Caolán McNamara · 10 years ago
  61. e460c11 coverity#1338253 Uncaught exception by Caolán McNamara · 10 years ago
  62. a86b41c loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  63. 48a3359 Reduce scope of #include <tools/poly.hxx> by Matteo Casalin · 10 years ago
  64. 177183f Proper fix for coverity#1326893 by Stephan Bergmann · 10 years ago
  65. 59b072e yyyyy by Noel Grandin · 10 years ago
  66. be729e7 tdf#94269: Replace "n" prefix for bool variables with "b" by Benjamin Ni · 11 years ago
  67. 065c8b4 use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  68. 644487a loplugin:unusedmethods by Noel Grandin · 11 years ago
  69. 13938d6 Replace boost::bind by lambdas in chart2 tree. by Mario J. Rugiero · 10 years ago
  70. 64de38c tdf#91063 Move border to Gtkbox in Data Series content panel by Yousuf Philips · 10 years ago
  71. 04f66b0 tdf#91063 Change show legend label to tooltip in chart sidebar by Yousuf Philips · 10 years ago
  72. d550cdb implement text rotation for chart axis sidebar panel, tdf#94970 by Markus Mohrhard · 10 years ago
  73. 66a25e9 make it harder to use the API wrongly, tdf#95056 by Markus Mohrhard · 10 years ago
  74. 73cfe5f disable all error bar radion buttons in the beginning, tdf#95057 by Markus Mohrhard · 10 years ago
  75. 2f3ea8d refactor out some com::sun::star typedefs by Noel Grandin · 10 years ago
  76. 56e6f0d new loplugin: badvectorinit by Noel Grandin · 11 years ago
  77. dedf0a2 loplugin:defaultparams by Stephan Bergmann · 10 years ago
  78. 31c1b82 tdf#91063 Move border to Gtkbox similar to other panels by Yousuf Philips · 10 years ago
  79. 1707c47 loplugin:defaultparams by Stephan Bergmann · 10 years ago
  80. 367105e cleanup some local var declarations by Noel Grandin · 10 years ago
  81. 51f1062 tdf#94960, Revert "it is insane to not map line and ..." by Markus Mohrhard · 10 years ago
  82. 2d27c57 mark numbers as untranslatable by Stanislav Horacek · 10 years ago
  83. 9facb82 coverity#1327446 Unchecked dynamic_cast by Caolán McNamara · 10 years ago
  84. 945965e5 convert Link<> to typed by Noel Grandin · 10 years ago
  85. 6f1313b convert Link<> to typed by Noel Grandin · 10 years ago
  86. cb7563e -Werror,-Wunused-private-field by Stephan Bergmann · 10 years ago
  87. 0e8a40e calling IsSet() before Call() on Link<> is unnecessary by Noel Grandin · 10 years ago
  88. 1716b3a remove some useless comments by Noel Grandin · 10 years ago
  89. af77042 disable arrow heads in chart sidebar, tdf#94971 by Markus Mohrhard · 10 years ago
  90. 01cc898 update the line panel for data points, related tdf#94969 by Markus Mohrhard · 10 years ago
  91. 2753cd3 update area panel for data points, tdf#94969 by Markus Mohrhard · 10 years ago
  92. ba45d25 Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  93. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  94. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  95. 3c99f85 convert Link<> to typed by Noel Grandin · 11 years ago
  96. 0f88736 loplugin:mergeclasses by Noel Grandin · 10 years ago
  97. 82cf6c6 also update line panel for axis, related tdf#94933 by Markus Mohrhard · 10 years ago
  98. 3ddad21 also update line panel for average and trend line, tdf#94933 by Markus Mohrhard · 10 years ago
  99. 5f73eae we need to take the SolarMutex when we change the UI by Markus Mohrhard · 10 years ago
  100. 14237c1 use trendline context for trendlines, tdf#94931, tdf#94934 by Markus Mohrhard · 10 years ago