summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2022-09-10unique_ptr->optional for GraphicNoel Grandin3-9/+9
2022-09-08Fix CppunitTest_chart2_import on non-default DPIMike Kaganski2-11/+31
2022-09-04tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala1-2/+1
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn10-27/+27
2022-09-02no need to use unique_ptr for this map in chart::CommandDispatchNoel Grandin2-26/+18
2022-08-31tdf#145614 Convert #define to enum or constexprLiu Hao1-13/+16
2022-08-29ref-count SdrObjectNoel Grandin7-20/+25
2022-08-23tdf#148251 Use std::swap instead of using temporary valuesLiu Hao3-25/+5
2022-08-22chart2: always use the series for the keys (symbols) in data tableTomaž Vajngerl4-82/+38
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann123-123/+123
2022-08-18tdf#150434: chart2, XLSX import: strip long legend labelsTünde Tóth3-0/+26
2022-08-18cid#1509397 Uninitialized scalar fieldCaolán McNamara1-0/+1
2022-08-18chart2: improve keys (symbols) rendering in a data tableTomaž Vajngerl1-13/+36
2022-08-18chart2: convert the fill color only when style is "solid"Tomaž Vajngerl1-2/+9
2022-08-18chart2: use only one "Data Table" string to simplify translationTomaž Vajngerl4-7/+6
2022-08-17chart2: for a data table we need to force shift category positionTomaž Vajngerl2-0/+7
2022-08-16chart2: support data table rendering when the X axis is swappedTomaž Vajngerl6-52/+114
2022-08-16chart2: we don't need SCHATTR_TEXT_* text ranges for data tableTomaž Vajngerl1-1/+0
2022-08-16chart2: don't use ref-size property when converting data tableTomaž Vajngerl3-11/+4
2022-08-16chart2: use the FillColor property as CharBackColorTomaž Vajngerl1-0/+3
2022-08-16chart2: always set text props. of the first paragraph and not cellTomaž Vajngerl1-15/+43
2022-08-16chart2: add "font effects" tab page to the data table dialogTomaž Vajngerl1-0/+1
2022-08-16chart2: render line legend symbols better in a data tableTomaž Vajngerl1-4/+15
2022-08-16chart2: fix rendering of table borders of row/column headersTomaž Vajngerl1-5/+16
2022-08-16chart2: Data table rendering of keys (legend symbols)Tomaž Vajngerl17-52/+303
2022-08-16chart2: Add undo/redo for the data tableTomaž Vajngerl2-3/+24
2022-08-15xmloff: import and export for the chart data tableTomaž Vajngerl2-0/+52
2022-08-15chart2: DataTable set properties to default to falseTomaž Vajngerl1-3/+3
2022-08-15chart2: InsertDataTable and DeleteDataTable for context menuTomaž Vajngerl5-5/+57
2022-08-15chart2: InsertDataTableDialog for inserting/removing the data tableTomaž Vajngerl10-91/+548
2022-08-14chart2: add some data table default propertiesTomaž Vajngerl1-0/+11
2022-08-14chart2: add "InsertMenuDataTable" action to menuTomaž Vajngerl5-0/+25
2022-08-14chart2: allow to select the data table, fix object CIDTomaž Vajngerl4-6/+10
2022-08-14chart2: add UI to the data tableTomaž Vajngerl17-1/+523
2022-08-14chart2: remove unneeded class prefix in ObjectHierarchy.cxxTomaž Vajngerl1-16/+16
2022-08-14chart2: call clear instead of creating a new empty mapTomaž Vajngerl1-1/+1
2022-08-14chart2: remove unneeded class prefix in ObjectHierarchy.hxxTomaž Vajngerl1-13/+11
2022-08-09tdf#150176 pptx chart import: fix automatic border styleBalazs Varga2-0/+16
2022-08-07crashtesting: null date assert seen on loading forum-fr-25994.odsCaolán McNamara1-3/+22
2022-08-01tdf#150034 very slow opening pathological chartNoel Grandin1-1/+7
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