summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
2022-09-23tdf#151091 Revert "tdf#148635 cache some chart stuff"Noel Grandin
2022-08-09tdf#150176 pptx chart import: fix automatic border styleBalazs Varga
2022-08-08crashtesting: null date assert seen on loading forum-fr-25994.odsCaolán McNamara
2022-07-08tdf#128150 Fix PPTX slide background fill mode for shapesSamuel Mehrbrodt
2022-07-05tdf#104428 Improve rendering of exploded donut chartsKurt Nordback
2022-07-04tdf#56580 Fix negative error bars on log chartKurt Nordback
2022-06-23tdf#149204 revert getSeriesNames method to the original behaviourTomaž Vajngerl
2022-06-15tdf#149536 Move Up/Down in Data Table switched enabled statusesAron Budea
2022-06-10new loplugin:moveitNoel Grandin
2022-06-02A simpler way to avoid MSVC warning C4018 "signed/unsigned mismatch"Stephan Bergmann
2022-06-02Use o3tl::make_unsigned, nPolygonIndex is already clamped to non-negative hereStephan Bergmann
2022-06-02Use o3tl::make_unsigned, nPolygonIndex is already clamped to non-negative hereStephan Bergmann
2022-06-01Use more appropriate index variable typesStephan Bergmann
2022-06-01Use less noisy way to iterate over some (unscoped) enumerationStephan Bergmann
2022-06-01The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann
2022-05-31Use some range-based for loopsStephan Bergmann
2022-05-28add GetItemState to SfxItemIter, the same way I did to SfxWhichIterNoel Grandin
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-24modernize and improve PropertySetInfoNoel Grandin
2022-05-24no need to instantiate these services indirectlyNoel Grandin
2022-05-23instantiate Title directly in chartNoel Grandin
2022-05-19chart2: simplify sheet indices constants for trendline calc. testTomaž Vajngerl
2022-05-11chart2: prefix VDataSeries members, rename Double to m_aValuesTomaž Vajngerl
2022-05-11chart2: remove code duplication in VSeriesPlotter::getSeriesNamesTomaž Vajngerl
2022-05-11chart2: simplify with structured binding decl. and some cleanupTomaž Vajngerl
2022-05-10chart2: add func. to convert from css::awt and B2IRectangleTomaž Vajngerl
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya
2022-05-06remove unnecessary sequenceToContainerNoel Grandin
2022-05-06chart2: add function to create a table shape to ShapeFactoryTomaž Vajngerl
2022-05-06chart2: use range for loop to iterate rVCooSysList in ChartViewTomaž Vajngerl
2022-05-06chart2: typedef SeriesPlottersType is not neededTomaž Vajngerl
2022-05-05loplugin:unusedvariableplusNoel Grandin
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-05Just use Any ctor instead of makeAny in chart2Stephan Bergmann
2022-05-03simplify RegressionCurveCalculator::getFormattedStringNoel Grandin
2022-05-03add o3tl::equalsAsciiNoel Grandin
2022-05-01use more string_view in variousNoel Grandin
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-26add o3tl::toUInt32Noel Grandin
2022-04-25Recheck module chart2 with IWYUGabor Kelemen
2022-04-23Recheck module chart2 with IWYUGabor Kelemen
2022-04-22Drop a bit more special-casing for Chart's sidebar property deckMike Kaganski
2022-04-20no need to make copies of the vector hereNoel Grandin
2022-04-20loplugin:passstuffbyrefNoel Grandin
2022-04-19new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin
2022-04-19tdf#148635 cache some chart stuffNoel Grandin
2022-04-19tdf#148635 no need to init ChartDataWrapper more than onceNoel Grandin
2022-04-19chart2: change define to constantTomaž Vajngerl
2022-04-19chart2: not really worth having a TrueGuard - just use ScopeGuardTomaž Vajngerl