summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
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
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08use more subView when converting to Int32Noel Grandin
2022-04-08loplugin:stringviewparam convert methods using trimNoel Grandin
2022-04-06tdf#148395: CRASH: doubleclick on chart OLE Object (bandaid)Julien Nabet
2022-04-03loplugin:stringviewparam convert methods using matchNoel Grandin
2022-03-30Related: tdf#117162 use a marginally tidier but riskier fix for trunkCaolán McNamara
2022-03-30Resolves: tdf#117162 ImportDocumentHandler expects data provider to existCaolán McNamara
2022-03-29replace dynamic C style arrays with std::vector in Splines.cxxofftkp
2022-03-29replace temporary value swap with std::swapofftkp
2022-03-29tdf#147906 change sqrt(a * a + b * b) occurences to std::hypot(a, b)Bartosz Kosiorek
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann
2022-03-28tdf#147906 change all sqrt(a * a + b * b) occurences to std::hypot(a, b)offtkp
2022-03-25tdf#148157: assertion after set "Between tick marks", click outside the chartJulien Nabet
2022-03-23loplugin:unusedmethodsNoel Grandin
2022-03-18chart a11y: Drop bSendGlobally param from AccessibleBase::BroadcastAccEventMichael Weghorn
2022-03-16tdf#128747 chart2: don't overwrite labelsJustin Luth
2022-03-15lokCalcRTL: chart-edit: no bounding boxDennis Francis
2022-03-11loplugin:constparamsNoel Grandin
2022-03-09Drop misguided test added in 82a1d32d3d3ac1b4b0a6d4cfaca791c77d9b3c03Mike Kaganski
2022-03-05make some svx methods constNoel Grandin
2022-02-28tdf#146463: chart2_import2: Add unittestXisco Fauli
2022-02-28use SfxItemSet::GetItemIfSet in chart2Noel Grandin
2022-02-28tdf#146463 Apply data series filter to the chart legendOuyang Leyan
2022-02-26cid#1500452 Using a moved objectCaolán McNamara
2022-02-25Advanced Diagram support: cleanup/consolidate with existing codeArmin Le Grand (Allotropia)
2022-02-24use more TypedWhichIdNoel Grandin