summaryrefslogtreecommitdiff
path: root/chart2/source/model/template/DataInterpreter.cxx
AgeCommit message (Expand)Author
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
2018-10-08tdf#42949 Fix IWYU warnings in chart2/source/model/*cxxGabor Kelemen
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2018-03-03Use for-range loops in chart2 (part1)Julien Nabet
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin
2017-10-23loplugin:includeform: chart2Stephan Bergmann
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert chart2 model source from OSL_ASSERT to assertChris Sherlock
2017-02-03makeAny->Any in basctl..chart2Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-10loplugin:unusedfieldsNoel Grandin
2016-11-17loplugin:unusedfieldsNoel Grandin
2016-11-11loplugin:expandablemethods in chart2Noel Grandin
2016-08-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara
2016-07-13chart2: remove unused ContainerHelper.hxx includesJochen Nitschke
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-14tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-01-31unnecessary use of OUString constructorNoel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2014-12-09inline UNO helper macrosNoel Grandin
2014-07-02remove whitespacesMarkus Mohrhard
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-25remove C2U in chart2Markus Mohrhard
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2011-11-29catch by const referenceTakeshi Abe
2011-11-27remove include of pch header in chart2Norbert Thiebaud
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-02-06Use OSL_DEBUG_LEVEL > 1 instead of > 2Thomas Arnhold
2011-01-18Remove dead code: "//static" and "//virtual"Thomas Arnhold
2011-01-15chart46: merge with DEV300_m97Ingrid Halama [iha]
2010-12-10chart46: #i25706# implement date axis - switching to scatter or bubbleIngrid Halama [iha]
2010-10-16Make calls to unary_function and binary_function less ambiguous for VC10Jesús Corrius
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-10-06chart49: cleanupIngrid Halama
2010-10-05chart49: #i113103# prevent deadlock caused by mixed mutex locking order wiht ...Ingrid Halama