summaryrefslogtreecommitdiffstats
path: root/chart2/source/view/charttypes
Commit message (Expand)AuthorAgeFilesLines
* loplugin:ostr in chart2Noel Grandin4 days7-80/+80
* loplugin:unusedfieldsNoel Grandin2024-04-191-1/+0
* tdf#146619 Drop unused 'using namespace' in: chart2/Gabor Kelemen2024-04-093-3/+0
* tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski2024-03-271-1/+0
* tdf#96944: Stacked column chart does not show connection linesKurt Nordback2024-03-111-2/+0
* tdf#50934: Fix compiler complaints and activate OOXML I/O testsKurt Nordback2024-02-192-16/+49
* tdf#50934: Fix color of composite wedge for imported of-pie chartsKurt Nordback2024-02-191-1/+1
* tdf#50934: Fix left of-pie ordering for imported chartsKurt Nordback2024-02-191-1/+1
* tdf#50934: Try to fix wedge ordering for imported of-pie chartsKurt Nordback2024-02-192-2/+18
* tdf#50934: Add a commentKurt Nordback2024-02-181-0/+5
* tdf#50934: Implement connector lines for pie-of-pieKurt Nordback2024-02-181-7/+76
* tdf#50934: Improvements to fill color for of-pie composite wedgeKurt Nordback2024-02-171-7/+12
* tdf#50934: Ensure of-pie connector lines are blackKurt Nordback2024-02-171-0/+46
* tdf#50934: Initial implementation of connector lines for bar-of-pieKurt Nordback2024-02-172-57/+39
* tdf#50934: Fix of-pie subchart colorsKurt Nordback2024-02-172-18/+45
* tdf#50934: Implementation of bar-of-pie, plus minor of-pie fixesKurt Nordback2024-02-162-6/+164
* tdf#50934: Implement PieDataSrc and related structureKurt Nordback2024-02-162-23/+205
* tdf#50934: Some rejiggering of of-pie code, plus implementing subpie chartKurt Nordback2024-02-152-10/+28
* tdf#50934: Restructuring for of-pie chartsKurt Nordback2024-02-142-127/+173
* tdf#50934: Ensure BarOfPie has ScaleData::ShiftedCategoryPosition == falseKurt Nordback2024-02-091-0/+1
* tdf#50934: Add a version comment, and more structure for of-pieKurt Nordback2024-02-062-0/+17
* related tdf#146756 chart2: code-readers documentationJustin Luth2024-01-311-3/+40
* tdf#146756 pie chart2 import: use consistent outside-label max text lenJustin Luth2024-01-311-8/+10
* Fix typoAndrea Gelmini2024-01-301-1/+1
* tdf#146756 pie chart2 import: improve response to bestFit failureJustin Luth2024-01-301-8/+30
* tdf#146756 pie chart2 import: use manualLayout Width for pie chart labelsJustin Luth2024-01-301-12/+26
* NFC chart2: remove unnecessary variablesJustin Luth2024-01-291-4/+2
* chart2: use std::clampJustin Luth2024-01-282-35/+9
* chart2: use NormAngle360Justin Luth2024-01-281-6/+4
* Drop std::as_const from css::uno::Sequence iterationsMike Kaganski2024-01-271-2/+2
* tdf#134121 pie chart2: fix missing leaderLines at top/bottom of 3D ovalsJustin Luth2024-01-261-2/+5
* cid#1546354 COPY_INSTEAD_OF_MOVECaolán McNamara2024-01-131-3/+1
* cid#1585307 Out-of-bounds readCaolán McNamara2024-01-131-3/+3
* tdf#159043: combo chart render order isn't rightKurt Nordback2024-01-121-0/+42
* unique_ptr to optional in chart2Noel Grandin2023-12-178-66/+61
* no need to allocate these on the heapNoel Grandin2023-12-161-6/+7
* tdf#148251 Use std::swap instead of using temporary valuesNabeel Siddiqui2023-04-231-3/+1
* use more get/setFastPropertyValue in chart2Noel Grandin2023-03-292-9/+18
* use more get/setFastPropertyValue in pie chartsNoel Grandin2023-03-292-3/+4
* simplify ViewLegendEntryNoel Grandin2023-03-221-3/+3
* use more concrete type in chart2Noel Grandin2023-03-221-3/+4
* move getLabel inside chart2::DataSeriesNoel Grandin2023-03-211-5/+5
* Use officecfg instead of chart::ConfigAccessNoel Grandin2023-03-102-76/+2
* tdf#54857 elide more dynamic_castNoel Grandin2022-11-011-4/+3
* use more string_view in chart2Noel Grandin2022-09-261-1/+1
* chart2: always use the series for the keys (symbols) in data tableTomaž Vajngerl2022-08-221-71/+7
* Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2022-08-184-4/+4
* chart2: Data table rendering of keys (legend symbols)Tomaž Vajngerl2022-08-161-0/+139
* chart2: add initial code for rendering the Data TableTomaž Vajngerl2022-07-171-0/+20
* tdf#104428 Improve rendering of exploded donut chartsKurt Nordback2022-07-052-14/+50