summaryrefslogtreecommitdiff
path: root/editeng/source/xml/xmltxtimp.cxx
AgeCommit message (Expand)Author
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin
2022-07-25use more o3tl::spanNoel Grandin
2022-06-09clang-tidy modernize-pass-by-value in editengNoel Grandin
2021-12-01loplugin:stringliteraldefine in editengNoel Grandin
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-02-22loplugin:refcounting in editengNoel
2020-12-02fastparser in SvxXMLTextImportContextNoel
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2020-03-05use more FastParser in SvxXMLTextImportContexNoel Grandin
2020-03-04use FastParser in SvxXMLTextImportContextNoel Grandin
2020-01-23tdf#128046: preserve list levels on pasteKatarina Behrens
2020-01-08return fast context in SvxXMLTextImportContextNoel Grandin
2020-01-07extract some common code from ImportContext classesNoel Grandin
2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-18use FasterParser for SvxReadXMLNoel Grandin
2019-02-08loplugin:indentation in editeng..extensionsNoel Grandin
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen
2018-03-02Resolves: tdf#114675 return new EditPaM of insert position from SvxReadXML()Eike Rathke
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl
2017-10-23loplugin:includeform: editengStephan Bergmann
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara
2017-07-28loplugin:checkunusedparams more part2Noel Grandin
2017-07-11EditEngine: Added SvxSimpleUnoModel in import filterVarun Dhall
2017-07-07EditEngine: Added para break/connect during ODF pasteVarun Dhall
2017-06-07EditEngine Creating SvXMLImportContext for ODFVarun Dhall
2016-12-05loplugin:unnecessaryoverride (dtors) in editengStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-31use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-13editeng: com::sun::star->cssNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-15coverity#735333 flush out pointless calls to IsRemote and IsOpenCaolán McNamara
2014-10-01loplugin: cstylecastNoel Grandin
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-27Remove visual noise from editengAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann