summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/VDataSeries.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-02-08tdf#94235 Add support for series name in data series labelsSamuel Mehrbrodt1-1/+1
2021-01-29loplugin:stringviewparam extend to new..Noel1-1/+1
2021-01-16make the Color constructors explicitly specify transparencyNoel1-4/+4
2021-01-12transparency->alpha in tools::ColorNoel1-1/+1
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-10/+10
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen1-1/+0
2020-10-01loplugin:reducevarscope in canvas,chart2Noel1-2/+2
2020-09-02tdf#136061 Chart ODF/OOXML: fix missing custom labelsBalazs Varga1-1/+1
2020-05-18use for-range on Sequence in chart2Noel Grandin1-4/+4
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-04-19loplugin:flatten in chart2Noel Grandin1-54/+54
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi1-5/+5
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi1-3/+3
2020-02-27tdf#130621 OOXML chart export: fix lost label placementBalazs Varga1-0/+2
2020-01-31tdf#130032 Chart OOXML Import: fix data label custom positionBalazs Varga1-4/+8
2020-01-30tdf#48436 Chart: add CustomLabelPosition UNO API propertyBalazs Varga1-2/+38
2019-12-16tdf#129173 tdf#129175 Fix number format of data labelsBalazs Varga1-10/+6
2019-11-21tdf#42949 tdf#119699 Fix IWYU warnings in chart2/Gabor Kelemen1-1/+0
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-4/+3
2019-06-26tdf#126033 chart: hide removed marker of a single data pointBalazs Varga1-1/+1
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-2/+1
2019-06-14loplugin:logexceptionnicely in chart2Noel Grandin1-12/+13
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov1-3/+3
2019-04-12loplugin:sequentialassign in chart2Noel Grandin1-6/+2
2018-11-26tdf#42949 Fix IWYU warnings in chart2/source/view/*cxxGabor Kelemen1-5/+0
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin1-16/+0
2018-08-28tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen1-0/+4
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-01tdf#42949 Fix IWYU warnings in chart2/source/view/inc/Gabor Kelemen1-0/+1
2018-03-07use more Color in chart2Noel Grandin1-1/+1
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin1-7/+6
2017-10-23loplugin:includeform: chart2Stephan Bergmann1-8/+8
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-16/+16
2017-06-29ChartTypeHelper::getSupportedLabelPlacements nDimensionCount was ignoredStephan Bergmann1-2/+2
2017-06-20loplugin:oncevar chart2Noel Grandin1-4/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-3/+3
2016-07-27improve passstuffbyref return analysisNoel Grandin1-2/+2
2016-07-13chart2: remove unused ContainerHelper.hxx includesJochen Nitschke1-1/+0
2016-04-22Fix typosAndrea Gelmini1-1/+1
2016-04-14loplugin:passstuffbyref in chart2Noel Grandin1-1/+1
2016-03-14com::sun::star->css in chart2Noel Grandin1-2/+2
2016-01-06Fix typosAndrea Gelmini1-1/+1
2015-12-04chart2: replace boost::ptr_map with std::mapMichael Stahl1-9/+8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann1-14/+14
2015-09-14boost->stdCaolán McNamara1-23/+23