summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2022-09-19no need to use an OUStringBuffer hereNoel Grandin1-13/+8
2022-09-18Checkboxes don’t need title casingAdolfo Jayme Barrientos2-9/+9
2022-09-16vcl: AnimationBitmap -> AnimationFrameChris Sherlock1-2/+2
2022-09-15chart2: Set the data table fill style to default to NONETomaž Vajngerl1-0/+4
2022-09-15Add documentation for data table added classes and functionsTomaž Vajngerl9-2/+46
2022-09-15chart2: reenable chart data table testTomaž Vajngerl1-3/+0
2022-09-14merge sdfilt library into sdNoel Grandin7-7/+0
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin3-3/+3
2022-09-13cid#1500679 Resource leak in objectCaolán McNamara2-5/+4
2022-09-12tdf#149204: chart2_xshape: Add unittestXisco Fauli3-11/+426
2022-09-12tdf#150832: chart2_xshape: Add unittestXisco Fauli3-0/+987
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