summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLAxisContext.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-30tdf#128432 OOXML chart import: fix x axis scale regression of 3D chartsBalazs Varga1-0/+19
2019-09-24tdf#42949 Fix IWYU warnings in xmloff/source/*/*hxxGabor Kelemen1-0/+2
2019-09-03loplugin:constmethod in xmloffNoel Grandin1-1/+1
2019-08-14tdf#124243 fix import of deleted X axis of 3D chartsBalazs Varga1-3/+1
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov1-2/+2
2018-07-12Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-01-15More loplugin:cstylecast: xmloffStephan Bergmann1-1/+1
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+2
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin1-5/+5
2017-02-28new loplugin unoanyNoel Grandin1-6/+6
2016-12-01loplugin:unnecessaryoverride (dtors) in xmloffStephan Bergmann1-10/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-06-23Simplify dynamic_cast followed by a static_cast.Jan Holesovsky1-9/+5
2016-06-23Introduce FillAutoStyle() method to reduce copy'n'paste.Jan Holesovsky1-12/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-6/+6
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-26com::sun::star->css in xmloff/Noel Grandin1-27/+27
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-07tdf#88154 workaround and unit testMarco Cecchetti1-0/+7
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-2/+2
2015-03-09V801: Decreased performanceCaolán McNamara1-7/+7
2015-03-04V813: Decreased performanceCaolán McNamara1-4/+4
2014-10-01loplugin: cstylecastNoel Grandin1-2/+2
2014-06-13loplugin:staticcallStephan Bergmann1-5/+4
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-13xmloff,vbahelper: prefer passing OUString and OString by referenceNoel Grandin1-1/+1
2013-11-22replace OUString::reverseCompareTo("xxx") with operator==Noel Grandin1-1/+1
2013-09-29Mark as const / staticTakeshi Abe1-3/+3
2013-09-10Mark as const / staticTakeshi Abe1-2/+2
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa1-25/+0
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-32/+32
2013-04-17fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan1-8/+8
2012-12-28xmloff: mostly kill CONSTASCII_STRINGPARAM usageMiklos Vajna1-1/+1
2012-11-27String and OUString cleaning in xmloffNorbert Thiebaud1-54/+53
2012-11-15re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-11/+4
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-3/+2
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe1-3/+3
2012-01-25Fix for fdo43460 Part XLVII getLength() to isEmpty()Olivier Hallot1-4/+4
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-0/+1
2011-11-27remove include of pch header from xmloffNorbert Thiebaud1-2/+0
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl1-2/+4