summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLChartContext.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-30tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxxGabor Kelemen1-5/+0
2019-08-16loplugin:sequenceloop in xmloffNoel Grandin1-1/+1
2019-07-21loplugin:referencecasting in xmloffNoel Grandin1-9/+8
2019-06-18loplugin:logexceptionnicely in xmlhelp..xmlsecurityNoel Grandin1-4/+5
2019-06-13Simplify Sequence iterations in xmloff/source/{chart..core}Arkadiy Illarionov1-10/+8
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov1-3/+3
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-09-13loplugin:constfields in xmloffNoel Grandin1-1/+1
2018-07-12Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2017-11-26Modernize by using for-range loops (xmloff/chart)Julien Nabet1-36/+21
2017-11-26Replace some lists by vectors in xmloffJulien Nabet1-15/+15
2017-10-23loplugin:includeform: xmloffStephan Bergmann1-2/+2
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-4/+2
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara1-2/+2
2017-09-14clang-tidy modernize-use-emplace in xmloffNoel Grandin1-1/+1
2017-07-28loplugin:constparams in xmloffNoel Grandin1-1/+1
2017-07-20loplugin:constparams in xmloffNoel Grandin1-1/+1
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-1/+1
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin1-9/+3
2017-05-07revert OSL_ASSERT changesChris Sherlock1-3/+3
2017-05-07tdf#43157: convert xmloff module away from OSL_ASSERT to assertChris Sherlock1-3/+3
2017-04-29tdf#107097 invoke internal DP and correctly handle "range" namesTomaž Vajngerl1-5/+15
2017-04-04tdf#83257 [API-CHANGE] Pivot chart implementationTomaž Vajngerl1-2/+70
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-7/+7
2016-06-23Introduce FillAutoStyle() method to reduce copy'n'paste.Jan Holesovsky1-26/+4
2016-05-04use Any constructor instead of temporariesNoel Grandin1-6/+2
2016-04-22Fix typosAndrea Gelmini1-1/+1
2016-04-21new plugin stylepoliceNoel Grandin1-4/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-5/+5
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2015-11-26com::sun::star->css in xmloff/Noel Grandin1-10/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-5/+5
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-2/+2
2015-04-08text:p is not allowed as child element of draw:frameMarkus Mohrhard1-1/+2
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-10-01loplugin: cstylecastNoel Grandin1-2/+2
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-1/+0
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-04-15xmloff: sal_Bool->boolNoel Grandin1-10/+7
2013-11-22replace OUString::reverseCompareTo("xxx") with operator==Noel Grandin1-1/+1
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-3/+3
2013-11-11xmloff: include <> for external includesNorbert Thiebaud1-1/+1
2013-11-02Revert "transpose "data in rows" ranges for internal data provider, fdo#62057"Markus Mohrhard1-2/+2
2013-09-17sal_Bool to boolTakeshi Abe1-3/+3