summaryrefslogtreecommitdiffstats
path: root/filter/source/svg/svgwriter.cxx
Commit message (Expand)AuthorAgeFilesLines
* fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2019-05-131-2/+2
* Avoid using index for single getToken() callMatteo Casalin2019-03-141-4/+2
* loplugin:indentation in filterNoel Grandin2019-02-091-38/+38
* tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen2018-12-101-0/+1
* loplugin:buriedassign in dbaccess..ooxNoel Grandin2018-11-161-5/+8
* clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin2018-10-231-1/+1
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-191-1/+1
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-7/+9
* loplugin:simplifyconstruct in filter..frameworkNoel Grandin2018-09-081-4/+0
* Add missing sal/log.hxx headersGabor Kelemen2018-07-301-0/+1
* loplugin:stringloop in filterNoel Grandin2018-07-281-32/+24
* loplugin:useuniqueptr in SVGTextWriterNoel Grandin2018-06-111-26/+9
* look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin2018-06-081-96/+93
* make Bitmap/BitmapEx constructors explicitNoel Grandin2018-05-121-4/+4
* hold MetaAction by rtl::ReferenceNoel Grandin2018-04-121-1/+0
* Modernize a bit filter (part2)Julien Nabet2018-03-161-5/+3
* drop sax::tools::*base64 methodsNoel Grandin2018-03-051-1/+2
* drop old tools/gen methods in accessibility..formulaNoel Grandin2018-03-011-1/+2
* convert COL_ constants to be of type ColorNoel Grandin2018-02-281-3/+3
* replace Color(COL_*) with COL_*Noel Grandin2018-02-271-7/+7
* loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin2018-02-261-2/+1
* Revert "loplugin:changetoolsgen in filter..framework" and reapply pluginNoel Grandin2018-02-161-6/+5
* loplugin:changetoolsgen in filter..frameworkNoel Grandin2018-02-141-18/+19
* More loplugin:cstylecast: filterStephan Bergmann2018-01-121-29/+29
* Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2017-12-061-2/+2
* loplugin:unnecessaryparen check for (f1()).f2Noel Grandin2017-11-271-2/+2
* svg export: more compact format for rotate()Chr. Rossmanith2017-11-261-14/+8
* Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2017-11-221-1/+1
* vcl: make MapMode constructor explicitMichael Stahl2017-10-261-3/+3
* new loplugin:blockblockNoel Grandin2017-10-031-31/+29
* loplugin:unnecessaryparen include case statementsNoel Grandin2017-09-061-76/+76
* Fix typosAndrea Gelmini2017-09-011-2/+2
* tdf#100492 Skip empty shapes in SVG exportVasily Melenchuk2017-08-291-1/+1
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-3/+3
* simplify some OUString compareTo callsNoel Grandin2017-07-101-1/+1
* new loplugin unnecessaryparenNoel Grandin2017-07-051-4/+4
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-1/+1
* tdf#107998 - svg export: shapes are uncorrect both in Draw and ImpressMarco Cecchetti2017-05-221-3/+8
* loplugin:redundantcast find cstyle arithmetic castsNoel Grandin2017-04-071-1/+1
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-311-14/+14
* convert GradientType to scoped enumNoel Grandin2017-03-301-2/+2
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-231-1/+1
* tdf#105639: create valid id values in svg exportChr. Rossmanith2017-02-171-6/+5
* tdf#100726 Improved readability of OUString concatenationsFakabbir Amin2017-02-161-10/+10
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-1/+1
* new loplugin: useuniqueptr: filterNoel Grandin2017-01-161-8/+3
* convert PolyFlags to scoped enumNoel Grandin2016-12-071-1/+1
* convert PolyStyle to scoped enumNoel Grandin2016-12-061-3/+3
* loplugin:oncevar in desktop..filterNoel Grandin2016-11-041-51/+22
* convert MapUnit to scoped enumNoel Grandin2016-10-051-3/+3