summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
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
2022-04-19chart2: ExplicitValueProvider - make forward declrs. consistentTomaž Vajngerl
2022-04-19chart2: move ExplicitValueProvider impl. out of ChartViewTomaž Vajngerl
2022-04-18chart2: convert TitleAlignment enum to enum classTomaž Vajngerl
2022-04-18chart2: extract SeriesPlotterContainer into its own fileTomaž Vajngerl
2022-04-18chart2: extract AxisUsage from ChartView into AxisUsage.hxxTomaž Vajngerl
2022-04-18chart2: use a constant instead of a function for a contant valueTomaž Vajngerl
2022-04-18chart: cleanup member vars in Diagram.hxxTomaž Vajngerl
2022-04-15Prepare SvNumberFormatter::GetEditFormat() to obtain for another localeEike Rathke
2022-04-14use more string_view in chart2Noel Grandin
2022-04-14Resolves: tdf#141625 give enough space to see full date+timeCaolán McNamara
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin