summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2022-07-31Related: tdf#150196 can't change away from "indeterminate" stateCaolán McNamara2-9/+43
2022-07-28chart2: set the char props. to the cells of a data table from modelTomaž Vajngerl1-1/+59
2022-07-28lok: Properly update sidebar context in MathMike Kaganski1-2/+2
2022-07-27chart2: add char properties to the DataTable modelTomaž Vajngerl1-1/+3
2022-07-25loplugin:moveitNoel Grandin2-3/+3
2022-07-25use more o3tl::spanNoel Grandin1-1/+0
2022-07-21chart2: apply line props. to borders when rendering a data tableTomaž Vajngerl7-27/+96
2022-07-20move wintypes.hxx from tools to vclChris Sherlock1-12/+13
2022-07-18chart2: better readable DataTable properties definitionTomaž Vajngerl1-14/+13
2022-07-18chart2: remove setting DataTable* props. from old chart::XDialogTomaž Vajngerl1-18/+1
2022-07-18chart2: use {V,H}Border, Outline Data Table props. at renderingTomaž Vajngerl3-20/+62
2022-07-17chart2: add DataTable to AxisProperties, take account at renderingTomaž Vajngerl4-7/+22
2022-07-17[API-CHANGE] chart data table implementationTomaž Vajngerl7-20/+374
2022-07-17chart2: add initial code for rendering the Data TableTomaž Vajngerl18-42/+386
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock3-23/+23
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin4-33/+21
2022-07-05tdf#104428 Improve rendering of exploded donut chartsKurt Nordback3-19/+55
2022-07-04run CppunitTest_chart2_xshape without ENABLE_CHART_TESTSXisco Fauli1-2/+0
2022-07-02CppunitTest_chart2_xshape: reenable disabled testsXisco Fauli3-931/+923
2022-07-02sc: remove CppunitTest_sc_chart_regression_testXisco Fauli4-1216/+1224
2022-07-01tdf#56580 Fix negative error bars on log chartKurt Nordback1-1/+15
2022-06-28tdf#117539 Assert after cut and paste operation of a chart stickNoel Grandin1-5/+21
2022-06-22tdf#149204 revert getSeriesNames method to the original behaviourTomaž Vajngerl2-7/+18
2022-06-22tdf#128150 Adapt sidebar to new "use slide background" propertySamuel Mehrbrodt2-0/+6
2022-06-21tdf#128150 Only show "Use background" btn in Impress & DrawSamuel Mehrbrodt1-1/+1
2022-06-18cid#1506305 Big parameter passed by valueCaolán McNamara2-7/+6
2022-06-16Fix typo in codeAndrea Gelmini1-1/+1
2022-06-14tdf#149536 Move Up/Down in Data Table switched enabled statusesAron Budea1-2/+2
2022-06-13clang-tidy modernize-pass-by-value in chart2Noel Grandin154-382/+464
2022-06-10new loplugin:moveitNoel Grandin1-3/+3
2022-06-02A simpler way to avoid MSVC warning C4018 "signed/unsigned mismatch"Stephan Bergmann1-2/+2
2022-06-02Use o3tl::make_unsigned, nPolygonIndex is already clamped to non-negative hereStephan Bergmann1-1/+1
2022-06-02Use o3tl::make_unsigned, nPolygonIndex is already clamped to non-negative hereStephan Bergmann1-1/+2
2022-06-01Use more appropriate index variable typesStephan Bergmann20-58/+99
2022-06-01Use less noisy way to iterate over some (unscoped) enumerationStephan Bergmann1-4/+4
2022-06-01The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann1-2/+2
2022-05-31Use some range-based for loopsStephan Bergmann3-10/+10
2022-05-28add GetItemState to SfxItemIter, the same way I did to SfxWhichIterNoel Grandin1-1/+1
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin1-2/+3
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