summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/ObjectHierarchy.cxx
AgeCommit message (Expand)Author
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-14chart2: add UI to the data tableTomaž Vajngerl
2022-08-14chart2: remove unneeded class prefix in ObjectHierarchy.cxxTomaž Vajngerl
2022-08-14chart2: call clear instead of creating a new empty mapTomaž Vajngerl
2022-06-13clang-tidy modernize-pass-by-value in chart2Noel Grandin
2022-06-01Use more appropriate index variable typesStephan Bergmann
2022-04-25Recheck module chart2 with IWYUGabor Kelemen
2022-04-23Recheck module chart2 with IWYUGabor Kelemen
2022-02-10use more concrete types in chart2, SvxShapeNoel Grandin
2022-02-05use more concrete types in chart2, AxisNoel Grandin
2022-01-31use more concrete types in chart2, DataSeriesNoel Grandin
2022-01-27use more concrete types in chart2, DiagramNoel Grandin
2022-01-26use more concrete types in chart2, DiagramNoel Grandin
2022-01-25use more concrete types in chart2, DiagramNoel Grandin
2022-01-25use more concrete types in chart2, ChartTypeNoel Grandin
2022-01-22use more concrete types in chart2, ChartTypeNoel Grandin
2022-01-22simplify function objectNoel Grandin
2022-01-21use more concrete types in chart2, ChartModelNoel Grandin
2022-01-19use more concrete types in chart2, DiagramNoel Grandin
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
2022-01-02use concrete types in chart2, SvxDrawPageNoel Grandin
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-07-22no need for pimpl in ObjectHierarchyNoel Grandin
2021-01-29loplugin:stringviewparam extend to new..Noel
2020-05-18use for-range on Sequence in chart2Noel Grandin
2020-05-08improve loplugin:referencecastingNoel Grandin
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-19loplugin:flatten in chart2Noel Grandin
2020-02-27loplugin:constantparamNoel Grandin
2020-02-27fix regression in chart keyboard handlingNoel Grandin
2020-02-25loplugin:referencecastingNoel Grandin
2020-02-03loplugin:constantparamNoel Grandin
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann
2019-07-16cid#1448300 Using invalid iteratorCaolán McNamara
2018-12-14tdf#42949 Fix IWYU warnings in chart2/source/controller/*/cxx (1)Gabor Kelemen
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen
2018-08-28tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen
2018-08-08tdf#42949 Fix IWYU warnings in chart2/source/inc/[d-l]*hxxGabor Kelemen
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-03-03Use for-range loops in chart2 (part1)Julien Nabet
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin
2017-10-23loplugin:includeform: chart2Stephan Bergmann
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin
2017-07-03use begin()/end() when working with SequenceNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-06-20loplugin:oncevar chart2Noel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert chart2 controller source from OSL_ASSERT to assertChris Sherlock