summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/xexptran.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-09-30tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxxGabor Kelemen1-6/+1
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-2/+1
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-09-17New loplugin:externalStephan Bergmann1-8/+8
2018-09-13loplugin:constfields in xmloffNoel Grandin1-14/+14
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin1-1/+1
2018-07-28loplugin:stringloop in xmloffNoel Grandin1-54/+54
2018-07-02tdf106792 Get rid of SvxShapePolyPolygonBezierArmin Le Grand1-1/+0
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-36/+3
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-3/+36
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-36/+3
2017-11-15loplugin:flatten in xmloffNoel Grandin1-22/+23
2017-10-23loplugin:includeform: xmloffStephan Bergmann1-1/+1
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-3/+3
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-2/+2
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-4/+4
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin1-5/+2
2017-01-23ditch some empty dtors which match the default dtorCaolán McNamara1-2/+0
2016-10-18loplugin:inlineablemethods in xmloffNoel Grandin1-16/+2
2016-09-09reduce the insanity level of the codebase a bitDavid Tardon1-110/+25
2016-03-16loplugin:constantparam in xmloff/Noel Grandin1-2/+2
2016-01-31unnecessary use of OUString constructorNoel Grandin1-2/+2
2015-11-26com::sun::star->css in xmloff/Noel Grandin1-1/+1
2015-05-24cppcheck: noExplicitConstructorCaolán McNamara1-14/+14
2014-10-01loplugin: cstylecastNoel Grandin1-58/+58
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-1/+0
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann1-104/+0
2014-02-13Resolves: #i123879 dr3d rotation angle is degree in ODF1.2...Regina Henschel1-6/+7
2013-11-14remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin1-23/+23
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand1-885/+24
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin1-10/+24
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa1-38/+0
2013-06-29String to OUString and cleanupThomas Arnhold1-29/+29
2013-06-19fdo#43460 xmloff: use isEmpty()Jelle van der Waa1-1/+1
2013-05-18set some bug id prefixes to indicate which tracker they are fromCaolán McNamara1-1/+1
2013-05-18#121090# corrceted point reduction on svg:d export to only happen when polygo...Armin Le Grand1-1/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-23/+21
2013-03-08some further OUString cleanupThomas Arnhold1-12/+12
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-26coverity#736009 Explicit null dereferencedNorbert Thiebaud1-2/+1
2012-11-15re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-08-07drop bogus eof linesThomas Arnhold1-2/+0
2012-07-11Decrease header files dependenciesMatteo Casalin1-1/+1
2012-06-05Fix fdo#50704 Default to absolute svg:d paths for ODF1.2 compat-modeThorsten Behrens1-13/+23
2012-06-02targeted string re-workNorbert Thiebaud1-24/+24
2012-03-26Compatibility option for incorrect relative moves after closePath (fdo#47406)Fridrich Štrba1-2/+13
2012-03-26Fix fdo#47406 incorrect relative moves after closePathThorsten Behrens1-0/+10
2012-01-30reduce unnecessary includesCaolán McNamara1-22/+21