summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)Author
2022-07-25loplugin:moveitNoel Grandin
2022-07-25use more o3tl::spanNoel Grandin
2022-07-21chart2: apply line props. to borders when rendering a data tableTomaž Vajngerl
2022-07-18chart2: better readable DataTable properties definitionTomaž Vajngerl
2022-07-18chart2: remove setting DataTable* props. from old chart::XDialogTomaž Vajngerl
2022-07-18chart2: use {V,H}Border, Outline Data Table props. at renderingTomaž Vajngerl
2022-07-17chart2: add DataTable to AxisProperties, take account at renderingTomaž Vajngerl
2022-07-17[API-CHANGE] chart data table implementationTomaž Vajngerl
2022-07-17chart2: add initial code for rendering the Data TableTomaž Vajngerl
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2022-07-05tdf#104428 Improve rendering of exploded donut chartsKurt Nordback
2022-07-01tdf#56580 Fix negative error bars on log chartKurt Nordback
2022-06-28tdf#117539 Assert after cut and paste operation of a chart stickNoel Grandin
2022-06-22tdf#149204 revert getSeriesNames method to the original behaviourTomaž Vajngerl
2022-06-22tdf#128150 Adapt sidebar to new "use slide background" propertySamuel Mehrbrodt
2022-06-21tdf#128150 Only show "Use background" btn in Impress & DrawSamuel Mehrbrodt
2022-06-18cid#1506305 Big parameter passed by valueCaolán McNamara
2022-06-16Fix typo in codeAndrea Gelmini
2022-06-14tdf#149536 Move Up/Down in Data Table switched enabled statusesAron Budea
2022-06-13clang-tidy modernize-pass-by-value in chart2Noel Grandin
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-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