summaryrefslogtreecommitdiff
path: root/chart2/source/view/charttypes/PieChart.cxx
AgeCommit message (Expand)Author
2020-11-17tdf#138018 don't show leader lines inside pie chartTünde Tóth
2020-10-20cid#1468269 Uninitialized scalar fieldCaolán McNamara
2020-10-19tdf#134121 pie chart: add leader linesTünde Tóth
2020-10-09tdf#134978 Chart OOXML Import: fix pie chart label custom positionTünde Tóth
2020-10-02tdf#137116 pie chart: improve BestFit position of data labelsTünde Tóth
2020-09-23tdf#136752 pie chart: improve data label positionTünde Tóth
2020-08-27tdf#136105 tdf#134883 pie chart: improve data label positionBalazs Varga
2020-07-09tdf#134225 Chart view: fix moved date labelBalazs Varga
2020-06-19tdf#134029 Chart view: enable to move data labelBalazs Varga
2020-06-02tdf#133376 Chart view: improve BestFit position of data labelsBalazs Varga
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-19loplugin:flatten in chart2Noel Grandin
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi
2020-03-06basegfx: B2DTuple replace operator[] with "get" and Axis2D enumTomaž Vajngerl
2019-06-14Avoid -fsanitize=signed-integer-overflowStephan Bergmann
2019-06-14loplugin:logexceptionnicely in chart2Noel Grandin
2019-02-09Fix typoAndrea Gelmini
2018-12-28Fix typoAndrea Gelmini
2018-11-26tdf#42949 Fix IWYU warnings in chart2/source/view/*cxxGabor Kelemen
2018-11-26Put text label outside of the pie if..Tamas Bunth
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-08-04Remove local deg<->rad functions: use what we already have in basegfxMike Kaganski
2018-08-03Move angle normalization code from various places to toolsMike Kaganski
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
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