summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann12-19/+30
2022-05-24modernize and improve PropertySetInfoNoel Grandin1-4/+2
2022-05-24no need to instantiate these services indirectlyNoel Grandin3-227/+208
2022-05-23instantiate Title directly in chartNoel Grandin3-59/+51
2022-05-19chart2: simplify sheet indices constants for trendline calc. testTomaž Vajngerl1-12/+6
2022-05-11chart2: prefix VDataSeries members, rename Double to m_aValuesTomaž Vajngerl2-33/+31
2022-05-11chart2: remove code duplication in VSeriesPlotter::getSeriesNamesTomaž Vajngerl2-28/+34
2022-05-11chart2: simplify with structured binding decl. and some cleanupTomaž Vajngerl3-49/+40
2022-05-10chart2: add func. to convert from css::awt and B2IRectangleTomaž Vajngerl3-2/+10
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya1-1/+1
2022-05-06remove unnecessary sequenceToContainerNoel Grandin3-45/+41
2022-05-06chart2: add function to create a table shape to ShapeFactoryTomaž Vajngerl2-0/+17
2022-05-06chart2: use range for loop to iterate rVCooSysList in ChartViewTomaž Vajngerl1-21/+16
2022-05-06chart2: typedef SeriesPlottersType is not neededTomaž Vajngerl2-7/+8
2022-05-05loplugin:unusedvariableplusNoel Grandin2-7/+0
2022-05-05use more o3tl::getTokenNoel Grandin1-2/+3
2022-05-05Just use Any ctor instead of makeAny in chart2Stephan Bergmann11-23/+23
2022-05-03simplify RegressionCurveCalculator::getFormattedStringNoel Grandin1-9/+3
2022-05-03add o3tl::equalsAsciiNoel Grandin1-3/+3
2022-05-01use more string_view in variousNoel Grandin1-2/+3
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin1-1/+1
2022-04-26add o3tl::toUInt32Noel Grandin1-2/+2
2022-04-25Recheck module chart2 with IWYUGabor Kelemen39-138/+0
2022-04-23Recheck module chart2 with IWYUGabor Kelemen149-381/+80
2022-04-22Drop a bit more special-casing for Chart's sidebar property deckMike Kaganski1-10/+11
2022-04-20no need to make copies of the vector hereNoel Grandin1-6/+6
2022-04-20loplugin:passstuffbyrefNoel Grandin4-4/+4
2022-04-19new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin5-13/+13
2022-04-19tdf#148635 cache some chart stuffNoel Grandin1-8/+13
2022-04-19tdf#148635 no need to init ChartDataWrapper more than onceNoel Grandin1-0/+3
2022-04-19chart2: change define to constantTomaž Vajngerl1-1/+1
2022-04-19chart2: not really worth having a TrueGuard - just use ScopeGuardTomaž Vajngerl4-73/+4
2022-04-19chart2: ExplicitValueProvider - make forward declrs. consistentTomaž Vajngerl3-6/+8
2022-04-19chart2: move ExplicitValueProvider impl. out of ChartViewTomaž Vajngerl3-153/+213
2022-04-18chart2: convert TitleAlignment enum to enum classTomaž Vajngerl1-31/+29
2022-04-18chart2: extract SeriesPlotterContainer into its own fileTomaž Vajngerl4-751/+902
2022-04-18chart2: extract AxisUsage from ChartView into AxisUsage.hxxTomaž Vajngerl2-117/+144
2022-04-18chart2: use a constant instead of a function for a contant valueTomaž Vajngerl1-19/+16
2022-04-18chart: cleanup member vars in Diagram.hxxTomaž Vajngerl1-12/+7
2022-04-15Prepare SvNumberFormatter::GetEditFormat() to obtain for another localeEike Rathke1-1/+1
2022-04-14use more string_view in chart2Noel Grandin17-389/+393
2022-04-14Resolves: tdf#141625 give enough space to see full date+timeCaolán McNamara1-0/+7
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-18/+18
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-9/+9
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin3-11/+11
2022-04-08use more subView when converting to Int32Noel Grandin3-9/+12
2022-04-08loplugin:stringviewparam convert methods using trimNoel Grandin1-2/+3
2022-04-06tdf#148395: CRASH: doubleclick on chart OLE Object (bandaid)Julien Nabet1-1/+3
2022-04-03loplugin:stringviewparam convert methods using matchNoel Grandin6-60/+63
2022-03-30Related: tdf#117162 use a marginally tidier but riskier fix for trunkCaolán McNamara2-11/+0