summaryrefslogtreecommitdiff
path: root/chart2/source/view/charttypes/AreaChart.cxx
AgeCommit message (Expand)Author
2021-10-29Prepare for removal of non-const operator[] from Sequence in chart2Mike Kaganski
2021-09-06[API CHANGE] oox: fix import of chart date categoriesDennis Francis
2021-06-30Purge out rtl::math::setNanBaiXiaochun
2021-05-23stlFindInsert: No unnecessary search before insertion to mapMuhammet Kara
2020-05-15use more try_emplaceNoel Grandin
2020-04-28tdf#127811 tdf#127813 Introduce compatibility key for the data seriesTünde Tóth
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi
2020-02-07tdf#130380 Chart: Fix area chart data labels positionTünde Tóth
2020-01-28tdf#130031 Chart OOXML import: fix area chart data label positionTünde Tóth
2019-12-16tdf#129173 tdf#129175 Fix number format of data labelsBalazs Varga
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov
2019-05-20tdf#90180 Add option to show errors as rectangles in diagrams with error bars.Winfried Donkers
2019-02-27loplugin:unnecessaryoverride look for more patternsNoel Grandin
2019-01-18convert some enums to scopedNoel Grandin
2018-11-29tdf#42915, NaN in a date axis can destroy the whole chartMarkus Mohrhard
2018-11-26tdf#42949 Fix IWYU warnings in chart2/source/view/*cxxGabor Kelemen
2018-11-21loplugin:redundantfcast improvementsNoel Grandin
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-09-17New loplugin:externalStephan Bergmann
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin
2018-08-28tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen
2018-08-11loplugin:mergeclasses AbstractShapeFactory into ShapeFactoryNoel Grandin
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-06-11loplugin:useuniqueptr in VDataSeriesGroupNoel Grandin
2018-06-01tdf#42949 Fix IWYU warnings in chart2/source/view/inc/Gabor Kelemen
2017-12-18loplugin:unusedindexMike Kaganski
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin
2017-10-23loplugin:includeform: chart2Stephan Bergmann
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-27loplugin:constparams in chart2Noel Grandin
2017-06-29ChartTypeHelper::getSupportedLabelPlacements nDimensionCount was ignoredStephan Bergmann
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-03makeAny->Any in basctl..chart2Noel Grandin
2017-01-16new loplugin: useuniqueptr: chart2Noel Grandin
2016-10-06rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke
2016-08-05loplugin:countusersofdefaultparams in canvas,chart2Noel Grandin
2016-07-19improve unnecessaryoverride pluginNoel Grandin
2016-07-14chart2: avoid use of reallocJochen Nitschke
2016-03-14com::sun::star->css in chart2Noel Grandin
2016-03-07improve defaultparams lopluginNoel Grandin
2015-11-20loplugin:unusedfields in chart2Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20new loplugin: badvectorinitNoel Grandin
2015-07-20loplugin:unusedmethods chart2Noel Grandin
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin