summaryrefslogtreecommitdiff
path: root/chart2/source/tools
AgeCommit message (Expand)Author
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-05-24inline some use-once typedefsNoel Grandin
2020-05-18use for-range on Sequence in chart2Noel Grandin
2020-05-18tdf38835 Avoid pointless globalsMesut Çifci
2020-05-15use more try_emplaceNoel Grandin
2020-05-13tdf#132757 UI: option to set Position Axis property of chartsTünde Tóth
2020-05-12tdf#38835 strip out OUString globalsMesut Çifci
2020-05-09remove dead codeNoel Grandin
2020-05-08improve loplugin:referencecastingNoel Grandin
2020-05-08compact namespace in canvas..cuiNoel Grandin
2020-05-07replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl
2020-04-28Fix typo in codeAndrea Gelmini
2020-04-27tdf#132355 fix X axis position of stock chartsTünde Tóth
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-19loplugin:flatten in chart2Noel Grandin
2020-04-14loplugin:buriedassign in c*Noel Grandin
2020-04-11Use range-based for loopMike Kaganski
2020-04-07loplugin:unusedvariableplus in chart2Noel Grandin
2020-04-01tdf#130969 Chart view: fix incorrect precision of axis labelsBalazs Varga
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi
2020-02-25loplugin:referencecastingNoel Grandin
2020-02-07Fix typoAndrea Gelmini
2020-02-04tdf#130242 chart: default center label placement in stacked area chartsTünde Tóth
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-30tdf#48436 Chart: add CustomLabelPosition UNO API propertyBalazs Varga
2020-01-28tdf#130031 Chart OOXML import: fix area chart data label positionTünde Tóth
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-14clang-tidy modernize-concat-nested-namespace in chart2Noel Grandin
2019-12-19Fix typoAndrea Gelmini
2019-12-18tdf#128995: Special case for single variable regression...Deena Francis
2019-12-16tdf#129173 tdf#129175 Fix number format of data labelsBalazs Varga
2019-12-12tdf#34517 Bring forward/backward in chart series switchedKelemen Gábor
2019-12-02tdf#129054 Chart OOXML Import: Fix size of Pie ChartBalazs Varga
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-21tdf#42949 tdf#119699 Fix IWYU warnings in chart2/Gabor Kelemen
2019-11-13tdf#128733 Chart import: fix secondary X axisBalazs Varga
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-07tdf#127777 OOXML chart export: fix "CrossBetween" for not imported chartsBalazs Varga
2019-09-16Simplify some osl::Clearable/ResettableGuardStephan Bergmann
2019-09-16Typo "ones" -> "once" in commentsStephan Bergmann
2019-09-16Get rid of two impl_init functions, each called from a single placeStephan Bergmann
2019-09-01Fix '..'Andrea Gelmini
2019-08-30tdf#124083 OOXML import: fix broken charts with missing value XBalazs Varga
2019-08-19loplugin:constvars in chart2..connectivityNoel Grandin
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-08-05tdf#126686 Chart: fix crashBalazs Varga
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): chart2Stephan Bergmann