summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/DataSeries.cxx
AgeCommit message (Expand)Author
2023-03-29use more concrete types in chart2Noel Grandin
2023-03-29crashtesting: Null-deref on export of forum-mso-en4-274729.xls to odsCaolán McNamara
2023-03-29fix concurrent access to fontcacheNoel Grandin
2023-03-23rtl::Static-> thread-safe-static in chart2Noel Grandin
2023-03-22move hasUnhiddenData inside chart2::DataSeriesNoel Grandin
2023-03-21move getLabel inside chart2::DataSeriesNoel Grandin
2022-12-06Move cppu::BaseMutex up to the base class OPropertySetNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-04-23Recheck module chart2 with IWYUGabor Kelemen
2022-02-07crashtesting ooo#20372Noel 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, RegressionCurveModelNoel Grandin
2022-01-14use more concrete types in chart2Noel Grandin
2021-12-05speed up property access in chartsNoel Grandin
2021-02-23loplugin:refcounting in chart2Noel
2021-01-20improve some IllegalArgumentException messagesNoel
2020-01-14clang-tidy modernize-concat-nested-namespace in chart2Noel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): chart2Stephan Bergmann
2019-05-13Remove ContainerHelper.hxxArkadiy Illarionov
2019-05-10Consolidate MutexContainer GetMutex() vs. direct m_aMutex accessStephan Bergmann
2019-05-09Drop redundant explicit initialization of MutexContainer base classStephan Bergmann
2018-10-08tdf#42949 Fix IWYU warnings in chart2/source/model/*cxxGabor Kelemen
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin
2018-05-28tdf#42949 Fix IWYU warnings in chart2/source/model/inc/Gabor Kelemen
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-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin
2017-10-23loplugin:includeform: chart2Stephan Bergmann
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert chart2 model source from OSL_ASSERT to assertChris Sherlock
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-17loplugin:unusedfieldsNoel Grandin
2016-11-11loplugin:expandablemethods in chart2Noel Grandin
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-03-14com::sun::star->css in chart2Noel Grandin
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-02-12Use constructors for services from chartcore.component.Ursache Vladimir
2014-12-09inline UNO helper macrosNoel Grandin
2014-07-21Scope reduction by throwing early.Kohei Yoshida
2014-05-28coverity#706264 Uncaught exceptionCaolán McNamara
2014-02-26Statics with non-trivial initialization must use StaticWithInitStephan Bergmann