summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlexppr.cxx
AgeCommit message (Expand)Author
2022-08-28tdf#150407 do not use loext in save in ODF strictRegina Henschel
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin
2021-07-20no need to allocate Sequence separately in FilterPropertiesInfo_ImplNoel Grandin
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl
2021-05-01remove superfluous loop variableJochen Nitschke
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-01-28simplify code, use more subView()Noel
2020-12-31loplugin:loopvartoosmall fix buildCaolán McNamara
2020-12-31remove unnecessary list member counterJochen Nitschke
2020-10-29tdf#137627 sw top page border orientation: add ODFSzabolcs Toth
2020-09-11optimisation: use o3tl::sorted_vector in XMLPropertyStates_ImplNoel Grandin
2020-09-11optimisation: used std::vector for list of integersNoel Grandin
2020-08-18Fix typosAndrea Gelmini
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-05-09xmloff: ODF export: adapt all checks of ODFSVER_012 etc.Michael Stahl
2020-05-08xmloff: ODF export: rework version checks in SvXMLExportPropertyMapperMichael Stahl
2020-05-08xmloff: GetEarliestODFVersionForExport(-1) is impossibleMichael Stahl
2020-05-08replace ODFDefaultVersion usage with ODFSaneDefaultVersion...Michael Stahl
2020-05-07replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl
2020-05-06sw from-bottom relative orientation: add ODF filterMiklos Vajna
2020-03-16Revert "loplugin:constfields in xmloff"Noel Grandin
2019-08-16loplugin:sequenceloop in xmloffNoel Grandin
2019-06-11Simplify Sequence iterations in xmloff/source/{style..xforms}Arkadiy Illarionov
2019-05-13tdf#107592 Impress PPS save to ODP slowNoel Grandin
2019-04-30sw btlr writing mode: implement ODF filter for textframesMiklos Vajna
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-12-20use unique_ptr in xmloffNoel Grandin
2018-11-26remove some unused enum values in xmloffNoel Grandin
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-20pvs-studio: loop-variable-too-smallCaolán McNamara
2018-10-19loplugin:staticvar in xmloffNoel Grandin
2018-09-13loplugin:constfields in xmloffNoel Grandin
2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-08-29new loplugin:oustringbufferNoel Grandin
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-07-17loplugin:useuniqueptr in SvXMLExportPropertyMapper::ImplNoel Grandin
2018-05-29loplugin:unusedfields-in-constructor in xmloffNoel Grandin
2018-03-15Fix typosAndrea Gelmini
2018-01-12More loplugin:cstylecast: xmloffStephan Bergmann
2017-12-03Use for-range loops in xmlexppr (xmloff)Julien Nabet
2017-09-14clang-tidy modernize-use-emplace in xmloffNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin