summaryrefslogtreecommitdiffstats
path: root/chart2/source/view/axes
Commit message (Expand)AuthorAgeFilesLines
* 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-272-2/+0
* Fix typoAndrea Gelmini2024-03-081-1/+1
* tdf#159443 - chart view: fix Data table is not rendered below chartBalazs Varga2024-03-081-0/+7
* unique_ptr to optional in chart2Noel Grandin2023-12-175-14/+11
* Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: chart2Stephan Bergmann2023-10-192-4/+4
* new loplugin:constexprliteralNoel Grandin2023-06-261-1/+1
* use more concrete types in chart2Noel Grandin2023-03-297-15/+20
* Drop a counterproductive top-level constStephan Bergmann2022-11-111-1/+1
* loplugin:redundantcast look for redundant dynamic_cast<T&>Noel Grandin2022-10-172-2/+2
* use more string_view in chart2Noel Grandin2022-09-261-6/+6
* tdf#148251 Use std::swap instead of using temporary valuesLiu Hao2022-08-231-15/+3
* Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2022-08-183-3/+3
* cid#1509397 Uninitialized scalar fieldCaolán McNamara2022-08-181-0/+1
* chart2: support data table rendering when the X axis is swappedTomaž Vajngerl2022-08-164-27/+59
* chart2: Data table rendering of keys (legend symbols)Tomaž Vajngerl2022-08-169-12/+22
* 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-215-6/+12
* chart2: use {V,H}Border, Outline Data Table props. at renderingTomaž Vajngerl2022-07-181-1/+1
* chart2: add DataTable to AxisProperties, take account at renderingTomaž Vajngerl2022-07-174-7/+22
* chart2: add initial code for rendering the Data TableTomaž Vajngerl2022-07-1711-26/+93
* cid#1506305 Big parameter passed by valueCaolán McNamara2022-06-182-7/+6
* clang-tidy modernize-pass-by-value in chart2Noel Grandin2022-06-1311-30/+36
* Use some range-based for loopsStephan Bergmann2022-05-311-2/+2
* Use o3tl::make_unsigned in some placesStephan Bergmann2022-05-241-1/+2
* chart2: simplify with structured binding decl. and some cleanupTomaž Vajngerl2022-05-112-39/+32
* Recheck module chart2 with IWYUGabor Kelemen2022-04-255-6/+0
* Recheck module chart2 with IWYUGabor Kelemen2022-04-233-3/+0
* chart2: not really worth having a TrueGuard - just use ScopeGuardTomaž Vajngerl2022-04-191-2/+4
* chart2: Break labels text and limit the size to the axis sizeTomaž Vajngerl2022-02-123-11/+27
* chart2: crop x-axis label if it's too long on fixed size chartsTomaž Vajngerl2022-02-121-7/+14
* use more concrete types in chart2, SvxShapeNoel Grandin2022-02-101-1/+1
* use more concrete types in chart2, AxisNoel Grandin2022-02-097-30/+32
* use more concrete types in chart2, AxisNoel Grandin2022-02-095-18/+18
* chart: prefix members of AxisLabelPropertiesTomaž Vajngerl2022-02-065-99/+99
* use more concrete types in chart2, AxisNoel Grandin2022-02-053-6/+9
* tdf#146066 chart: fix automatic axis scaling at datesTünde Tóth2022-01-311-1/+21
* use more concrete types in chart2, ChartModelNoel Grandin2022-01-235-6/+7
* use more concrete types in chart2, BaseCoordinateSystemNoel Grandin2022-01-195-9/+11
* remove XTransformation UNO APINoel Grandin2022-01-151-1/+0
* replace XTransformation with more efficient classNoel Grandin2022-01-111-9/+9
* use vectors to build up point data, instead of SequenceNoel Grandin2022-01-111-8/+4
* skip unnecessary in DateScaling::doScalingNoel Grandin2022-01-111-28/+27
* use more SvxShape in chart2Noel Grandin2022-01-031-11/+5
* use more SvxShape in chart2Noel Grandin2022-01-031-11/+7
* no need to pass around a ShapeFactory instanceNoel Grandin2022-01-038-17/+13
* add new SvxShape hierarchy classNoel Grandin2022-01-0311-29/+29
* use more SvxShape in chart2Noel Grandin2022-01-031-15/+6
* use more SvxShape in chart2Noel Grandin2022-01-023-20/+16
* use concrete types in chart2, createTextNoel Grandin2022-01-023-12/+10