summaryrefslogtreecommitdiffstats
path: root/filter/source/svg/svgwriter.cxx
Commit message (Expand)AuthorAgeFilesLines
* new loplugin:simplifypointertoboolNoel Grandin2020-05-101-1/+1
* loplugin:buriedassign in f,h,i*Noel Grandin2020-04-151-2/+4
* loplugin:flatten in filterNoel Grandin2020-04-141-438/+436
* SVG export: fix lost semi-transparent line shapesMiklos Vajna2020-04-081-18/+29
* sw SVG export: try to reuse original bitmap data for JPG and PNG bitmapsMiklos Vajna2020-02-271-27/+25
* SVG export: try to reuse original bitmap data for JPG and PNG bitmapsMiklos Vajna2020-02-251-11/+34
* svx: cache PNG export of graphic shapesMiklos Vajna2020-02-251-9/+49
* tdf#96505: Get rid of cargo cult long integer literalsOnur Yilmaz2020-01-281-3/+3
* sal_Char->char in filterNoel Grandin2019-12-191-1/+1
* tdf#42949 Fix IWYU warnings in filter/Gabor Kelemen2019-12-171-2/+12
* cppcheck: performing init in init list (filter/fpicker/framework)Julien Nabet2019-11-241-1/+1
* cid#1430070 Copy-paste errorCaolán McNamara2019-11-181-1/+2
* Fix StringAdd::isCompileTimeConstantStephan Bergmann2019-10-311-2/+1
* 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