summaryrefslogtreecommitdiff
path: root/editeng/source/xml
AgeCommit message (Expand)AuthorFilesLines
2024-10-08cid#1632259 COPY_INSTEAD_OF_MOVECaolán McNamara1-4/+2
2024-09-12use more concrete UNO type in editengNoel Grandin1-1/+1
2024-07-18make EditSelection single-arg constructor explicitNoel Grandin1-2/+2
2024-07-07cid#1545961 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+2
2024-05-07loplugin:ostr in editengNoel Grandin2-2/+2
2024-04-08tdf#146619 Drop unused 'using namespace' in: editeng/Gabor Kelemen2-4/+0
2023-06-26new loplugin:constexprliteralNoel Grandin2-2/+2
2023-06-18Use getXWeak in editengMike Kaganski1-2/+2
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin1-1/+0
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin1-0/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-25use more o3tl::spanNoel Grandin2-2/+0
2022-06-09clang-tidy modernize-pass-by-value in editengNoel Grandin1-6/+7
2021-12-01loplugin:stringliteraldefine in editengNoel Grandin2-6/+6
2021-03-25const OUString -> const OUStringLiteralMike Kaganski2-2/+2
2021-02-22loplugin:refcounting in editengNoel2-4/+3
2020-12-02fastparser in SvxXMLTextImportContextNoel1-20/+2
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel1-2/+0
2020-09-13tdf#124176 Use #pragma once in editengGeorge Bateman1-4/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2-8/+8
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin1-1/+1
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin2-8/+8
2020-06-29loplugin:constantparamNoel Grandin1-4/+2
2020-06-03Upcoming loplugin:elidestringvar: editengStephan Bergmann1-2/+1
2020-03-05use more FastParser in SvxXMLTextImportContexNoel Grandin1-2/+6
2020-03-04use FastParser in SvxXMLTextImportContextNoel Grandin1-2/+16
2020-01-23tdf#128046: preserve list levels on pasteKatarina Behrens1-1/+4
2020-01-08return fast context in SvxXMLTextImportContextNoel Grandin1-11/+13
2020-01-07extract some common code from ImportContext classesNoel Grandin1-6/+0
2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen2-18/+0
2019-12-03remove some useless comment linesNoel Grandin1-1/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-0/+7
2019-11-18use FasterParser for SvxReadXMLNoel Grandin1-6/+2
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+1
2019-04-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen1-0/+1
2019-03-07log nice exception messages whereever possibleNoel Grandin1-2/+4
2019-02-08loplugin:indentation in editeng..extensionsNoel Grandin2-2/+2
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen2-0/+2
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-1/+1
2018-09-08loplugin:simplifyconstruct in editeng..extensionsNoel Grandin1-2/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-12make SvxEditSource::Clone return std::unique_ptrNoel Grandin2-3/+3
2018-03-02Resolves: tdf#114675 return new EditPaM of insert position from SvxReadXML()Eike Rathke1-2/+9
2018-02-15editeng: fix up ODF export test code to build againMiklos Vajna1-3/+3
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl1-2/+4
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin1-3/+3
2017-11-15TypedWhichIdNoel Grandin1-3/+3
2017-10-23loplugin:includeform: editengStephan Bergmann2-2/+2
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara1-4/+2