summaryrefslogtreecommitdiff
path: root/chart2/source/view/charttypes/PieChart.cxx
AgeCommit message (Expand)Author
2018-06-01tdf#42949 Fix IWYU warnings in chart2/source/view/inc/Gabor Kelemen
2018-03-04Modernize a bit chart2Julien Nabet
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin
2017-10-23loplugin:includeform: chart2Stephan Bergmann
2017-08-28tdf#62363: When pie chart sector is too small do "Outside" placementDennis Francis
2017-08-08bug fix: tdf#111173Marco Cecchetti
2017-08-03loplugin:constparams in sdNoel Grandin
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-08-01loplugin:checkunusedparamsNoel Grandin
2017-07-27loplugin:constparams in chart2Noel Grandin
2017-06-29PieChart::PieLabelInfo::moveAwayFrom bAlternativeMoveDirection is "TODO"Stephan Bergmann
2017-06-29ChartTypeHelper::getSupportedLabelPlacements nDimensionCount was ignoredStephan Bergmann
2017-06-20loplugin:oncevar chart2Noel Grandin
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin
2017-03-13cppcheck: unsignedLessThanZeroJochen Nitschke
2017-03-12cppcheck: unsignedLessThanZeroJulien Nabet
2017-02-21loplugin:subtlezeroinit: chart2Stephan Bergmann
2017-02-17drop enum NormalAxisNoel 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-11-23loplugin:unnecessaryoverride (dtors) in chart2Stephan Bergmann
2016-10-06rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-05loplugin:countusersofdefaultparams in canvas,chart2Noel Grandin
2016-03-14com::sun::star->css in chart2Noel Grandin
2016-03-07improve defaultparams lopluginNoel Grandin
2016-01-06Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-14boost->stdCaolán McNamara
2015-09-09tdf#90839: support for wrapped text in data labels and for centered data valueMarco Cecchetti
2015-08-14loplugin: defaultparamsNoel Grandin
2015-07-20loplugin:unusedmethods chart2Noel Grandin
2015-06-08\<the the\> -> theJan Holesovsky
2015-05-04tdf#90839 - added support for inside placement for the best fit caseMarco Cecchetti
2015-04-23loplugin:staticmethodsNoel Grandin
2015-02-10Added more doc notes for classes and methods used for pie charts.Marco Cecchetti
2015-02-09Fixed a too long comment line.Marco Cecchetti
2015-02-09chart2: fix buildMichael Stahl
2015-02-09Added doc notes for classes and methods used for pie charts.Marco Cecchetti
2014-08-18Annotate code & remove unnecessary scope.Kohei Yoshida
2014-08-18Nested conditional !(cond1 && cond2 && cond3) is harder on human brain.Kohei Yoshida
2014-08-18Using empty() makes it clearer.Kohei Yoshida
2014-08-18TODO items from the old maintainers. No longer relevant.Kohei Yoshida
2014-08-14Use struct to group together parameters to reduce number of method args.Kohei Yoshida
2014-08-14Extract code block into its own method.Kohei Yoshida
2014-07-22Remove "this->". Pointless.Kohei Yoshida
2014-07-02remove whitespacesMarkus Mohrhard