summaryrefslogtreecommitdiff
path: root/chart2/source/tools/DiagramHelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-05-07replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl1-2/+2
2020-04-19loplugin:flatten in chart2Noel Grandin1-35/+35
2020-02-07Fix typoAndrea Gelmini1-1/+1
2019-12-12tdf#34517 Bring forward/backward in chart series switchedKelemen Gábor1-1/+2
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-07-19loplugin:referencecasting in canvas..chart2Noel Grandin1-8/+6
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov1-8/+8
2019-05-13Remove ContainerHelper.hxxArkadiy Illarionov1-3/+2
2019-02-08loplugin:indentation in canvas..chart2Noel Grandin1-1/+1
2018-10-23clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin1-2/+1
2018-10-19loop run a maximum of onceCaolán McNamara1-18/+15
2018-10-16Resolves: tdf#115182 default Chart percentage format is integerEike Rathke1-1/+5
2018-10-09tdf#42949 Fix IWYU warnings in chart2/source/tools/*cxxGabor Kelemen1-7/+1
2018-09-17cppcheck: knownConditionTrueFalse in chart2Jochen Nitschke1-4/+3
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-08-28tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen1-0/+1
2018-08-08tdf#42949 Fix IWYU warnings in chart2/source/inc/[d-l]*hxxGabor Kelemen1-0/+2
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-2/+0
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-32/+33
2018-03-03Use for-range loops in chart2 (part1)Julien Nabet1-15/+8
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-2/+2
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin1-17/+16
2017-10-23loplugin:includeform: chart2Stephan Bergmann1-15/+15
2017-07-02loplugin:casttovoid: chart2Stephan Bergmann1-1/+0
2017-06-20loplugin:oncevar chart2Noel Grandin1-6/+3
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-11/+11
2017-05-07tdf#43157: convert chart2 tools source from OSL_ASSERT to assertChris Sherlock1-11/+11
2017-04-28commit: loplugin:checkunusedparams in chart2Noel Grandin1-1/+1
2017-02-17convert StackMode to scoped enumNoel Grandin1-15/+12
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-15/+15
2017-02-03makeAny->Any in basctl..chart2Noel Grandin1-9/+9
2016-10-06rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-03-14com::sun::star->css in chart2Noel Grandin1-4/+3
2016-03-02loplugin:unuseddefaultparams in chart2Noel Grandin1-32/+10
2016-01-06Fix typosAndrea Gelmini1-2/+2
2015-11-19use comphelper::containerToSequenceNoel Grandin1-2/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-08-12move date/time guess work to SvNumberFormatter::GuessDateTimeFormat()Eike Rathke1-31/+2
2015-08-10if we have a number formatter then use it, dammit..Eike Rathke1-8/+17
2015-08-10if we have a number formatter then use it, dammit..Eike Rathke1-15/+16
2015-08-10tdf#92997 obtain a date/time edit format according to field valueEike Rathke1-0/+49
2015-06-04uno::Sequence provides now begin and endNoel Grandin1-4/+3
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk1-3/+2
2014-12-18chart2: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-09-19More scope reduction.Kohei Yoshida1-76/+77
2014-06-19Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida1-2/+3