summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/shapeexport.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl1-2/+2
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-1/+1
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-3/+3
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-1/+1
2021-04-07tdf#141467 xmloff,sc,sw: ODF export: reorder flys' ZOrder/z-index harderMichael Stahl1-10/+33
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-8/+8
2021-03-15tdf#133487 sw ODF export: reorder flys' ZOrder/z-index...Michael Stahl1-0/+47
2021-02-17loplugin:referencecasting in xmloffNoel1-1/+1
2020-12-15remove assert which crashes ooo119798-1.pptNoel1-1/+0
2020-12-07convert SvXMLImport to fastparser, drop slowparser pathsNoel Grandin1-1/+3
2020-11-11loplugin:stringviewNoel1-3/+3
2020-10-01loplugin:reducevarscope in xmloffNoel1-1/+1
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-20/+20
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-20/+20
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin1-1/+1
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin1-1/+1
2020-08-13Remove some unused includesMiklos Vajna1-1/+0
2020-08-12tdf#135144 xmloff textbox: fix export style name to be consitent with importMiklos Vajna1-12/+2
2020-08-06loplugin:flatten in xmloff/drawNoel Grandin1-485/+488
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: xmloffStephan Bergmann1-20/+20
2020-06-27cid#1464966 Logically dead codeCaolán McNamara1-9/+0
2020-06-27cid#1464965 Logically dead codeCaolán McNamara1-8/+0
2020-06-05Upcoming loplugin:elidestringvar: xmloffStephan Bergmann1-6/+3
2020-05-22[API CHANGE] officecfg,xmloff: remove SaveBackwardCompatibleODFMichael Stahl1-6/+2
2020-05-12xmloff: ODF export: adapt to ODF 1.3Michael Stahl1-3/+13
2020-05-09xmloff: ODF export: adapt all checks of ODFSVER_012 etc.Michael Stahl1-8/+8
2020-05-07replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl1-8/+8
2020-04-06loplugin:unusedvariableplus in xmloffNoel Grandin1-1/+1
2020-02-27remove duplicate tokens from xmloffNoel Grandin1-10/+10
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin1-10/+10
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-11-12revert: tdf#127791 write events at the end of groups instead of the startCaolán McNamara1-7/+1
2019-11-06tdf#127791 write events at the end of groups instead of the startCaolán McNamara1-1/+7
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-21/+20
2019-10-02loplugin:stringadd in writerfilter..xmloffNoel Grandin1-6/+3
2019-09-30tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxxGabor Kelemen1-12/+2
2019-08-22QR Code : ODF import/exportShubham Goyal1-1/+42
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+1
2019-08-16loplugin:sequenceloop in xmloffNoel Grandin1-9/+9
2019-07-26Fix typosAndrea Gelmini1-4/+4
2019-07-21loplugin:referencecasting in xmloffNoel Grandin1-4/+3
2019-06-18loplugin:logexceptionnicely in xmlhelp..xmlsecurityNoel Grandin1-2/+2
2019-06-12Simplify Sequence iterations in xmloff/source/{draw..script}Arkadiy Illarionov1-64/+44
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-4/+4
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov1-2/+2
2019-03-26loplugin:unusedfieldsNoel Grandin1-2/+0
2019-03-14loplugin:unusedfields in xmloffNoel Grandin1-5/+0
2019-03-07log nice exception messages whereever possibleNoel Grandin1-1/+2
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-2/+1