summaryrefslogtreecommitdiffstats
path: root/chart2/source/tools/DiagramHelper.cxx
Commit message (Expand)AuthorAgeFilesLines
* use more std::container::insert instead of std::copyNoel Grandin2020-06-241-4/+2
* use for-range on Sequence in chart2Noel Grandin2020-05-181-66/+54
* improve loplugin:referencecastingNoel Grandin2020-05-081-6/+4
* replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl2020-05-071-2/+2
* loplugin:flatten in chart2Noel Grandin2020-04-191-35/+35
* Fix typoAndrea Gelmini2020-02-071-1/+1
* tdf#34517 Bring forward/backward in chart series switchedKelemen Gábor2019-12-121-1/+2
* Fix '..'Andrea Gelmini2019-09-011-1/+1
* loplugin:referencecasting in canvas..chart2Noel Grandin2019-07-191-8/+6
* Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov2019-06-101-8/+8
* Remove ContainerHelper.hxxArkadiy Illarionov2019-05-131-3/+2
* loplugin:indentation in canvas..chart2Noel Grandin2019-02-081-1/+1
* clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin2018-10-231-2/+1
* loop run a maximum of onceCaolán McNamara2018-10-191-18/+15
* Resolves: tdf#115182 default Chart percentage format is integerEike Rathke2018-10-161-1/+5
* tdf#42949 Fix IWYU warnings in chart2/source/tools/*cxxGabor Kelemen2018-10-091-7/+1
* cppcheck: knownConditionTrueFalse in chart2Jochen Nitschke2018-09-171-4/+3
* New loplugin:externalStephan Bergmann2018-09-171-2/+2
* 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/+2
* Add missing sal/log.hxx headersGabor Kelemen2018-07-091-0/+1
* look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin2018-06-081-2/+0
* use more DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-091-32/+33
* Use for-range loops in chart2 (part1)Julien Nabet2018-03-031-15/+8
* wrap scoped enum around css::util::NumberFormatNoel Grandin2017-12-191-2/+2
* inline ASSERT_EXCEPTION macro in chart2Noel Grandin2017-11-031-17/+16
* loplugin:includeform: chart2Stephan Bergmann2017-10-231-15/+15
* loplugin:casttovoid: chart2Stephan Bergmann2017-07-021-1/+0
* loplugin:oncevar chart2Noel Grandin2017-06-201-6/+3
* remove unused uno::Reference varsNoel Grandin2017-05-121-1/+0
* revert OSL_ASSERT changesChris Sherlock2017-05-071-11/+11
* tdf#43157: convert chart2 tools source from OSL_ASSERT to assertChris Sherlock2017-05-071-11/+11
* commit: loplugin:checkunusedparams in chart2Noel Grandin2017-04-281-1/+1
* convert StackMode to scoped enumNoel Grandin2017-02-171-15/+12
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-151-15/+15
* makeAny->Any in basctl..chart2Noel Grandin2017-02-031-9/+9
* rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke2016-10-061-1/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-1/+1
* com::sun::star->css in chart2Noel Grandin2016-03-141-4/+3
* loplugin:unuseddefaultparams in chart2Noel Grandin2016-03-021-32/+10
* Fix typosAndrea Gelmini2016-01-061-2/+2
* use comphelper::containerToSequenceNoel Grandin2015-11-191-2/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-5/+5
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-301-1/+1
* move date/time guess work to SvNumberFormatter::GuessDateTimeFormat()Eike Rathke2015-08-121-31/+2
* if we have a number formatter then use it, dammit..Eike Rathke2015-08-101-8/+17
* if we have a number formatter then use it, dammit..Eike Rathke2015-08-101-15/+16
* tdf#92997 obtain a date/time edit format according to field valueEike Rathke2015-08-101-0/+49
* uno::Sequence provides now begin and endNoel Grandin2015-06-041-4/+3
* fdo#39440 reduce scope of local variablesŁukasz Hryniuk2015-01-071-3/+2