summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlexppr.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-31remove unnecessary list member counterJochen Nitschke1-13/+8
2020-10-29tdf#137627 sw top page border orientation: add ODFSzabolcs Toth1-0/+6
2020-09-11optimisation: use o3tl::sorted_vector in XMLPropertyStates_ImplNoel Grandin1-37/+12
2020-09-11optimisation: used std::vector for list of integersNoel Grandin1-7/+12
2020-08-18Fix typosAndrea Gelmini1-2/+2
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin1-1/+1
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin1-1/+1
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-2/+1
2020-05-09xmloff: ODF export: adapt all checks of ODFSVER_012 etc.Michael Stahl1-1/+1
2020-05-08xmloff: ODF export: rework version checks in SvXMLExportPropertyMapperMichael Stahl1-1/+52
2020-05-08xmloff: GetEarliestODFVersionForExport(-1) is impossibleMichael Stahl1-3/+2
2020-05-08replace ODFDefaultVersion usage with ODFSaneDefaultVersion...Michael Stahl1-5/+7
2020-05-07replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl1-1/+1
2020-05-06sw from-bottom relative orientation: add ODF filterMiklos Vajna1-2/+11
2020-03-16Revert "loplugin:constfields in xmloff"Noel Grandin1-2/+2
2019-08-16loplugin:sequenceloop in xmloffNoel Grandin1-2/+2
2019-06-11Simplify Sequence iterations in xmloff/source/{style..xforms}Arkadiy Illarionov1-17/+11
2019-05-13tdf#107592 Impress PPS save to ODP slowNoel Grandin1-27/+74
2019-04-30sw btlr writing mode: implement ODF filter for textframesMiklos Vajna1-1/+14
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen1-0/+1
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-1/+2
2018-12-20use unique_ptr in xmloffNoel Grandin1-5/+3
2018-11-26remove some unused enum values in xmloffNoel Grandin1-1/+0
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-20pvs-studio: loop-variable-too-smallCaolán McNamara1-5/+1
2018-10-19loplugin:staticvar in xmloffNoel Grandin1-1/+1
2018-09-13loplugin:constfields in xmloffNoel Grandin1-2/+2
2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin1-2/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-08-29new loplugin:oustringbufferNoel Grandin1-1/+1
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-1/+1
2018-07-17loplugin:useuniqueptr in SvXMLExportPropertyMapper::ImplNoel Grandin1-9/+3
2018-05-29loplugin:unusedfields-in-constructor in xmloffNoel Grandin1-2/+0
2018-03-15Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: xmloffStephan Bergmann1-1/+1
2017-12-03Use for-range loops in xmlexppr (xmloff)Julien Nabet1-32/+19
2017-09-14clang-tidy modernize-use-emplace in xmloffNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-1/+1
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+2
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin1-4/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-28tdf#96505 Get rid of cargo cult "long" integer literalsThomas Beck1-1/+1
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin1-5/+0
2017-01-19new loplugin: useuniqueptr: unotools..xmlscriptNoel Grandin1-8/+3
2016-07-27loplugin:countusersofdefaultparams in tools..xmlsecurityNoel Grandin1-1/+1
2016-04-12clang-tidy performance-unnecessary-value-param in xmloffNoel Grandin1-1/+1
2016-03-29Avoid reserved identifiersStephan Bergmann1-3/+3
2016-02-25loplugin:unuseddefaultparams in xmloff/Noel Grandin1-2/+2
2015-11-17use unique_ptr for pImpl's in xmloff/Noel Grandin1-1/+0