summaryrefslogtreecommitdiff
path: root/xmloff/source/meta
AgeCommit message (Expand)Author
2020-01-16return nullptr from Create*Context methods in nullptr subclassesNoel Grandin
2020-01-16fix XMLVersionListImport fast-parserNoel Grandin
2020-01-07extract some common code from ImportContext classesNoel Grandin
2019-12-25sal_Char->char in xmloff..xmlsecurityNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-16use FasterParser for XMLVersionListPersistenceNoel Grandin
2019-11-15use FastParser for the XMLVersionListImportNoel Grandin
2019-09-30tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxxGabor Kelemen
2019-09-17tdf#42949 Fix IWYU warnings in xmloff/inc/Gabor Kelemen
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmloffStephan Bergmann
2019-07-21loplugin:referencecasting in xmloffNoel Grandin
2019-06-12Simplify Sequence iterations in xmloff/source/{draw..script}Arkadiy Illarionov
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen
2018-09-17Simplify containers iterations in xmloff/source/[f-t]*Arkadiy Illarionov
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-07-12Add missing sal/log.hxx headersGabor Kelemen
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-14Moving XSAXDocumentBuilder2 to use XFastDocumentHandler:Mohammed Abdul Azeem
2018-03-14xmloff: ODF import: improve meta:generator checksMichael Stahl
2018-01-12More loplugin:cstylecast: xmloffStephan Bergmann
2017-12-25various coverity exception warningsCaolán McNamara
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl
2017-10-23loplugin:includeform: xmloffStephan Bergmann
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara
2017-09-14clang-tidy modernize-use-emplace in xmloffNoel Grandin
2017-07-28loplugin:constparams in xmloffNoel Grandin
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin
2017-07-02loplugin:casttovoid: xmloffStephan Bergmann
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-05-19loplugin:stringcopy: xmloffStephan Bergmann
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-22Use rtl::isAscii* instead of ctype.h is* with sal_Unicode argStephan Bergmann
2017-02-21loplugin:subtlezeroinit: xmloffStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25ScXMLTableRowCellContext implements fast interfaces:Mohammed Abdul Azeem