summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLAxisContext.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-15fastparser in SchXMLAxisContextNoel Grandin1-98/+35
2020-11-15fastparser in SchXMLAxisContextNoel Grandin1-74/+27
2020-11-02drop the SvXMLExport::EndElement method..Noel1-1/+1
2020-08-27Fix typos in codeAndrea Gelmini1-3/+3
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin1-1/+1
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin1-1/+1
2020-08-06loplugin:flatten in xml/chartNoel Grandin1-196/+196
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: xmloffStephan Bergmann1-2/+2
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-09tdf#127792 implement UNO chart attribute MajorOriginTünde Tóth1-19/+24
2020-01-07extract some common code from ImportContext classesNoel Grandin1-2/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
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