summaryrefslogtreecommitdiffstats
path: root/chart2/source/view/inc
Commit message (Expand)AuthorAgeFilesLines
* tdf#161013 Rendering error when changing chart type for saved of-pie chartKurt Nordback4 days1-1/+0
* loplugin:unusedfieldsNoel Grandin2024-04-191-4/+0
* loplugin:unusedmethodsNoel Grandin2024-04-041-1/+0
* tdf#50934: OfPie inport from OOXML, plus initial work for exportKurt Nordback2024-02-191-0/+6
* tdf#146756 pie chart2 import: use manualLayout Width for pie chart labelsJustin Luth2024-01-301-0/+1
* tdf#159043: combo chart render order isn't rightKurt Nordback2024-01-121-0/+2
* unique_ptr to optional in chart2Noel Grandin2023-12-161-2/+2
* use more concrete types in chart2Noel Grandin2023-03-291-1/+2
* simplify ViewLegendEntryNoel Grandin2023-03-221-1/+1
* use more concrete type in chart2Noel Grandin2023-03-221-2/+2
* Use officecfg instead of chart::ConfigAccessNoel Grandin2023-03-101-35/+0
* allocate cached values inline in VDataSeriesNoel Grandin2023-03-011-14/+13
* Add documentation for data table added classes and functionsTomaž Vajngerl2022-09-151-0/+25
* tdf#148251 Use std::swap instead of using temporary valuesLiu Hao2022-08-231-5/+1
* chart2: support data table rendering when the X axis is swappedTomaž Vajngerl2022-08-161-4/+7
* chart2: Data table rendering of keys (legend symbols)Tomaž Vajngerl2022-08-164-4/+36
* chart2: allow to select the data table, fix object CIDTomaž Vajngerl2022-08-141-1/+1
* chart2: apply line props. to borders when rendering a data tableTomaž Vajngerl2022-07-211-1/+10
* chart2: use {V,H}Border, Outline Data Table props. at renderingTomaž Vajngerl2022-07-181-2/+4
* chart2: add initial code for rendering the Data TableTomaž Vajngerl2022-07-173-15/+56
* tdf#149204 revert getSeriesNames method to the original behaviourTomaž Vajngerl2022-06-221-1/+3
* clang-tidy modernize-pass-by-value in chart2Noel Grandin2022-06-133-3/+3
* chart2: prefix VDataSeries members, rename Double to m_aValuesTomaž Vajngerl2022-05-111-3/+2
* chart2: remove code duplication in VSeriesPlotter::getSeriesNamesTomaž Vajngerl2022-05-111-1/+2
* chart2: add function to create a table shape to ShapeFactoryTomaž Vajngerl2022-05-061-0/+3
* Recheck module chart2 with IWYUGabor Kelemen2022-04-231-1/+0
* loplugin:passstuffbyrefNoel Grandin2022-04-201-1/+1
* loplugin:constparamsNoel Grandin2022-03-111-2/+2
* use more concrete types in chart2, AxisNoel Grandin2022-02-091-4/+3
* use more concrete types in chart2, AxisNoel Grandin2022-02-051-2/+2
* tdf#147027 Cannot display pattern, gradient or hatch fill in bar or area chartNoel Grandin2022-02-032-11/+2
* use more concrete types in chart2, DataSeriesNoel Grandin2022-01-301-3/+4
* use more concrete types in chart2, DiagramNoel Grandin2022-01-251-4/+5
* use more concrete types in chart2, ChartTypeNoel Grandin2022-01-251-1/+2
* use more concrete types in chart2, ChartTypeNoel Grandin2022-01-251-4/+4
* use more concrete types in chart2, ChartModelNoel Grandin2022-01-231-3/+3
* use more concrete types in chart2, BaseCoordinateSystemNoel Grandin2022-01-191-6/+6
* loplugin:finalclasses in chart2Noel Grandin2022-01-174-4/+4
* remove XTransformation UNO APINoel Grandin2022-01-151-1/+0
* Recheck modules [a-c]* with IWYUGabor Kelemen2022-01-133-3/+1
* cache result of query for dataseries propertiesNoel Grandin2022-01-131-0/+1
* split the BarChart rendering method down a littleNoel Grandin2022-01-131-1/+1
* remove unused codeNoel Grandin2022-01-122-21/+0
* replace XTransformation with more efficient classNoel Grandin2022-01-113-29/+55
* use vectors to build up point data, instead of SequenceNoel Grandin2022-01-114-2/+25
* use background XShapeGroup for bar-chart areaNoel Grandin2022-01-061-1/+2
* bypass SvxShape when creating rectangles in chart2Noel Grandin2022-01-062-1/+9
* speed up setting properties in chart2Noel Grandin2022-01-041-7/+0
* drop the OverwriteMap stuff in chart2Noel Grandin2022-01-042-10/+2
* use more SvxShape in chart2Noel Grandin2022-01-031-1/+1