summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes
AgeCommit message (Expand)AuthorFilesLines
7 daystdf#146619 Drop unused 'using namespace' in: chart2/Gabor Kelemen3-3/+0
2024-03-27tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski2-2/+0
2024-03-08Fix typoAndrea Gelmini1-1/+1
2024-03-08tdf#159443 - chart view: fix Data table is not rendered below chartBalazs Varga1-0/+7
2023-12-17unique_ptr to optional in chart2Noel Grandin5-14/+11
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: chart2Stephan Bergmann2-4/+4
2023-06-26new loplugin:constexprliteralNoel Grandin1-1/+1
2023-03-29use more concrete types in chart2Noel Grandin7-15/+20
2022-11-11Drop a counterproductive top-level constStephan Bergmann1-1/+1
2022-10-17loplugin:redundantcast look for redundant dynamic_cast<T&>Noel Grandin2-2/+2
2022-09-26use more string_view in chart2Noel Grandin1-6/+6
2022-08-23tdf#148251 Use std::swap instead of using temporary valuesLiu Hao1-15/+3
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann3-3/+3
2022-08-18cid#1509397 Uninitialized scalar fieldCaolán McNamara1-0/+1
2022-08-16chart2: support data table rendering when the X axis is swappedTomaž Vajngerl4-27/+59
2022-08-16chart2: Data table rendering of keys (legend symbols)Tomaž Vajngerl9-12/+22
2022-08-14chart2: allow to select the data table, fix object CIDTomaž Vajngerl1-1/+1
2022-07-21chart2: apply line props. to borders when rendering a data tableTomaž Vajngerl5-6/+12
2022-07-18chart2: use {V,H}Border, Outline Data Table props. at renderingTomaž Vajngerl1-1/+1
2022-07-17chart2: add DataTable to AxisProperties, take account at renderingTomaž Vajngerl4-7/+22
2022-07-17chart2: add initial code for rendering the Data TableTomaž Vajngerl11-26/+93
2022-06-18cid#1506305 Big parameter passed by valueCaolán McNamara2-7/+6
2022-06-13clang-tidy modernize-pass-by-value in chart2Noel Grandin11-30/+36
2022-05-31Use some range-based for loopsStephan Bergmann1-2/+2
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+2
2022-05-11chart2: simplify with structured binding decl. and some cleanupTomaž Vajngerl2-39/+32
2022-04-25Recheck module chart2 with IWYUGabor Kelemen5-6/+0
2022-04-23Recheck module chart2 with IWYUGabor Kelemen3-3/+0
2022-04-19chart2: not really worth having a TrueGuard - just use ScopeGuardTomaž Vajngerl1-2/+4
2022-02-12chart2: Break labels text and limit the size to the axis sizeTomaž Vajngerl3-11/+27
2022-02-12chart2: crop x-axis label if it's too long on fixed size chartsTomaž Vajngerl1-7/+14
2022-02-10use more concrete types in chart2, SvxShapeNoel Grandin1-1/+1
2022-02-09use more concrete types in chart2, AxisNoel Grandin7-30/+32
2022-02-09use more concrete types in chart2, AxisNoel Grandin5-18/+18
2022-02-06chart: prefix members of AxisLabelPropertiesTomaž Vajngerl5-99/+99
2022-02-05use more concrete types in chart2, AxisNoel Grandin3-6/+9
2022-01-31tdf#146066 chart: fix automatic axis scaling at datesTünde Tóth1-1/+21
2022-01-23use more concrete types in chart2, ChartModelNoel Grandin5-6/+7
2022-01-19use more concrete types in chart2, BaseCoordinateSystemNoel Grandin5-9/+11
2022-01-15remove XTransformation UNO APINoel Grandin1-1/+0
2022-01-11replace XTransformation with more efficient classNoel Grandin1-9/+9
2022-01-11use vectors to build up point data, instead of SequenceNoel Grandin1-8/+4
2022-01-11skip unnecessary in DateScaling::doScalingNoel Grandin1-28/+27
2022-01-03use more SvxShape in chart2Noel Grandin1-11/+5
2022-01-03use more SvxShape in chart2Noel Grandin1-11/+7
2022-01-03no need to pass around a ShapeFactory instanceNoel Grandin8-17/+13
2022-01-03add new SvxShape hierarchy classNoel Grandin11-29/+29
2022-01-03use more SvxShape in chart2Noel Grandin1-15/+6
2022-01-02use more SvxShape in chart2Noel Grandin3-20/+16
2022-01-02use concrete types in chart2, createTextNoel Grandin3-12/+10