summaryrefslogtreecommitdiff
path: root/chart2/source/tools/DataSeriesHelper.cxx
AgeCommit message (Expand)Author
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-06-13clang-tidy modernize-pass-by-value in chart2Noel Grandin
2022-05-06remove unnecessary sequenceToContainerNoel Grandin
2022-04-23Recheck module chart2 with IWYUGabor Kelemen
2022-02-28tdf#146463 Apply data series filter to the chart legendOuyang Leyan
2022-02-17loplugin:unusedmethodsNoel Grandin
2022-02-08use more concrete types in chart2, DataSeriesNoel Grandin
2022-02-07use more concrete types in chart2, DataSeriesNoel Grandin
2022-02-07crashtesting ooo#20372Noel Grandin
2022-02-05use more concrete types in chart2, AxisNoel Grandin
2022-02-05use more concrete types in chart2, LabeledDataSequenceNoel Grandin
2022-02-04use more concrete types in chart2, LabeledDataSequenceNoel Grandin
2022-01-31use more concrete types in chart2, DataSeriesNoel Grandin
2022-01-30use more concrete types in chart2, DataSeriesNoel Grandin
2022-01-28use more concrete types in chart2, BaseCoordinateSystemNoel Grandin
2022-01-26use more concrete types in chart2, DiagramNoel Grandin
2022-01-26remove now unused functionNoel Grandin
2022-01-25use more concrete types in chart2, ChartTypeNoel Grandin
2022-01-19use more concrete types in chart2, BaseCoordinateSystemNoel Grandin
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-02-08tdf#94235 Add support for series name in data series labelsSamuel Mehrbrodt
2020-09-24tdf#136402 Chart View: remove custom label textBalazs Varga
2020-09-02tdf#136061 Chart ODF/OOXML: fix missing custom labelsBalazs Varga
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-05-18use for-range on Sequence in chart2Noel Grandin
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-19loplugin:flatten in chart2Noel Grandin
2020-01-30tdf#48436 Chart: add CustomLabelPosition UNO API propertyBalazs Varga
2020-01-14clang-tidy modernize-concat-nested-namespace in chart2Noel Grandin
2019-11-21tdf#42949 tdf#119699 Fix IWYU warnings in chart2/Gabor Kelemen
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-14loplugin:logexceptionnicely in chart2Noel Grandin
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov
2019-05-13Remove ContainerHelper.hxxArkadiy Illarionov
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin
2018-10-09tdf#42949 Fix IWYU warnings in chart2/source/tools/*cxxGabor Kelemen
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-03-08loplugin:constantparam in canvas..comphelperNoel Grandin
2018-03-03Use for-range loops in chart2 (part1)Julien Nabet
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin
2017-10-26More loplugin:unnecessaryparenStephan Bergmann
2017-10-23loplugin:includeform: chart2Stephan Bergmann
2017-07-25loplugin:unusedmethodsNoel Grandin
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin
2017-07-09C++11 replace std::remove_copy_if with std::copy_ifJochen Nitschke
2017-07-03use begin()/end() when working with SequenceNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-04-19clang-tidy readability-simplify-boolean-expr in accessibility..cuiNoel Grandin