summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtvfldi.cxx
AgeCommit message (Expand)Author
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-23Directly create strings in *::MapTokenToServiceNameStephan Bergmann
2020-12-22use string_view in ProcessAttributeNoel
2020-12-15use views to parse rather than allocating OUStringNoel
2020-12-07Fix typoAndrea Gelmini
2020-12-07convert SvXMLImport to fastparser, drop slowparser pathsNoel Grandin
2020-11-09StartElement->startFastElement in text fieldsNoel
2020-11-02drop the SvXMLExport::EndElement method..Noel
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-27xmloff: prefix members of XMLTextFieldImportContextJulien Nabet
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin
2020-08-06loplugin:flatten in xmloff/textNoel Grandin
2020-08-04tdf#130707 xmloff: survive <text:database-display> in editeng textMiklos Vajna
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: xmloffStephan Bergmann
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-03-09improve loplugin:unusedfieldsNoel Grandin
2020-01-20return nullptr from CreateChildContext methods in subclassesNoel Grandin
2019-12-25sal_Char->char in xmloff..xmlsecurityNoel Grandin
2019-11-26xmloff,sw: fix handling of invalid attribute with multiple ':'Michael Stahl
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-12Replace some OUStringBuffer by OUString in txtvfldi (xmloff)Julien Nabet
2019-10-02tdf#42949 Fix IWYU warnings in xmloff/source/[s-x]*/*cxxGabor Kelemen
2019-07-21loplugin:referencecasting in xmloffNoel Grandin
2019-04-15loplugin:sequentialassign in writerfilter..xmlsecurityNoel Grandin
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen
2018-10-21pvs-studio: A part of conditional expression is always true: bDisplayOKCaolán McNamara
2018-08-10Fix typosAndrea Gelmini
2018-05-29loplugin:unusedfields-in-constructor in xmloffNoel Grandin
2018-01-15More loplugin:cstylecast: xmloffStephan Bergmann
2018-01-12More loplugin:cstylecast: xmloffStephan Bergmann
2017-10-23loplugin:includeform: xmloffStephan Bergmann
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara
2017-06-28loplugin:oncevar in xmloffNoel Grandin
2017-06-16loplugin:unusedfields xmlhelp..xmlsecurityNoel Grandin
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin
2017-01-23ditch some empty dtors which match the default dtorCaolán McNamara
2016-12-02inline some constant strings in xmloff (part1)Noel Grandin
2016-11-17loplugin:datamembershadow in xmloffNoel Grandin
2016-10-31loplugin:oncevar in xmloff..xmlsecurityNoel Grandin
2016-06-24loplugin:singlevalfields in xmlhelp,xmloffNoel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-05-03use Any constructor for bool values, instead of temporary varsNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-29Avoid reserved identifiersStephan Bergmann