summaryrefslogtreecommitdiff
path: root/chart2/source/view/charttypes/PieChart.cxx
AgeCommit message (Expand)Author
2017-08-22bug fix: tdf#111173Marco Cecchetti
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
2014-06-22don't try to set property mapping if there is no valueMarkus Mohrhard
2014-03-27show negative values correctly in pie charts, fdo#69143Markus Mohrhard
2014-02-27Remove visual noise from chart2Alexander Wilms
2014-01-29add property mapping to pie chartsMarkus Mohrhard
2013-11-19make it possible to switch between different ShapeFactoriesMarkus Mohrhard
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-14warning C4101: unreferenced local variableMichael Stahl
2013-03-14n#734735: Decrease pie chart's thickness.Muthu Subramanian
2013-03-11Fix chart2 buildFridrich Štrba
2013-03-11 #119989# Support relative 3D pie chart height when importing charts.Armin Le Grand
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
2012-12-08bnc#791952: Use "center" label placement for "Best fit" in pie charts.Kohei Yoshida
2012-12-08bnc#791952: Better placement of 3D pie chart data labels.Kohei Yoshida
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-03-07some more auto_ptr -> scoped_ptr in chart2Markus Mohrhard
2011-11-29catch by const referenceTakeshi Abe
2011-11-27remove include of pch header in chart2Norbert Thiebaud
2011-05-27Replace DBG_* with OSL_* in calc/chart2Jacek Wolszczak