1. cc57038 only some languages put a space between number and % by Caolán McNamara · 9 years ago
  2. b79f8d6 Fix typo in queryAggregation by Stephan Bergmann · 9 years ago
  3. 610968f Add custom HID to the 'From Data Table' option by Gabor Kelemen · 9 years ago
  4. d666c2f make string translation loading more uniform by Caolán McNamara · 9 years ago
  5. 3d54ea1 can drop SCH_RESSTR now by Caolán McNamara · 9 years ago
  6. 98c4cd3 loplugin:unusedfields improve write-only analysis by Noel Grandin · 9 years ago
  7. 2c3f58e Translate German comments and debug strings (leftovers in dirs a... to c...) by Johnny_M · 9 years ago
  8. 389da66 remove unused uno::Reference vars by Noel Grandin · 9 years ago
  9. 9e92527 tdf#107103 fixes for the legend in a pivot chart by Tomaž Vajngerl · 9 years ago
  10. 2962cee remove some unnecessary temporary OUStrings by Noel Grandin · 9 years ago
  11. 719a2ad remove unnecessary empty OUString fields and vars by Noel Grandin · 9 years ago
  12. 4763091 loplugin:constantparam by Noel Grandin · 9 years ago
  13. 5aa54f1 break circular include by Jochen Nitschke · 9 years ago
  14. 97eb00c revert OSL_ASSERT changes by Chris Sherlock · 9 years ago
  15. a2709d8 tdf#43157: convert chart2 view source from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
  16. ebe3547 tdf#43157: convert chart2 model source from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
  17. 42bc683 tdf#43157: convert chart2 controller source from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
  18. 73b7044 tdf#43157: convert chart2 tools source from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
  19. 93a9b70 loplugin:checkunusedparams in svtools by Noel Grandin · 9 years ago
  20. 1fdb0e1 Replace all OUString("") with OUString() by Arnaud Versini · 9 years ago
  21. 68e2133 remove empty comments by Noel Grandin · 9 years ago
  22. d02d528 tdf#107145 display applied filters for page field in pivot chart by Tomaž Vajngerl · 9 years ago
  23. 23c0b3e tdf#107074 uncommenting createLabels for the axis fixes the issue by Tomaž Vajngerl · 9 years ago
  24. 9e5314f tdf#107097 invoke internal DP and correctly handle "range" names by Tomaž Vajngerl · 9 years ago
  25. c9a36f5 loplugin:salunicodeliteral: chart2 by Stephan Bergmann · 9 years ago
  26. da57421 commit: loplugin:checkunusedparams in chart2 by Noel Grandin · 9 years ago
  27. dd1df64 remove svx bitmaps from .src files by Caolán McNamara · 9 years ago
  28. 7df9486 Resolves: tdf#107372 set opengl context when using opengl functions by Caolán McNamara · 9 years ago
  29. 6c75ef58 remove chart2 bitmaps from .src files by Caolán McNamara · 9 years ago
  30. da64d198 tools: svstream.hxx needs only errcode.hxx & not errinf.hxx by Chris Sherlock · 9 years ago
  31. a21e0d3 coverity#1405470 Unchecked dynamic_cast by Caolán McNamara · 9 years ago
  32. fb698d5 Replace GetImage with CommandInfoProvider::GetImageForCommand by Maxim Monastirsky · 9 years ago
  33. 011057b tdf#107068 add arrow to the buttons, mark if field is filtered by Tomaž Vajngerl · 9 years ago
  34. df69f1c tdf#107071 remove "Data Range" from context menu in a pivot chart by Tomaž Vajngerl · 9 years ago
  35. f44fb84 tdf#107067 remove data buttons as they don't have any action by Tomaž Vajngerl · 9 years ago
  36. d30d50e tdf#107069 don't show "move" cursor on field buttons by Tomaž Vajngerl · 9 years ago
  37. 8fced91 clang-tidy readability-simplify-boolean-expr in accessibility..cui by Noel Grandin · 9 years ago
  38. 6390d77 convert MeasurementSystem to scoped enum by Noel Grandin · 9 years ago
  39. 22c775b cppcheck: arrayIndexThenCheck by Julien Nabet · 9 years ago
  40. 9f5a275 Fix typos by Andrea Gelmini · 9 years ago
  41. 0446cca Improved loplugin:redundantcast, static_cast on arithmetic types: chart2 by Stephan Bergmann · 9 years ago
  42. 724ddb9 loplugin:useuniqueptr by Stephan Bergmann · 9 years ago
  43. f194540 loplugin:redundantcast check for c-style float casts by Noel Grandin · 9 years ago
  44. aa09b0c loplugin:useuniqueptr extend to catch more localvar cases by Noel Grandin · 9 years ago
  45. 7662e92 loplugin:redundantcast find cstyle double casts by Noel Grandin · 9 years ago
  46. 572e9cd loplugin:redundantcast find c-style bool casts by Noel Grandin · 9 years ago
  47. 9009663 tdf#83257 [API-CHANGE] Pivot chart implementation by Tomaž Vajngerl · 9 years ago
  48. 2f33a8c coverity#1403662 Mixing enum types by Caolán McNamara · 9 years ago
  49. 8cd5002 use actual UNO enums in chart2 by Noel Grandin · 9 years ago
  50. a5a5713 tdf#82580 tools: rename Rectangle to tools::Rectangle by Miklos Vajna · 9 years ago
  51. 9bfd742 loplugin:unusedmethods by Noel Grandin · 9 years ago
  52. 5a725d1 loplugin:singlevalfields by Noel Grandin · 9 years ago
  53. 539470e it makes no sense for CC to leak resources when its unaware of model by Bjoern Michaelsen · 9 years ago
  54. 83c1a32 Remove obsolete code by Bjoern Michaelsen · 9 years ago
  55. 5262883 Fix typos by Andrea Gelmini · 9 years ago
  56. 3784370 fix for regression from 522e9c65: dont make all charts disappear by Bjoern Michaelsen · 9 years ago
  57. 9c2884a when getting the naked VCL Window from UNO: hold the solar mutex by Bjoern Michaelsen · 9 years ago
  58. 522e9c6 UNO objects should never hold a VclPtr they dont own on heap ... by Bjoern Michaelsen · 9 years ago
  59. e8c723a Lets not call 1/2 of everyone we know friend... by Bjoern Michaelsen · 9 years ago
  60. f0a6f35 Lets not call 1/2 of everyone we know friend... by Bjoern Michaelsen · 9 years ago
  61. eb02183 Lets not call 1/2 of everyone we know friend... by Bjoern Michaelsen · 9 years ago
  62. ed76d1d loplugins:redundantcast teach it about c-style typedef casts by Noel Grandin · 9 years ago
  63. b5bef1f Typos by Julien Nabet · 9 years ago
  64. d948d66 Fix typos by Andrea Gelmini · 9 years ago
  65. 9bb21ef cleanup itempool includes by Jochen Nitschke · 9 years ago
  66. e29dafb remove unused defines from HRC files in chart2 by Noel Grandin · 9 years ago
  67. 8ccbc16 convert SvxFrameDirection to scoped enum by Noel Grandin · 9 years ago
  68. a203e81 Revert "loplugin:implicitboolconversion" by Tor Lillqvist · 9 years ago
  69. cbb2e6b loplugin:implicitboolconversion by Tor Lillqvist · 9 years ago
  70. 898f354 cppcheck: unsignedLessThanZero by Jochen Nitschke · 9 years ago
  71. c91c210 cppcheck: unsignedLessThanZero by Julien Nabet · 9 years ago
  72. 9cb57a5 convert SvxAdjust to scoped enum by Noel Grandin · 9 years ago
  73. 60708af Revert "tdf#99352: ensure ChartController is disposing its VclPtrs on DeInitVCL" by Markus Mohrhard · 9 years ago
  74. 6cb9e6d Remove redundant 'inline' keyword by Stephan Bergmann · 9 years ago
  75. 926c0d7 tdf#99352: ensure ChartController is disposing its VclPtrs on DeInitVCL by Bjoern Michaelsen · 9 years ago
  76. 6fab286 Fix typos by Andrea Gelmini · 9 years ago
  77. 198c41c new loplugin unoany by Noel Grandin · 9 years ago
  78. a57a890 chart: use c++11 for-statement in VSeriesPlotter by Tomaž Vajngerl · 9 years ago
  79. 48e83f7 makeAny->Any in cppuhelper..cui by Noel Grandin · 9 years ago
  80. 0649622 loplugin:unusedmethods by Noel Grandin · 9 years ago
  81. b8e85c6 loplugin:subtlezeroinit: chart2 by Stephan Bergmann · 9 years ago
  82. ce315ac SvNumberFormatter::GetType() does not include NumberFormat::DEFINED by Eike Rathke · 9 years ago
  83. 63cb2a8 cppcheck: redundantAssignment by Jochen Nitschke · 9 years ago
  84. be021ba convert StackMode to scoped enum by Noel Grandin · 9 years ago
  85. ce92b5d drop enum NormalAxis by Noel Grandin · 9 years ago
  86. 1ac9f8d convert PropertyType to scoped enum by Noel Grandin · 9 years ago
  87. 80dd757 convert GraphicObjectType to scoped enum by Noel Grandin · 9 years ago
  88. 3ed6cb5 convert AccessibleBase::EventType to scoped enum by Noel Grandin · 9 years ago
  89. 802a76d drop TimeBasedMode enum by Noel Grandin · 9 years ago
  90. 6de3688 Drop :: prefix from std in c*/ by Tor Lillqvist · 9 years ago
  91. 8faff1e chart2: remove unneeded includes by Tomaž Vajngerl · 9 years ago
  92. 6fe9017 -Werror,-Wunused-private-field by Stephan Bergmann · 9 years ago
  93. 608811c chart2: simplify and/or clean-up and c++11 features by Tomaž Vajngerl · 9 years ago
  94. 8cc8ffd [API CHANGE] Add PopupRequest - a callback to open a pop-up win. in calc by Tomaž Vajngerl · 9 years ago
  95. 1425067 chart2: layout buttons in charts when data is present by Tomaž Vajngerl · 9 years ago
  96. 30efd7cf chart2: simple button (view) to add to a chart by Tomaž Vajngerl · 9 years ago
  97. 8aff36d Various typos about property by Julien Nabet · 9 years ago
  98. 20c43a2 "Unicode" is a proper noun and should not be used in plural by Tor Lillqvist · 9 years ago
  99. 3b94a46 The string "###" can be written as such, no need for a Special Const Variable by Tor Lillqvist · 9 years ago
  100. 4df2bc9 A newline is not that special or hard to remember by Tor Lillqvist · 9 years ago