summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
AgeCommit message (Expand)Author
2024-05-07loplugin:ostr in chart2Noel Grandin
2024-03-18tdf#50934: Add a pie-with-remainder-as-another-pie chart typeKurt Nordback
2024-02-19tdf#50934: OfPie inport from OOXML, plus initial work for exportKurt Nordback
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: chart2Stephan Bergmann
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-04-25Add script to find unused using declarationsGabor Kelemen
2023-03-29use more get/setFastPropertyValue in chart2Noel Grandin
2023-03-23rtl::Static-> thread-safe-static in chart2Noel Grandin
2023-03-21move getTemplate inside chart2::DiagramNoel Grandin
2023-03-21move getVertical/setVertical inside chart2::DiagramNoel Grandin
2023-03-20move getStackMode/setStackmode inside chart2::DiagramNoel Grandin
2023-03-20move setDimension/getDimension inside chart2::DiagramNoel Grandin
2023-03-19move getDataSeries inside chart2::DiagramNoel Grandin
2023-03-17move getChartTypeByIndex inside chart2::DiagramNoel Grandin
2023-03-17move getGeometry3D inside chart2::DiagramNoel Grandin
2023-03-16move setGeometry3D inside chart2::DiagramNoel Grandin
2023-02-21BaseMutex->std::mutex in chart::WrappedPropertySetNoel Grandin
2022-09-22tdf#151091 Revert "tdf#148635 cache some chart stuff"Noel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-18chart2: remove setting DataTable* props. from old chart::XDialogTomaž Vajngerl
2022-06-13clang-tidy modernize-pass-by-value in chart2Noel Grandin
2022-04-23Recheck module chart2 with IWYUGabor Kelemen
2022-04-19tdf#148635 cache some chart stuffNoel Grandin
2022-04-14use more string_view in chart2Noel Grandin
2022-01-31use more concrete types in chart2, DataSeriesNoel Grandin
2022-01-25use more concrete types in chart2, DiagramNoel Grandin
2022-01-22remove css::chart::XChartTypeTemplateNoel Grandin
2022-01-22use more concrete types in chart2, ChartTypeNoel Grandin
2022-01-19use more concrete types in chart2, ChartTypeTemplateNoel Grandin
2022-01-18use more concrete types in chart2, ChartTypeManagerNoel Grandin
2022-01-16use more concrete types in chart2, DiagramNoel Grandin
2022-01-15use more concrete types in chart2, ChartModelNoel Grandin
2021-10-29Prepare for removal of non-const operator[] from Sequence in chart2Mike Kaganski
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2020-04-19loplugin:flatten in chart2Noel Grandin
2020-01-14clang-tidy modernize-concat-nested-namespace in chart2Noel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): chart2Stephan Bergmann
2019-05-10Consolidate MutexContainer GetMutex() vs. direct m_aMutex accessStephan Bergmann
2019-01-03tdf#42949 Fix IWYU warnings in chart2/source/controller/* (2)Gabor Kelemen
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-09-26tdf#42949 Fix IWYU warnings in chart2/source/controller/chartapiwrapper/*hxxGabor Kelemen
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin
2018-08-28tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen
2018-07-24pass WrappedProperty around by std::unique_ptrNoel Grandin
2018-07-17remove the GL based 3D chartsMarkus Mohrhard
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-03-03Use for-range loops in chart2 (part1)Julien Nabet