summaryrefslogtreecommitdiff
path: root/chart2/source/tools
AgeCommit message (Expand)AuthorFilesLines
2020-05-07replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl2-4/+4
2020-04-28Fix typo in codeAndrea Gelmini7-15/+15
2020-04-27tdf#132355 fix X axis position of stock chartsTünde Tóth1-13/+0
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann7-4/+7
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen2-0/+2
2020-04-19loplugin:flatten in chart2Noel Grandin11-445/+445
2020-04-14loplugin:buriedassign in c*Noel Grandin1-2/+1
2020-04-11Use range-based for loopMike Kaganski1-3/+3
2020-04-07loplugin:unusedvariableplus in chart2Noel Grandin1-4/+2
2020-04-01tdf#130969 Chart view: fix incorrect precision of axis labelsBalazs Varga1-0/+3
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi9-19/+19
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi3-7/+7
2020-02-25loplugin:referencecastingNoel Grandin1-1/+1
2020-02-07Fix typoAndrea Gelmini1-1/+1
2020-02-04tdf#130242 chart: default center label placement in stacked area chartsTünde Tóth1-2/+18
2020-01-31new loplugin:namespaceindentationNoel Grandin5-5/+5
2020-01-30tdf#48436 Chart: add CustomLabelPosition UNO API propertyBalazs Varga2-0/+3
2020-01-28tdf#130031 Chart OOXML import: fix area chart data label positionTünde Tóth1-1/+2
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-14clang-tidy modernize-concat-nested-namespace in chart2Noel Grandin14-34/+14
2019-12-19Fix typoAndrea Gelmini1-2/+2
2019-12-18tdf#128995: Special case for single variable regression...Deena Francis1-36/+101
2019-12-16tdf#129173 tdf#129175 Fix number format of data labelsBalazs Varga1-9/+0
2019-12-12tdf#34517 Bring forward/backward in chart series switchedKelemen Gábor1-1/+2
2019-12-02tdf#129054 Chart OOXML Import: Fix size of Pie ChartBalazs Varga1-0/+11
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-21tdf#42949 tdf#119699 Fix IWYU warnings in chart2/Gabor Kelemen4-3/+1
2019-11-13tdf#128733 Chart import: fix secondary X axisBalazs Varga1-0/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann4-6/+6
2019-10-15new loplugin:bufferaddNoel Grandin1-7/+4
2019-10-07tdf#127777 OOXML chart export: fix "CrossBetween" for not imported chartsBalazs Varga1-1/+1
2019-09-16Simplify some osl::Clearable/ResettableGuardStephan Bergmann1-8/+7
2019-09-16Typo "ones" -> "once" in commentsStephan Bergmann1-12/+12
2019-09-16Get rid of two impl_init functions, each called from a single placeStephan Bergmann1-6/+4
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-30tdf#124083 OOXML import: fix broken charts with missing value XBalazs Varga1-2/+9
2019-08-19loplugin:constvars in chart2..connectivityNoel Grandin1-2/+2
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+1
2019-08-05tdf#126686 Chart: fix crashBalazs Varga1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): chart2Stephan Bergmann13-29/+29
2019-07-24tdf#114166 DOCX chart import: fix missing complex categoriesBalazs Varga1-1/+10
2019-07-19loplugin:referencecasting in canvas..chart2Noel Grandin7-17/+14
2019-07-15tdf#126193 Chart OOXML: Export Multi-level category labelsBalazs Varga1-0/+1
2019-06-25improve loplugin:simplifyconstructNoel Grandin2-4/+2
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-1/+1
2019-06-15Avoid -fsanitize=float-divide-by-zeroStephan Bergmann1-1/+4
2019-06-14Avoid -fsanitize=float-divide-by-zeroStephan Bergmann1-1/+4
2019-06-14Avoid -fsanitize=float-divide-by-zeroStephan Bergmann1-1/+1
2019-06-14loplugin:logexceptionnicely in chart2Noel Grandin4-22/+22
2019-06-12tdf#75659 Chart: fix empty legend at not available legend namesBalazs Varga1-2/+11