summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/xexptran.cxx
AgeCommit message (Expand)Author
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2020-11-12New loplugin:stringviewparamStephan Bergmann
2020-08-06loplugin:flatten in xmloff/drawNoel Grandin
2020-05-01improve loplugin:makesharedNoel Grandin
2020-03-16Revert "loplugin:constfields in xmloff"Noel Grandin
2020-01-17tdf#98584 Correct import draw:transform values skewY and matrixRegina Henschel
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-09-30tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxxGabor Kelemen
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-09-17New loplugin:externalStephan Bergmann
2018-09-13loplugin:constfields in xmloffNoel Grandin
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin
2018-07-28loplugin:stringloop in xmloffNoel Grandin
2018-07-02tdf106792 Get rid of SvxShapePolyPolygonBezierArmin Le Grand
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2017-11-15loplugin:flatten in xmloffNoel Grandin
2017-10-23loplugin:includeform: xmloffStephan Bergmann
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin
2017-01-23ditch some empty dtors which match the default dtorCaolán McNamara
2016-10-18loplugin:inlineablemethods in xmloffNoel Grandin
2016-09-09reduce the insanity level of the codebase a bitDavid Tardon
2016-03-16loplugin:constantparam in xmloff/Noel Grandin
2016-01-31unnecessary use of OUString constructorNoel Grandin
2015-11-26com::sun::star->css in xmloff/Noel Grandin
2015-05-24cppcheck: noExplicitConstructorCaolán McNamara
2014-10-01loplugin: cstylecastNoel Grandin
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-02-13Resolves: #i123879 dr3d rotation angle is degree in ODF1.2...Regina Henschel
2013-11-14remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa
2013-06-29String to OUString and cleanupThomas Arnhold
2013-06-19fdo#43460 xmloff: use isEmpty()Jelle van der Waa
2013-05-18set some bug id prefixes to indicate which tracker they are fromCaolán McNamara
2013-05-18#121090# corrceted point reduction on svg:d export to only happen when polygo...Armin Le Grand
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-08some further OUString cleanupThomas Arnhold
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-26coverity#736009 Explicit null dereferencedNorbert Thiebaud
2012-11-15re-base on ALv2 code. Includes:Michael Meeks