summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)Author
2022-09-04tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-09-02no need to use unique_ptr for this map in chart::CommandDispatchNoel Grandin
2022-08-31tdf#145614 Convert #define to enum or constexprLiu Hao
2022-08-29ref-count SdrObjectNoel Grandin
2022-08-23tdf#148251 Use std::swap instead of using temporary valuesLiu Hao
2022-08-22chart2: always use the series for the keys (symbols) in data tableTomaž Vajngerl
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-18tdf#150434: chart2, XLSX import: strip long legend labelsTünde Tóth
2022-08-18cid#1509397 Uninitialized scalar fieldCaolán McNamara
2022-08-18chart2: improve keys (symbols) rendering in a data tableTomaž Vajngerl
2022-08-18chart2: convert the fill color only when style is "solid"Tomaž Vajngerl
2022-08-18chart2: use only one "Data Table" string to simplify translationTomaž Vajngerl
2022-08-17chart2: for a data table we need to force shift category positionTomaž Vajngerl
2022-08-16chart2: support data table rendering when the X axis is swappedTomaž Vajngerl
2022-08-16chart2: we don't need SCHATTR_TEXT_* text ranges for data tableTomaž Vajngerl
2022-08-16chart2: don't use ref-size property when converting data tableTomaž Vajngerl
2022-08-16chart2: use the FillColor property as CharBackColorTomaž Vajngerl
2022-08-16chart2: always set text props. of the first paragraph and not cellTomaž Vajngerl
2022-08-16chart2: add "font effects" tab page to the data table dialogTomaž Vajngerl
2022-08-16chart2: render line legend symbols better in a data tableTomaž Vajngerl
2022-08-16chart2: fix rendering of table borders of row/column headersTomaž Vajngerl
2022-08-16chart2: Data table rendering of keys (legend symbols)Tomaž Vajngerl
2022-08-16chart2: Add undo/redo for the 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-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-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