summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2023-07-07-Werror,-Wunused-but-set-variableStephan Bergmann1-2/+2
2023-02-13tdf#91265 Use same plot area distance as used in MSOGülşah Köse5-11/+153
2023-01-05xlsx: Don't add cell data to chart data sequence if in totalsRowofftkp2-0/+29
2022-11-29tdf#148017 harmonize sidebar .ui files for chart2andreas kainz5-1347/+1124
2022-11-12lokCalcRTL: chart-edit: no bounding boxDennis Francis1-0/+15
2022-10-24Drop Window::LogicMouse*Mike Kaganski2-20/+0
2022-08-30chart2: fix backporting issue - not adding symbols into the vectorTomaž Vajngerl1-0/+1
2022-08-26chart2: always use the series for the keys (symbols) in data tableTomaž Vajngerl4-87/+38
2022-08-25chart2: improve keys (symbols) rendering in a data tableTomaž Vajngerl1-12/+35
2022-08-25chart2: convert the fill color only when style is "solid"Tomaž Vajngerl1-2/+9
2022-08-25chart2: use only one "Data Table" string to simplify translationTomaž Vajngerl4-7/+6
2022-08-25chart2: for a data table we need to force shift category positionTomaž Vajngerl2-0/+7
2022-08-25chart2: support data table rendering when the X axis is swappedTomaž Vajngerl6-50/+119
2022-08-25chart2: we don't need SCHATTR_TEXT_* text ranges for data tableTomaž Vajngerl1-1/+0
2022-08-25chart2: don't use ref-size property when converting data tableTomaž Vajngerl3-11/+4
2022-08-25chart2: use the FillColor property as CharBackColorTomaž Vajngerl1-0/+3
2022-08-24chart2: always set text props. of the first paragraph and not cellTomaž Vajngerl1-15/+43
2022-08-24chart2: add "font effects" tab page to the data table dialogTomaž Vajngerl1-0/+1
2022-08-24chart2: render line legend symbols better in a data tableTomaž Vajngerl1-5/+16
2022-08-24chart2: fix rendering of table borders of row/column headersTomaž Vajngerl1-4/+15
2022-08-24chart2: Data table rendering of keys (legend symbols)Tomaž Vajngerl17-52/+314
2022-08-24chart2: Add undo/redo for the data tableTomaž Vajngerl2-1/+23
2022-08-22chart2: remove duplicate eObjectTypeTomaž Vajngerl1-1/+0
2022-08-22Be sure the number format dialog content is in correct placeSzymon Kłos2-1/+5
2022-08-20xmloff: import and export for the chart data tableTomaž Vajngerl2-0/+52
2022-08-20chart2: DataTable set properties to default to falseTomaž Vajngerl1-3/+3
2022-08-20chart2: InsertDataTable and DeleteDataTable for context menuTomaž Vajngerl5-4/+57
2022-08-20chart2: InsertDataTableDialog for inserting/removing the data tableTomaž Vajngerl10-91/+548
2022-08-20chart2: add some data table default propertiesTomaž Vajngerl1-0/+11
2022-08-20chart2: add "InsertMenuDataTable" action to menuTomaž Vajngerl6-2/+28
2022-08-19chart2: allow to select the data table, fix object CIDTomaž Vajngerl3-3/+9
2022-08-19chart2: add UI to the data tableTomaž Vajngerl17-1/+520
2022-08-19chart2: remove unneeded class prefix in ObjectHierarchy.cxxTomaž Vajngerl1-16/+16
2022-08-19chart2: call clear instead of creating a new empty mapTomaž Vajngerl1-1/+1
2022-08-19chart2: remove unneeded class prefix in ObjectHierarchy.hxxTomaž Vajngerl1-13/+11
2022-08-19chart2: set the char props. to the cells of a data table from modelTomaž Vajngerl1-1/+59
2022-08-19chart2: add char properties to the DataTable modelTomaž Vajngerl1-1/+3
2022-08-18chart2: apply line props. to borders when rendering a data tableTomaž Vajngerl7-27/+97
2022-08-18chart2: better readable DataTable properties definitionTomaž Vajngerl1-14/+13
2022-08-18chart2: remove setting DataTable* props. from old chart::XDialogTomaž Vajngerl1-18/+1
2022-08-18chart2: use {V,H}Border, Outline Data Table props. at renderingTomaž Vajngerl3-20/+62
2022-08-17chart2: add DataTable to AxisProperties, take account at renderingTomaž Vajngerl5-6/+27
2022-08-16[API-CHANGE] chart data table implementationTomaž Vajngerl7-18/+401
2022-08-16chart2: add initial code for rendering the Data TableTomaž Vajngerl18-31/+394
2022-08-16chart2: add function to create a table shape to ShapeFactoryTomaž Vajngerl2-0/+17
2022-07-28lok: Properly update sidebar context in MathMike Kaganski1-2/+2
2022-06-29sd theme: allow setting the color's theme index in the chardlgMiklos Vajna2-3/+3
2022-06-24tdf#149536 Move Up/Down in Data Table switched enabled statusesAron Budea1-2/+2
2022-06-05Drop a bit more special-casing for Chart's sidebar property deckMike Kaganski1-10/+11
2022-04-19chart2: move ExplicitValueProvider impl. out of ChartViewTomaž Vajngerl3-156/+217