summaryrefslogtreecommitdiff
path: root/chart2/source/view/charttypes/AreaChart.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-12-18loplugin:unusedindexMike Kaganski1-64/+36
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin1-1/+0
2017-10-23loplugin:includeform: chart2Stephan Bergmann1-11/+11
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-6/+6
2017-07-27loplugin:constparams in chart2Noel Grandin1-5/+5
2017-06-29ChartTypeHelper::getSupportedLabelPlacements nDimensionCount was ignoredStephan Bergmann1-1/+1
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin1-9/+9
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-20/+20
2017-02-03makeAny->Any in basctl..chart2Noel Grandin1-1/+1
2017-01-16new loplugin: useuniqueptr: chart2Noel Grandin1-6/+5
2016-10-06rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke1-1/+1
2016-08-05loplugin:countusersofdefaultparams in canvas,chart2Noel Grandin1-1/+1
2016-07-19improve unnecessaryoverride pluginNoel Grandin1-5/+0
2016-07-14chart2: avoid use of reallocJochen Nitschke1-6/+2
2016-03-14com::sun::star->css in chart2Noel Grandin1-8/+8
2016-03-07improve defaultparams lopluginNoel Grandin1-4/+4
2015-11-20loplugin:unusedfields in chart2Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-10-20new loplugin: badvectorinitNoel Grandin1-2/+4
2015-07-20loplugin:unusedmethods chart2Noel Grandin1-10/+0
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-2/+2
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-1/+4
2014-07-22Remove "this->". Pointless.Kohei Yoshida1-1/+1
2014-07-02remove whitespacesMarkus Mohrhard1-2/+0
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-03-29Add API wrapper to handle properties of new GL3D chart type.Kohei Yoshida1-3/+4
2014-03-25Add a new skeleton plotter for the GL3D bar chart.Kohei Yoshida1-1/+1
2014-02-27Remove visual noise from chart2Alexander Wilms1-2/+2
2013-11-19this only works with c++11Markus Mohrhard1-1/+1
2013-11-19work on plotting a whole series at onceMarkus Mohrhard1-99/+105
2013-11-19remove a few more unnecessary linesMarkus Mohrhard1-1/+0
2013-11-19simplify AreaChart now that it does not deal with net chartsMarkus Mohrhard1-90/+5
2013-11-19prevent some implicit iterator conversionsMarkus Mohrhard1-10/+10
2013-11-19make it possible to switch between different ShapeFactoriesMarkus Mohrhard1-7/+7
2013-11-19create an AbstractFactory and add a DummyShapeFactory for testingMarkus Mohrhard1-2/+0
2013-11-19remove unused parameterMarkus Mohrhard1-6/+5
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa1-20/+0
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-03-19fdo#61135 stepped lines graph: handle ods filesEricSeynaeve1-1/+142
2013-01-25C2U macros no longer necessary.Kohei Yoshida1-9/+9
2012-10-30cppCheck: Remove some 'redundantAssignment'jailletc361-1/+0
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-06-06removed dead codeTakeshi Abe1-14/+0
2012-03-28revert old test ideaMarkus Mohrhard1-6/+0
2012-03-23Create respective error bars in areachart when creating shapes.Rafael Dominguez1-5/+20
2012-03-14refactor the chart test code a bitMarkus Mohrhard1-0/+6
2011-12-13Prefer reference over pointer (when it makes sense).Kohei Yoshida1-9/+9