summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLSeries2Context.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-12-02tdf#123206 Import/Export chart custom label textTamas Bunth1-0/+15
2019-09-30tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxxGabor Kelemen1-10/+1
2019-09-24tdf#42949 Fix IWYU warnings in xmloff/source/*/*hxxGabor Kelemen1-0/+1
2019-09-03loplugin:constmethod in xmloffNoel Grandin1-2/+2
2019-08-20loplugin:constvars in writerfilter..xmlscriptNoel Grandin1-2/+2
2019-08-16loplugin:sequenceloop in xmloffNoel Grandin1-1/+1
2019-07-21loplugin:referencecasting in xmloffNoel Grandin1-4/+4
2019-06-18loplugin:logexceptionnicely in xmlhelp..xmlsecurityNoel Grandin1-8/+8
2019-06-13Simplify Sequence iterations in xmloff/source/{chart..core}Arkadiy Illarionov1-4/+3
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen1-0/+1
2018-12-08related tdf#51671, store new "hide legend" feature also in ODFMarkus Mohrhard1-12/+20
2018-09-13loplugin:constfields in xmloffNoel Grandin1-1/+1
2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin1-1/+0
2018-07-12Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-7/+4
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+3
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-2/+2
2017-11-26No need to test seriesStyle.m_xOldAPISeries n times (xmloff/chart)Julien Nabet1-4/+4
2017-11-26Modernize by using for-range loops (xmloff/chart)Julien Nabet1-72/+59
2017-11-26Replace some lists by vectors in xmloffJulien Nabet1-25/+25
2017-10-23loplugin:includeform: xmloffStephan Bergmann1-1/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-5/+5
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara1-1/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-15/+9
2017-07-20loplugin:constparams in xmloffNoel Grandin1-2/+2
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin1-6/+6
2017-06-28loplugin:oncevar in xmloffNoel Grandin1-1/+1
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-04-04tdf#83257 [API-CHANGE] Pivot chart implementationTomaž Vajngerl1-16/+34
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-5/+5
2016-12-01loplugin:unnecessaryoverride (dtors) in xmloffStephan Bergmann1-5/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-02-25new loplugin:unuseddefaultparamsNoel Grandin1-7/+2
2015-11-26-Werror,-Wunused-private-fieldStephan Bergmann1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-11-04loplugin:stringconstantNoel Grandin1-4/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+1
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-1/+0
2014-06-13loplugin:staticcallStephan Bergmann1-5/+5
2014-04-21remove comments why a file gets includedThomas Arnhold1-2/+0
2014-04-15xmloff: sal_Bool->boolNoel Grandin1-2/+2
2014-04-05export label names that are strings, fdo#64722, cp#1000058Markus Mohrhard1-0/+10
2014-04-05no need for member variable and bool variableMarkus Mohrhard1-5/+4
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-17property mapping importMarkus Mohrhard1-0/+6