summaryrefslogtreecommitdiff
path: root/chart2/source/view/charttypes/PieChart.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-28tdf#121281 pie chart: improve data label positionTünde Tóth1-36/+65
2020-12-16tdf#138777 pie chart: improve long data label widthTünde Tóth1-15/+10
2020-11-17tdf#138018 don't show leader lines inside pie chartTünde Tóth1-15/+23
2020-10-20cid#1468269 Uninitialized scalar fieldCaolán McNamara1-1/+3
2020-10-19tdf#134121 pie chart: add leader linesTünde Tóth1-40/+77
2020-10-09tdf#134978 Chart OOXML Import: fix pie chart label custom positionTünde Tóth1-2/+5
2020-10-02tdf#137116 pie chart: improve BestFit position of data labelsTünde Tóth1-71/+44
2020-09-23tdf#136752 pie chart: improve data label positionTünde Tóth1-20/+48
2020-08-27tdf#136105 tdf#134883 pie chart: improve data label positionBalazs Varga1-0/+15
2020-07-09tdf#134225 Chart view: fix moved date labelBalazs Varga1-13/+1
2020-06-19tdf#134029 Chart view: enable to move data labelBalazs Varga1-23/+22
2020-06-02tdf#133376 Chart view: improve BestFit position of data labelsBalazs Varga1-0/+35
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-19loplugin:flatten in chart2Noel Grandin1-16/+19
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi1-4/+4
2020-03-06basegfx: B2DTuple replace operator[] with "get" and Axis2D enumTomaž Vajngerl1-13/+13
2019-06-14Avoid -fsanitize=signed-integer-overflowStephan Bergmann1-1/+1
2019-06-14loplugin:logexceptionnicely in chart2Noel Grandin1-6/+7
2019-02-09Fix typoAndrea Gelmini1-1/+1
2018-12-28Fix typoAndrea Gelmini1-1/+1
2018-11-26tdf#42949 Fix IWYU warnings in chart2/source/view/*cxxGabor Kelemen1-1/+0
2018-11-26Put text label outside of the pie if..Tamas Bunth1-1/+12
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin1-4/+4
2018-08-28tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen1-0/+3
2018-08-11loplugin:mergeclasses AbstractShapeFactory into ShapeFactoryNoel Grandin1-3/+3
2018-08-04Remove local deg<->rad functions: use what we already have in basegfxMike Kaganski1-18/+6
2018-08-03Move angle normalization code from various places to toolsMike Kaganski1-16/+7
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-11loplugin:useuniqueptr in VDataSeriesGroupNoel Grandin1-6/+6
2018-06-01tdf#42949 Fix IWYU warnings in chart2/source/view/inc/Gabor Kelemen1-0/+2
2018-03-04Modernize a bit chart2Julien Nabet1-21/+16
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin1-4/+3
2017-10-23loplugin:includeform: chart2Stephan Bergmann1-7/+7
2017-08-28tdf#62363: When pie chart sector is too small do "Outside" placementDennis Francis1-2/+10
2017-08-08bug fix: tdf#111173Marco Cecchetti1-4/+7
2017-08-03loplugin:constparams in sdNoel Grandin1-1/+1
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-8/+8
2017-08-01loplugin:checkunusedparamsNoel Grandin1-10/+1
2017-07-27loplugin:constparams in chart2Noel Grandin1-3/+3
2017-06-29PieChart::PieLabelInfo::moveAwayFrom bAlternativeMoveDirection is "TODO"Stephan Bergmann1-4/+4
2017-06-29ChartTypeHelper::getSupportedLabelPlacements nDimensionCount was ignoredStephan Bergmann1-1/+1
2017-06-20loplugin:oncevar chart2Noel Grandin1-2/+1
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin1-2/+2
2017-03-13cppcheck: unsignedLessThanZeroJochen Nitschke1-12/+12
2017-03-12cppcheck: unsignedLessThanZeroJulien Nabet1-2/+2
2017-02-21loplugin:subtlezeroinit: chart2Stephan Bergmann1-1/+1
2017-02-17drop enum NormalAxisNoel Grandin1-5/+4
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-6/+6
2017-02-03makeAny->Any in basctl..chart2Noel Grandin1-4/+4
2017-01-16new loplugin: useuniqueptr: chart2Noel Grandin1-4/+3