summaryrefslogtreecommitdiff
path: root/chart2/source/model/template/DataInterpreter.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-3/+3
2020-05-18use for-range on Sequence in chart2Noel Grandin1-17/+15
2020-04-19loplugin:flatten in chart2Noel Grandin1-13/+13
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): chart2Stephan Bergmann1-1/+1
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov1-2/+2
2018-10-08tdf#42949 Fix IWYU warnings in chart2/source/model/*cxxGabor Kelemen1-2/+0
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-2/+2
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-12/+13
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-1/+1
2018-03-03Use for-range loops in chart2 (part1)Julien Nabet1-5/+3
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin1-7/+6
2017-10-23loplugin:includeform: chart2Stephan Bergmann1-5/+5
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin1-3/+3
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-2/+2
2017-05-07tdf#43157: convert chart2 model source from OSL_ASSERT to assertChris Sherlock1-2/+2
2017-02-03makeAny->Any in basctl..chart2Noel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-7/+0
2017-01-10loplugin:unusedfieldsNoel Grandin1-3/+1
2016-11-17loplugin:unusedfieldsNoel Grandin1-1/+1
2016-11-11loplugin:expandablemethods in chart2Noel Grandin1-12/+1
2016-08-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara1-2/+1
2016-07-13chart2: remove unused ContainerHelper.hxx includesJochen Nitschke1-2/+0
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-14tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-5/+5
2016-01-31unnecessary use of OUString constructorNoel Grandin1-1/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin1-2/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2014-12-09inline UNO helper macrosNoel Grandin1-1/+23
2014-07-02remove whitespacesMarkus Mohrhard1-1/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-4/+4
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa1-3/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-03-25remove C2U in chart2Markus Mohrhard1-5/+6
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-15/+15
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+1
2011-11-29catch by const referenceTakeshi Abe1-6/+6
2011-11-27remove include of pch header in chart2Norbert Thiebaud1-2/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-0/+8
2011-02-06Use OSL_DEBUG_LEVEL > 1 instead of > 2Thomas Arnhold1-1/+1
2011-01-18Remove dead code: "//static" and "//virtual"Thomas Arnhold1-4/+0
2011-01-15chart46: merge with DEV300_m97Ingrid Halama [iha]1-4/+0
2010-12-10chart46: #i25706# implement date axis - switching to scatter or bubbleIngrid Halama [iha]1-0/+8
2010-10-16Make calls to unary_function and binary_function less ambiguous for VC10Jesús Corrius1-1/+1