summaryrefslogtreecommitdiff
path: root/xmloff/source/script
AgeCommit message (Expand)AuthorFilesLines
2024-05-15loplugin:ostr in xmloffNoel Grandin1-8/+9
2024-05-02use more OUString literals in XMLEventNoel Grandin2-67/+66
2024-03-25xmloff : no need to use OUString literal for comparisonArnaud VERSINI2-2/+2
2024-03-23tdf#158067 Replace OUStringLiteral with _ustrRMZeroFour2-6/+2
2024-03-19Remove unused namespaces from xmloffGabor Kelemen1-1/+0
2024-03-12tdf#146619 Recheck xmloff/*cxx with IWYUGabor Kelemen4-8/+1
2024-01-22tdf#146619 Recheck xmloff/*hxx with IWYUGabor Kelemen1-4/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: xmloffStephan Bergmann2-9/+9
2023-05-30sw: prefix members of XMLEventsImportContext, XMLFontStylesContext, ...Miklos Vajna1-11/+11
2023-05-15sw: prefix members of SvXMLAttrContainerData, XMLDashStyleExport, ...Miklos Vajna1-20/+20
2023-04-21Run clang-tidy with misc-unused-using-decls on module xmloffGabor Kelemen2-3/+0
2022-12-08tdf#152266 only warn about script:event-listener with non-empty targetsCaolán McNamara3-2/+6
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-12clang-tidy modernize-pass-by-value in xmloffNoel Grandin3-12/+14
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-2/+3
2021-11-03loplugin:constparamsNoel Grandin1-1/+1
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmloffMike Kaganski1-2/+3
2021-10-19Leftover from 4477baeba5aec71098f374cf0b4bd4591e048809Julien Nabet1-4/+0
2021-10-17Simplify Sequences in xmloff (+ merge 2 SetError)Julien Nabet2-18/+10
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+1
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin1-3/+1
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet1-6/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-02-17loplugin:referencecasting in xmloffNoel1-1/+1
2020-11-21fastparser in XMLEventsImportContextNoel Grandin4-108/+14
2020-11-19tdf#123936 Formatting files in module xmloff with clang-formatPhilipp Hofer1-15/+7
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel4-34/+0
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara5-14/+14
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann5-14/+14
2020-08-27fix bug in XMLEventsImportContextNoel Grandin1-1/+1
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin9-9/+9
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin8-8/+8
2020-08-06loplugin:flatten in xmloffNoel Grandin2-42/+42
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: xmloffStephan Bergmann5-14/+14
2020-04-29simplify handling of comparing XML_NAMESPACE valuesNoel Grandin1-3/+3
2020-04-28move the castToFastAttributeList functionNoel Grandin1-3/+1
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-1/+0
2020-03-16Revert "loplugin:constfields in xmloff"Noel Grandin1-1/+1
2020-03-06use more FastParser in ScXMLContentValidationContextNoel Grandin1-0/+5
2020-02-27loplugin:constantparamNoel Grandin3-33/+29
2020-02-20use fast-parser APIs for embedded script parsingNoel Grandin5-233/+448
2020-02-14convert XMLEventsImportContext to fastparserNoel Grandin5-31/+80
2020-01-21use FastParser in XMLScriptContextNoel Grandin1-35/+34
2020-01-20return nullptr from CreateChildContext methods in subclassesNoel Grandin1-7/+1
2020-01-07extract some common code from ImportContext classesNoel Grandin1-3/+0
2019-12-03remove some useless comment linesNoel Grandin1-2/+0
2019-11-26xmloff,sw: fix handling of invalid attribute with multiple ':'Michael Stahl1-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-4/+2
2019-10-20loplugin:virtualdead unused param in XMLEventContextFactory::CreateContextNoel Grandin3-5/+3