summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-09-13cid#1500679 Resource leak in objectCaolán McNamara
2022-09-12tdf#149204: chart2_xshape: Add unittestXisco Fauli
2022-09-12tdf#150832: chart2_xshape: Add unittestXisco Fauli
2022-09-10unique_ptr->optional for GraphicNoel Grandin
2022-09-08Fix CppunitTest_chart2_import on non-default DPIMike Kaganski
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-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