summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/Diagram.cxx
AgeCommit message (Expand)Author
2023-03-17move getChartTypes inside chart2::DiagramNoel Grandin
2023-03-17use more concrete types in Diagram::moveSeriesNoel Grandin
2023-03-17move isSeriesMoveable inside chart2::DiagramNoel Grandin
2023-03-17move isSupportingFloorAndWall inside chart2::DiagramNoel Grandin
2023-03-17move isPieOrDonutChart inside chart2::DiagramNoel Grandin
2023-03-17move getGeometry3D inside chart2::DiagramNoel Grandin
2023-03-16move setGeometry3D inside chart2::DiagramNoel Grandin
2023-03-16move getCorrectedMissingValueTreatment inside chart2::DiagramNoel Grandin
2023-03-16convert DiagramPositioningMode to scoped enumNoel Grandin
2023-03-15move getDiagramPositioningMode inside chart2::DiagramNoel Grandin
2022-12-06Move cppu::BaseMutex up to the base class OPropertySetNoel Grandin
2022-11-19tdf#151846 Restore XChartTypeTemplateNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-16chart2: Add undo/redo for the data tableTomaž Vajngerl
2022-07-17[API-CHANGE] chart data table implementationTomaž Vajngerl
2022-06-13clang-tidy modernize-pass-by-value in chart2Noel Grandin
2022-04-23Recheck module chart2 with IWYUGabor Kelemen
2022-02-05use more concrete types in chart2, AxisNoel Grandin
2022-01-29use more concrete types in chart2, LegendNoel Grandin
2022-01-19use more concrete types in chart2, BaseCoordinateSystemNoel Grandin
2022-01-19use more concrete types in chart2, ChartTypeTemplateNoel Grandin
2022-01-19use more concrete types in chart2, DiagramNoel Grandin
2022-01-18use more concrete types in chart2, ChartTypeManagerNoel Grandin
2022-01-14use more concrete types in chart2Noel Grandin
2021-12-05speed up property access in chartsNoel Grandin
2021-11-09rtl::Static to thread-safe staticNoel Grandin
2021-01-20improve some IllegalArgumentException messagesNoel
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): chart2Stephan Bergmann
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov
2019-05-10Consolidate MutexContainer GetMutex() vs. direct m_aMutex accessStephan Bergmann
2019-05-09Drop redundant explicit initialization of MutexContainer base classStephan Bergmann
2019-02-08loplugin:indentation in canvas..chart2Noel Grandin
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-08tdf#42949 Fix IWYU warnings in chart2/source/model/*cxxGabor Kelemen
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin
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-06-16tdf#42949 Fix IWYU warnings in chart2/source/model/{main,template}/*hxxGabor Kelemen
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-09loplugin:unusedvariable add some more std:: typesNoel 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-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin
2017-02-28new loplugin unoanyNoel Grandin
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-03makeAny->Any in basctl..chart2Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann