summaryrefslogtreecommitdiff
path: root/xmloff/source/core/xmlimp.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-18tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl1-1/+2
2021-03-04xmlsecurity: replace XSecParser implementationMichael Stahl1-10/+13
2021-03-04restore namespace unwinding in SvXMLImportNoel1-1/+10
2020-11-09StartElement->startFastElement in XMLMetaFieldImportContextNoel1-0/+1
2020-11-06loplugin:unusedfieldsNoel1-5/+1
2020-11-02-Werror=parenthesesStephan Bergmann1-2/+2
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel1-159/+147
2020-10-29tdf#137643 alternative solution to activate embedded fonts in one batchCaolán McNamara1-0/+10
2020-10-23remove debug code from SvXMLImportNoel Grandin1-14/+0
2020-10-22only need to check the version onceNoel1-9/+9
2020-10-22make SvXMLImport fast-parser onlyNoel Grandin1-29/+17
2020-10-22XmlFilterAdaptor: use the fastparser API when possibleNoel1-10/+41
2020-10-17fix fastparser namespace handling when...Noel Grandin1-3/+4
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-2/+0
2020-09-02remove unnecessary checks in SvXMLImportNoel Grandin1-15/+9
2020-09-02remove dead storesNoel Grandin1-3/+0
2020-08-28use more fast-parser in SvXMLNumFormatContextNoel Grandin1-11/+12
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-2/+2
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin1-1/+1
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin1-1/+1
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-2/+2
2020-08-06loplugin:flatten in xmloffNoel Grandin1-78/+79
2020-08-03use more explicit types in xmloffNoel Grandin1-18/+18
2020-08-03rename Clear() to dispose() in SvXMLStylesContextNoel Grandin1-14/+14
2020-08-03fix leak in SvXMLImportNoel Grandin1-0/+2
2020-07-26sc: create instances with uno constructorsNoel Grandin1-4/+11
2020-06-16Add more debug for mal-formed xml.Michael Meeks1-1/+2
2020-06-11tdf#133459 Fix import of fields with user defined number formatsMaxim Monastirsky1-2/+3
2020-05-19xmloff: ODF import: Silence "unknown LO version: 7000"Tomoyuki Kubota1-0/+4
2020-05-07xmloff: ODF import: wrong Storage in SvXMLImport::IsODFVersionConsistent()Michael Stahl1-3/+2
2020-04-30Revert "Convert TokenContext to fastparser APIs"Noel Grandin1-1/+0
2020-04-29Convert TokenContext to fastparser APIsNoel Grandin1-0/+1
2020-04-28move the castToFastAttributeList functionNoel Grandin1-4/+4
2020-04-25make FastParser always take a FastTokenHandlerBase subclassNoel Grandin1-2/+1
2020-04-15xmloff: turn this warning into an infoMiklos Vajna1-1/+1
2020-03-16Revert "loplugin:constfields in xmloff"Noel Grandin1-1/+1
2020-03-09convert SdXMLGenericPageContext to fastparserNoel Grandin1-1/+6
2020-02-27convert AnimationImport to fast-parser APIsNoel Grandin1-18/+9
2020-02-27tdf#130908 Chapter Numbering can't load custom styleNoel Grandin1-0/+5
2020-02-18rename XML_OLD_NAMESPACE_ constantsNoel Grandin1-12/+12
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin1-3/+3
2020-02-03move some xmloff/ headers inside the moduleNoel Grandin1-1/+1
2020-01-13convert this warning to SAL_INFO for nowNoel Grandin1-1/+1
2020-01-13convert dbaccess to FastParser APIsNoel Grandin1-1/+2
2020-01-08make ODBFilter return a fast contextNoel Grandin1-1/+1
2020-01-07extract some common code from ImportContext classesNoel Grandin1-2/+6
2019-12-20add checks to optional fields in SvXMLImportContextNoel Grandin1-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-19disable spurious SAL_WARNNoel Grandin1-5/+8
2019-11-12use std::move when popping stuff off stacksNoel Grandin1-1/+1