summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/template/PieChartTypeTemplate.cxx
Commit message (Expand)AuthorAgeFilesLines
* speed up property access in chartsNoel Grandin2021-12-051-3/+4
* const OUString -> const OUStringLiteralMike Kaganski2021-03-251-1/+1
* Removed duplicated includeAndrea Gelmini2020-09-281-1/+0
* tdf#108059 Introduce compatibility key for pie chart orientationKelemen Gábor2020-09-281-1/+10
* tdf#123218 tdf#108067 config key ReverseXAxisOrientationDoughnutChartTünde Tóth2020-08-241-3/+20
* use for-range on Sequence in chart2Noel Grandin2020-05-181-11/+11
* Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov2019-06-101-2/+2
* tdf#42949 Fix IWYU warnings in chart2/source/model/*cxxGabor Kelemen2018-10-081-2/+0
* tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen2018-08-281-0/+1
* tdf#42949 Fix IWYU warnings in chart2/source/inc/[d-l]*hxxGabor Kelemen2018-08-081-0/+1
* tdf#42949 Fix IWYU warnings in chart2/source/model/{main,template}/*hxxGabor Kelemen2018-06-161-0/+1
* use more DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-091-16/+17
* Use for-range loops in chart2 (part1)Julien Nabet2018-03-031-3/+2
* inline ASSERT_EXCEPTION macro in chart2Noel Grandin2017-11-031-9/+8
* More loplugin:unnecessaryparenStephan Bergmann2017-10-261-1/+1
* loplugin:includeform: chart2Stephan Bergmann2017-10-231-9/+9
* clang-tidy modernize-use-emplace in c*Noel Grandin2017-09-111-12/+8
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-2/+2
* loplugin:oncevar chart2Noel Grandin2017-06-201-4/+3
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-151-6/+6
* makeAny->Any in basctl..chart2Noel Grandin2017-02-031-8/+8
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-6/+0
* chart2: remove unused ContainerHelper.hxx includesJochen Nitschke2016-07-131-1/+0
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-1/+0
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-1/+0
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-1/+1
* com::sun::star->css in chart2Noel Grandin2016-03-141-1/+1
* use comphelper::containerToSequenceNoel Grandin2015-11-191-1/+1
* s/Coordiante/CoordinateTor Lillqvist2015-07-081-1/+1
* loplugin:staticmethodsNoel Grandin2015-04-231-2/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet2014-05-201-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet2014-05-181-2/+2
* chart2: sal_Bool->boolNoel Grandin2014-04-151-5/+5
* ChartTypeTemplate and its derivatives are not UNO service implementationsStephan Bergmann2014-03-281-13/+0
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-5/+5
* fdo#62475 removed pointless commentsJelle van der Waa2013-07-291-3/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-4/+3
* RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter2013-02-201-3/+2
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-301-18/+18
* re-base on ALv2 code. Includes:Michael Meeks2012-07-181-23/+14
* hide local functions harderCaolán McNamara2012-05-291-1/+1
* Improve checking for emptinessThomas Arnhold2012-01-211-1/+1
* catch by const referenceTakeshi Abe2011-11-291-6/+6
* remove include of pch header in chart2Norbert Thiebaud2011-11-271-2/+0
* drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito2011-03-291-0/+0
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida2011-03-101-52/+51
|\
| * chart49: #i113103# use corrected double-checked locking pattern for default p...Ingrid Halama2010-10-071-23/+23
| * chart49: #i113103# use corrected double-checked locking pattern for propertys...Ingrid Halama2010-10-061-16/+16
| * chart49: #i113103# prevent deadlock caused by mixed mutex locking order wiht ...Ingrid Halama2010-10-051-19/+13