summaryrefslogtreecommitdiff
path: root/xmloff/source/meta
AgeCommit message (Expand)AuthorFilesLines
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin2-3/+2
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet1-3/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-1/+1
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-3/+3
2021-02-17loplugin:referencecasting in xmloffNoel1-1/+1
2021-01-28simplify code, use more subView()Noel1-2/+1
2021-01-28add string_view variants of methods to O[U]StringBufferNoel1-1/+1
2021-01-12tdf#42982: Improve UNO API error reportingBayram Çiçek1-1/+1
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-11-02create common macro and method for logging unknown attributesNoel1-1/+1
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel1-8/+0
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin5-5/+5
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin2-2/+2
2020-08-06loplugin:flatten in xmloffNoel Grandin3-67/+70
2020-07-29Remove some unused includesMiklos Vajna1-2/+0
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: xmloffStephan Bergmann1-4/+4
2020-07-01reorder parameters of SvXMLExport::SvXMLExportNoel Grandin1-1/+1
2020-06-10xmloff: create XMLAutoTextEventExportOOO instances with an uno constructorMiklos Vajna1-1/+0
2020-05-22xmloff: create XMLMetaExportOOO instances with an uno constructorMiklos Vajna1-14/+5
2020-05-19xmloff,filter: Flat ODF import: import BuildId from meta:generatorMichael Stahl1-10/+25
2020-05-15xmloff: ODF export: produce office:version="1.3"Michael Stahl1-12/+1
2020-04-29simplify handling of comparing XML_NAMESPACE valuesNoel Grandin1-1/+1
2020-04-28move the castToFastAttributeList functionNoel Grandin1-4/+4
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-11tdf#131931 No version history shownNoel Grandin1-3/+9
2020-01-16return nullptr from Create*Context methods in nullptr subclassesNoel Grandin2-10/+3
2020-01-16fix XMLVersionListImport fast-parserNoel Grandin1-3/+3
2020-01-07extract some common code from ImportContext classesNoel Grandin2-6/+1
2019-12-25sal_Char->char in xmloff..xmlsecurityNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-0/+8
2019-11-16use FasterParser for XMLVersionListPersistenceNoel Grandin1-7/+2
2019-11-15use FastParser for the XMLVersionListImportNoel Grandin1-60/+43
2019-09-30tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxxGabor Kelemen5-9/+0
2019-09-17tdf#42949 Fix IWYU warnings in xmloff/inc/Gabor Kelemen1-0/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmloffStephan Bergmann2-2/+2
2019-07-21loplugin:referencecasting in xmloffNoel Grandin1-7/+3
2019-06-12Simplify Sequence iterations in xmloff/source/{draw..script}Arkadiy Illarionov2-17/+16
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov1-1/+1
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen5-0/+8
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-2/+6
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen2-0/+2
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-09-17Simplify containers iterations in xmloff/source/[f-t]*Arkadiy Illarionov1-4/+3
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-2/+2
2018-07-12Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-4/+7
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-14Moving XSAXDocumentBuilder2 to use XFastDocumentHandler:Mohammed Abdul Azeem2-79/+63