1. 0239c77 tdf#153640 Fix changing chart background color back to None by Samuel Mehrbrodt · 3 years, 2 months ago
  2. 64db5c6 tdf#145599 Charts gets corrupted when you draw a line inside them by Noel Grandin · 3 years, 4 months ago
  3. 4d64912 tdf#151847 Some chart UNO objects were not advertising their types property by Noel Grandin · 3 years, 4 months ago
  4. a7bc3fc tdf#151846 Restore XChartTypeTemplate by Noel Grandin · 3 years, 5 months ago
  5. 8f23544 Resolves: tdf#152087 strip any newlines from the entry by Caolán McNamara · 3 years, 5 months ago
  6. aafe006 tdf#151424 Spider web chart drawing error by Noel Grandin · 3 years, 6 months ago
  7. a81b629 tdf#151091 Revert "tdf#148635 cache some chart stuff" by Noel Grandin · 3 years, 7 months ago
  8. 57bfc05 tdf#150176 pptx chart import: fix automatic border style by Balazs Varga · 3 years, 8 months ago
  9. e3788eb crashtesting: null date assert seen on loading forum-fr-25994.ods by Caolán McNamara · 3 years, 8 months ago
  10. c723398 tdf#128150 Fix PPTX slide background fill mode for shapes by Samuel Mehrbrodt · 3 years, 10 months ago
  11. 597bc41 tdf#104428 Improve rendering of exploded donut charts by Kurt Nordback · 3 years, 10 months ago
  12. 31e9822 tdf#56580 Fix negative error bars on log chart by Kurt Nordback · 3 years, 10 months ago
  13. 9a03e2b5 tdf#149204 revert getSeriesNames method to the original behaviour by Tomaž Vajngerl · 3 years, 10 months ago
  14. bba36d1 tdf#149536 Move Up/Down in Data Table switched enabled statuses by Aron Budea · 3 years, 10 months ago
  15. f71606c new loplugin:moveit by Noel Grandin · 3 years, 10 months ago
  16. bee7a82 A simpler way to avoid MSVC warning C4018 "signed/unsigned mismatch" by Stephan Bergmann · 3 years, 10 months ago
  17. aa1004c Use o3tl::make_unsigned, nPolygonIndex is already clamped to non-negative here by Stephan Bergmann · 3 years, 10 months ago
  18. 470bc86 Use o3tl::make_unsigned, nPolygonIndex is already clamped to non-negative here by Stephan Bergmann · 3 years, 10 months ago
  19. acb65a6 Use more appropriate index variable types by Stephan Bergmann · 3 years, 10 months ago
  20. af1147f Use less noisy way to iterate over some (unscoped) enumeration by Stephan Bergmann · 3 years, 10 months ago
  21. e89e3a8 The return value of those getLength functions is guaranteed to be non-negative by Stephan Bergmann · 3 years, 10 months ago
  22. 66500b5 Use some range-based for loops by Stephan Bergmann · 3 years, 10 months ago
  23. 51f46dd add GetItemState to SfxItemIter, the same way I did to SfxWhichIter by Noel Grandin · 3 years, 10 months ago
  24. bcd2703 use the new SfxWhichIter::GetItemState feature by Noel Grandin · 3 years, 10 months ago
  25. 5060c50 Use o3tl::make_unsigned in some places by Stephan Bergmann · 3 years, 11 months ago
  26. 912b8fa modernize and improve PropertySetInfo by Noel Grandin · 3 years, 11 months ago
  27. eb6f624 no need to instantiate these services indirectly by Noel Grandin · 3 years, 11 months ago
  28. 8d00d5f instantiate Title directly in chart by Noel Grandin · 3 years, 11 months ago
  29. a353f63 chart2: simplify sheet indices constants for trendline calc. test by Tomaž Vajngerl · 3 years, 11 months ago
  30. 172e208 chart2: prefix VDataSeries members, rename Double to m_aValues by Tomaž Vajngerl · 4 years ago
  31. 4624574 chart2: remove code duplication in VSeriesPlotter::getSeriesNames by Tomaž Vajngerl · 4 years ago
  32. 35f4f75 chart2: simplify with structured binding decl. and some cleanup by Tomaž Vajngerl · 4 years ago
  33. d5371ec chart2: add func. to convert from css::awt and B2IRectangle by Tomaž Vajngerl · 4 years ago
  34. 6abc099 tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro by Pragat Pandya · 4 years ago
  35. 18715f6 remove unnecessary sequenceToContainer by Noel Grandin · 4 years ago
  36. ed883b9 chart2: add function to create a table shape to ShapeFactory by Tomaž Vajngerl · 4 years ago
  37. 71dee51 chart2: use range for loop to iterate rVCooSysList in ChartView by Tomaž Vajngerl · 4 years ago
  38. 7aa0730 chart2: typedef SeriesPlottersType is not needed by Tomaž Vajngerl · 4 years ago
  39. 9e57e16 loplugin:unusedvariableplus by Noel Grandin · 4 years ago
  40. 9f1701d use more o3tl::getToken by Noel Grandin · 4 years ago
  41. 6ad8a63 Just use Any ctor instead of makeAny in chart2 by Stephan Bergmann · 4 years ago
  42. a0533a8 simplify RegressionCurveCalculator::getFormattedString by Noel Grandin · 4 years ago
  43. ddef1e2 add o3tl::equalsAscii by Noel Grandin · 4 years ago
  44. 5200a73 use more string_view in various by Noel Grandin · 4 years ago
  45. d506ff9 add string_view wrappers for rtl::math::stringToDouble by Noel Grandin · 4 years ago
  46. 5fe702f1 add o3tl::toUInt32 by Noel Grandin · 4 years ago
  47. dec2c5f Recheck module chart2 with IWYU by Gabor Kelemen · 4 years ago
  48. fef939d Recheck module chart2 with IWYU by Gabor Kelemen · 4 years ago
  49. a09cf7e Drop a bit more special-casing for Chart's sidebar property deck by Mike Kaganski · 4 years ago
  50. b0f24ca no need to make copies of the vector here by Noel Grandin · 4 years ago
  51. 9f958c0 loplugin:passstuffbyref by Noel Grandin · 4 years ago
  52. ab699bf new loplugin:stringviewvar looks for OUString vars that can be by Noel Grandin · 4 years ago
  53. fd2ca96 tdf#148635 cache some chart stuff by Noel Grandin · 4 years ago
  54. 6500106 tdf#148635 no need to init ChartDataWrapper more than once by Noel Grandin · 4 years ago
  55. d3c22b1 chart2: change define to constant by Tomaž Vajngerl · 4 years ago
  56. 216493f chart2: not really worth having a TrueGuard - just use ScopeGuard by Tomaž Vajngerl · 4 years ago
  57. 540a54f chart2: ExplicitValueProvider - make forward declrs. consistent by Tomaž Vajngerl · 4 years ago
  58. efb3914 chart2: move ExplicitValueProvider impl. out of ChartView by Tomaž Vajngerl · 4 years ago
  59. 1fdd501 chart2: convert TitleAlignment enum to enum class by Tomaž Vajngerl · 4 years ago
  60. dc8cbda chart2: extract SeriesPlotterContainer into its own file by Tomaž Vajngerl · 4 years ago
  61. 45cdc2e chart2: extract AxisUsage from ChartView into AxisUsage.hxx by Tomaž Vajngerl · 4 years ago
  62. f80376d chart2: use a constant instead of a function for a contant value by Tomaž Vajngerl · 4 years ago
  63. 5c562a3 chart: cleanup member vars in Diagram.hxx by Tomaž Vajngerl · 4 years ago
  64. abe0080 Prepare SvNumberFormatter::GetEditFormat() to obtain for another locale by Eike Rathke · 4 years ago
  65. dbe92dc use more string_view in chart2 by Noel Grandin · 4 years ago
  66. c15fcea Resolves: tdf#141625 give enough space to see full date+time by Caolán McNamara · 4 years ago
  67. fdfd517 loplugin:stringviewparam whitelist some more functions by Noel Grandin · 4 years ago
  68. cbaf1fb loplugin:stringview more o3tl conversion by Noel Grandin · 4 years ago
  69. 3e76797 move comphelper::string::toInt32 to o3tl by Noel Grandin · 4 years ago
  70. 36e0e88 use more subView when converting to Int32 by Noel Grandin · 4 years ago
  71. 3a88b51 loplugin:stringviewparam convert methods using trim by Noel Grandin · 4 years ago
  72. e0bd17c tdf#148395: CRASH: doubleclick on chart OLE Object (bandaid) by Julien Nabet · 4 years ago
  73. 3e1e0af loplugin:stringviewparam convert methods using match by Noel Grandin · 4 years ago
  74. fc6d597 Related: tdf#117162 use a marginally tidier but riskier fix for trunk by Caolán McNamara · 4 years ago
  75. 78f7bd9 Resolves: tdf#117162 ImportDocumentHandler expects data provider to exist by Caolán McNamara · 4 years ago
  76. b0dfc41 replace dynamic C style arrays with std::vector in Splines.cxx by offtkp · 4 years ago
  77. f54ed0b replace temporary value swap with std::swap by offtkp · 4 years ago
  78. a2d49b6 tdf#147906 change sqrt(a * a + b * b) occurences to std::hypot(a, b) by Bartosz Kosiorek · 4 years ago
  79. a29f055 -Werror,-Wunused-but-set-variable by Stephan Bergmann · 4 years ago
  80. ab9896b tdf#147906 change all sqrt(a * a + b * b) occurences to std::hypot(a, b) by offtkp · 4 years ago
  81. 70cda6e tdf#148157: assertion after set "Between tick marks", click outside the chart by Julien Nabet · 4 years ago
  82. 7619bd3 loplugin:unusedmethods by Noel Grandin · 4 years, 1 month ago
  83. fe09f12 chart a11y: Drop bSendGlobally param from AccessibleBase::BroadcastAccEvent by Michael Weghorn · 4 years, 1 month ago
  84. cfd82e7 tdf#128747 chart2: don't overwrite labels by Justin Luth · 4 years, 1 month ago
  85. 64631dd lokCalcRTL: chart-edit: no bounding box by Dennis Francis · 4 years, 1 month ago
  86. 69b5f0b loplugin:constparams by Noel Grandin · 4 years, 1 month ago
  87. dcd5fa0 Drop misguided test added in 82a1d32d3d3ac1b4b0a6d4cfaca791c77d9b3c03 by Mike Kaganski · 4 years, 1 month ago
  88. 6f65272 make some svx methods const by Noel Grandin · 4 years, 1 month ago
  89. 97ca239 tdf#146463: chart2_import2: Add unittest by Xisco Fauli · 4 years, 1 month ago
  90. 3e23161 use SfxItemSet::GetItemIfSet in chart2 by Noel Grandin · 4 years, 1 month ago
  91. 7c5cfe5 tdf#146463 Apply data series filter to the chart legend by Ouyang Leyan · 4 years, 3 months ago
  92. 779d659 cid#1500452 Using a moved object by Caolán McNamara · 4 years, 1 month ago
  93. ec635b6 Advanced Diagram support: cleanup/consolidate with existing code by Armin Le Grand (Allotropia) · 4 years, 1 month ago
  94. 2baf13e use more TypedWhichId by Noel Grandin · 4 years, 1 month ago
  95. e63ad6a cid#1500434 Dereference after null check by Caolán McNamara · 4 years, 1 month ago
  96. dfd0717 tdf#127720 chart2: create new columns for error bars by Justin Luth · 4 years, 1 month ago
  97. ea1600e Resolves: tdf#147292 the area of the tooltip is wrong by Caolán McNamara · 4 years, 1 month ago
  98. 1af6ac5 cid#1500434 Dereference after null check by Caolán McNamara · 4 years, 1 month ago
  99. efa6c3d cid#1500643 Dereference before null check by Caolán McNamara · 4 years, 1 month ago
  100. b2965af cid#1500665 Dereference before null check by Caolán McNamara · 4 years, 1 month ago