summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx
AgeCommit message (Expand)Author
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-08-30use more fastparser in SvXMLStyleContext subclassesNoel Grandin
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-21use fast-parser in XMLFootnoteConfigurationImportContextNoel Grandin
2020-08-21no need to call superclass hereNoel Grandin
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin
2020-08-06loplugin:flatten in xmloff/textNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: xmloffStephan Bergmann
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-03-16Revert "loplugin:constfields in xmloff"Noel Grandin
2020-03-01use the SetAttribute override in SvXMLStyleContext subclasses consistentlyNoel Grandin
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-10-02tdf#42949 Fix IWYU warnings in xmloff/source/[s-x]*/*cxxGabor Kelemen
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen
2018-09-13loplugin:constfields in xmloffNoel Grandin
2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin
2018-08-22new loplugin:conststringfieldNoel Grandin
2018-01-12More loplugin:cstylecast: xmloffStephan Bergmann
2017-10-23loplugin:includeform: xmloffStephan Bergmann
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara
2017-04-01coverity#1403657 Unchecked return valueCaolán McNamara
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin
2017-01-19new loplugin: useuniqueptr: unotools..xmlscriptNoel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-05-03use Any constructor for bool values, instead of temporary varsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2014-04-15xmloff: sal_Bool->boolNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-03-13xmloff,vbahelper: prefer passing OUString and OString by referenceNoel Grandin
2014-02-26Remove visual noise from xmloffAlexander Wilms
2014-02-14sal_Bool->boolNoel Grandin
2013-11-11xmloff: include <> for external includesNorbert Thiebaud
2013-09-10sal_Bool to boolTakeshi Abe
2013-09-10Mark as const / staticTakeshi Abe
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-26removed RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith
2012-11-15re-base on ALv2 code. Includes:Michael Meeks
2012-01-26Fix for fdo43460 Part LI getLength() to isEmpty()Olivier Hallot
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2011-11-27remove include of pch header from xmloffNorbert Thiebaud
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl