summaryrefslogtreecommitdiff
path: root/chart2/source/view/main
AgeCommit message (Expand)AuthorFilesLines
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen2-0/+2
2020-04-19loplugin:flatten in chart2Noel Grandin4-306/+309
2020-04-09tdf#95425 follow-up: enable "Source format" checkbox of data labelBalazs Varga1-31/+3
2020-03-27tdf#129095 Chart view: fix missing inner chart areaBalazs Varga1-17/+21
2020-03-24Revert "tdf#95425 follow-up: enable "Source format" checkbox of data label"Stephan Bergmann1-5/+27
2020-03-24tdf#95425 follow-up: enable "Source format" checkbox of data labelBalazs Varga1-27/+5
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi2-8/+8
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi2-6/+6
2020-03-06tdf#123268 fix lost chart if all legend entries are hiddenTünde Tóth1-0/+2
2020-03-05tdf#75330 add a new overlay/no-overlay feature for the legendTünde Tóth2-11/+13
2020-03-03tdf#130777 UI: add Hide legend entry option for pie chartTünde Tóth1-0/+1
2020-02-27tdf#130621 OOXML chart export: fix lost label placementBalazs Varga1-0/+2
2020-02-25loplugin:referencecastingNoel Grandin1-1/+2
2020-02-23Related tdf#130681: use "Standard" page style if nothing else foundJulien Nabet1-0/+2
2020-01-31tdf#130032 Chart OOXML Import: fix data label custom positionBalazs Varga1-4/+8
2020-01-30tdf#48436 Chart: add CustomLabelPosition UNO API propertyBalazs Varga1-2/+38
2020-01-28remove some unused local varsNoel Grandin1-2/+1
2020-01-24loplugin:makeshared in chart2..comphelperNoel Grandin1-2/+2
2020-01-14clang-tidy modernize-concat-nested-namespace in chart2Noel Grandin2-3/+3
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2019-12-22loplugin:unusedfieldsNoel Grandin1-1/+0
2019-12-16tdf#129173 tdf#129175 Fix number format of data labelsBalazs Varga2-29/+15
2019-12-07Check secondary Y axis exists before retrieving value for "Show" prop (chart2)Julien Nabet1-2/+2
2019-12-07Fix typosAndrea Gelmini1-1/+1
2019-12-07PageStyle and WritingMode may be absent (chart2)Julien Nabet1-3/+11
2019-12-02tdf#129054 Chart OOXML Import: Fix size of Pie ChartBalazs Varga1-1/+2
2019-11-27tdf#115630 tdf#88922 Chart: fix custom legend position and sizeBalazs Varga1-18/+18
2019-11-21tdf#42949 tdf#119699 Fix IWYU warnings in chart2/Gabor Kelemen7-7/+0
2019-11-09Don't call setPropertyValue with empty valueMuhammet Kara1-1/+5
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin1-2/+0
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+3
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-4/+3
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák1-1/+1
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-1/+1
2019-10-07tdf#127777 OOXML chart export: fix "CrossBetween" for not imported chartsBalazs Varga1-12/+5
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-2/+2
2019-09-23tdf#127393 OOXML chart import: fix X axis position setting "CrossBetween"Balazs Varga1-5/+7
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov1-12/+5
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov1-2/+1
2019-09-05loplugin:constmethod in chart2Noel Grandin1-1/+1
2019-08-19loplugin:constvars in chart2..connectivityNoel Grandin1-6/+6
2019-08-15loplugin:sequenceloop in basic..cuiNoel Grandin2-3/+6
2019-08-10Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): chart2Stephan Bergmann1-1/+1
2019-07-19loplugin:referencecasting in canvas..chart2Noel Grandin1-4/+3
2019-06-26tdf#126033 chart: hide removed marker of a single data pointBalazs Varga1-1/+1
2019-06-25improve loplugin:simplifyconstructNoel Grandin4-12/+9
2019-06-20tdf#39593 Remove chart::ExplicitValueProvider::getExplicitValueProviderArkadiy Illarionov1-15/+1
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-2/+2
2019-06-14loplugin:logexceptionnicely in chart2Noel Grandin6-86/+90