summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/Axis.cxx
AgeCommit message (Expand)Author
2023-09-02replace set(nullptr) with clear()Noel Grandin
2023-03-29fix concurrent access to fontcacheNoel Grandin
2023-03-29use more concrete types in chart2Noel Grandin
2023-03-23rtl::Static-> thread-safe-static in chart2Noel Grandin
2023-03-22use more concrete type in chart2Noel 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-02-05use more concrete types in chart2, AxisNoel Grandin
2022-01-14use more concrete types in chart2Noel Grandin
2021-12-05speed up property access in chartsNoel 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-02-23loplugin:refcounting in chart2Noel
2020-04-09tdf#127792 implement UNO chart attribute MajorOriginTünde Tóth
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
2018-10-08tdf#42949 Fix IWYU warnings in chart2/source/model/*cxxGabor Kelemen
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin
2018-06-16tdf#42949 Fix IWYU warnings in chart2/source/model/{main,template}/*hxxGabor Kelemen
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel 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-09-11clang-tidy modernize-use-emplace in c*Noel Grandin
2017-07-28loplugin:checkunusedparams more part3Noel Grandin
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-07-02loplugin:casttovoid: chart2Stephan Bergmann
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert chart2 model source from OSL_ASSERT to assertChris Sherlock
2017-04-28commit: loplugin:checkunusedparams in chart2Noel 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
2016-11-11loplugin:expandablemethods in chart2Noel Grandin
2016-11-07loplugin:oncevar in chart2Noel Grandin
2016-07-13chart2: remove unused ContainerHelper.hxx includesJochen Nitschke
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
2016-03-14remove some unused typedefs, and inline some use-onceNoel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-07tdf#88154 workaround and unit testMarco Cecchetti
2015-07-09tdf#91725: Use lighter default colour for minor grid linesKatarina Behrens
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-02-12Use constructors for services from chartcore.component.Ursache Vladimir