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