summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
2022-08-15xmloff: import and export for the chart data tableTomaž Vajngerl
2022-08-15chart2: DataTable set properties to default to falseTomaž Vajngerl
2022-08-15chart2: InsertDataTable and DeleteDataTable for context menuTomaž Vajngerl
2022-08-15chart2: InsertDataTableDialog for inserting/removing the data tableTomaž Vajngerl
2022-08-14chart2: add some data table default propertiesTomaž Vajngerl
2022-08-14chart2: add "InsertMenuDataTable" action to menuTomaž Vajngerl
2022-08-14chart2: allow to select the data table, fix object CIDTomaž Vajngerl
2022-08-14chart2: add UI to the data tableTomaž Vajngerl
2022-08-14chart2: remove unneeded class prefix in ObjectHierarchy.cxxTomaž Vajngerl
2022-08-14chart2: call clear instead of creating a new empty mapTomaž Vajngerl
2022-08-14chart2: remove unneeded class prefix in ObjectHierarchy.hxxTomaž Vajngerl
2022-08-09tdf#150176 pptx chart import: fix automatic border styleBalazs Varga
2022-08-07crashtesting: null date assert seen on loading forum-fr-25994.odsCaolán McNamara
2022-08-01tdf#150034 very slow opening pathological chartNoel Grandin
2022-07-31Related: tdf#150196 can't change away from "indeterminate" stateCaolán McNamara
2022-07-28chart2: set the char props. to the cells of a data table from modelTomaž Vajngerl
2022-07-28lok: Properly update sidebar context in MathMike Kaganski
2022-07-27chart2: add char properties to the DataTable modelTomaž Vajngerl
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-20move wintypes.hxx from tools to vclChris Sherlock
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-04run CppunitTest_chart2_xshape without ENABLE_CHART_TESTSXisco Fauli
2022-07-02CppunitTest_chart2_xshape: reenable disabled testsXisco Fauli
2022-07-02sc: remove CppunitTest_sc_chart_regression_testXisco Fauli
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