summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* tdf#151424 Spider web chart drawing errorNoel Grandin2022-10-1011-22/+26
* tdf#151091 Revert "tdf#148635 cache some chart stuff"Noel Grandin2022-09-231-13/+8
* tdf#150176 pptx chart import: fix automatic border styleBalazs Varga2022-08-092-0/+16
* crashtesting: null date assert seen on loading forum-fr-25994.odsCaolán McNamara2022-08-081-3/+22
* tdf#128150 Fix PPTX slide background fill mode for shapesSamuel Mehrbrodt2022-07-083-1/+7
* tdf#104428 Improve rendering of exploded donut chartsKurt Nordback2022-07-053-19/+55
* tdf#56580 Fix negative error bars on log chartKurt Nordback2022-07-041-1/+15
* tdf#149204 revert getSeriesNames method to the original behaviourTomaž Vajngerl2022-06-232-7/+18
* tdf#149536 Move Up/Down in Data Table switched enabled statusesAron Budea2022-06-151-2/+2
* new loplugin:moveitNoel Grandin2022-06-101-3/+3
* A simpler way to avoid MSVC warning C4018 "signed/unsigned mismatch"Stephan Bergmann2022-06-021-2/+2
* Use o3tl::make_unsigned, nPolygonIndex is already clamped to non-negative hereStephan Bergmann2022-06-021-1/+1
* Use o3tl::make_unsigned, nPolygonIndex is already clamped to non-negative hereStephan Bergmann2022-06-021-1/+2
* Use more appropriate index variable typesStephan Bergmann2022-06-0120-58/+99
* Use less noisy way to iterate over some (unscoped) enumerationStephan Bergmann2022-06-011-4/+4
* The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann2022-06-011-2/+2
* Use some range-based for loopsStephan Bergmann2022-05-313-10/+10
* add GetItemState to SfxItemIter, the same way I did to SfxWhichIterNoel Grandin2022-05-281-1/+1
* use the new SfxWhichIter::GetItemState featureNoel Grandin2022-05-281-2/+3
* Use o3tl::make_unsigned in some placesStephan Bergmann2022-05-2412-19/+30
* modernize and improve PropertySetInfoNoel Grandin2022-05-241-4/+2
* no need to instantiate these services indirectlyNoel Grandin2022-05-243-227/+208
* instantiate Title directly in chartNoel Grandin2022-05-233-59/+51
* chart2: simplify sheet indices constants for trendline calc. testTomaž Vajngerl2022-05-191-12/+6
* chart2: prefix VDataSeries members, rename Double to m_aValuesTomaž Vajngerl2022-05-112-33/+31
* chart2: remove code duplication in VSeriesPlotter::getSeriesNamesTomaž Vajngerl2022-05-112-28/+34
* chart2: simplify with structured binding decl. and some cleanupTomaž Vajngerl2022-05-113-49/+40
* chart2: add func. to convert from css::awt and B2IRectangleTomaž Vajngerl2022-05-103-2/+10
* tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya2022-05-091-1/+1
* remove unnecessary sequenceToContainerNoel Grandin2022-05-063-45/+41
* chart2: add function to create a table shape to ShapeFactoryTomaž Vajngerl2022-05-062-0/+17
* chart2: use range for loop to iterate rVCooSysList in ChartViewTomaž Vajngerl2022-05-061-21/+16
* chart2: typedef SeriesPlottersType is not neededTomaž Vajngerl2022-05-062-7/+8
* loplugin:unusedvariableplusNoel Grandin2022-05-052-7/+0
* use more o3tl::getTokenNoel Grandin2022-05-051-2/+3
* Just use Any ctor instead of makeAny in chart2Stephan Bergmann2022-05-0511-23/+23
* simplify RegressionCurveCalculator::getFormattedStringNoel Grandin2022-05-031-9/+3
* add o3tl::equalsAsciiNoel Grandin2022-05-031-3/+3
* use more string_view in variousNoel Grandin2022-05-011-2/+3
* add string_view wrappers for rtl::math::stringToDoubleNoel Grandin2022-04-271-1/+1
* add o3tl::toUInt32Noel Grandin2022-04-261-2/+2
* Recheck module chart2 with IWYUGabor Kelemen2022-04-2539-138/+0
* Recheck module chart2 with IWYUGabor Kelemen2022-04-23149-381/+80
* Drop a bit more special-casing for Chart's sidebar property deckMike Kaganski2022-04-221-10/+11
* no need to make copies of the vector hereNoel Grandin2022-04-201-6/+6
* loplugin:passstuffbyrefNoel Grandin2022-04-204-4/+4
* new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin2022-04-195-13/+13
* tdf#148635 cache some chart stuffNoel Grandin2022-04-191-8/+13
* tdf#148635 no need to init ChartDataWrapper more than onceNoel Grandin2022-04-191-0/+3
* chart2: change define to constantTomaž Vajngerl2022-04-191-1/+1