summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgwriter.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-08SVG export: fix failure on trying to read graphic of a 3D shapeMiklos Vajna1-1/+4
2020-02-26sw SVG export: try to reuse original bitmap data for JPG and PNG bitmapsMiklos Vajna1-27/+25
2020-02-26SVG export: try to reuse original bitmap data for JPG and PNG bitmapsMiklos Vajna1-11/+34
2020-02-25svx: cache PNG export of graphic shapesMiklos Vajna1-9/+49
2018-11-16loplugin:buriedassign in dbaccess..ooxNoel Grandin1-5/+8
2018-10-23clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-7/+9
2018-09-08loplugin:simplifyconstruct in filter..frameworkNoel Grandin1-4/+0
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-28loplugin:stringloop in filterNoel Grandin1-32/+24
2018-06-11loplugin:useuniqueptr in SVGTextWriterNoel Grandin1-26/+9
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-96/+93
2018-05-12make Bitmap/BitmapEx constructors explicitNoel Grandin1-4/+4
2018-04-12hold MetaAction by rtl::ReferenceNoel Grandin1-1/+0
2018-03-16Modernize a bit filter (part2)Julien Nabet1-5/+3
2018-03-05drop sax::tools::*base64 methodsNoel Grandin1-1/+2
2018-03-01drop old tools/gen methods in accessibility..formulaNoel Grandin1-1/+2
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-3/+3
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-7/+7
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-02-16Revert "loplugin:changetoolsgen in filter..framework" and reapply pluginNoel Grandin1-6/+5
2018-02-14loplugin:changetoolsgen in filter..frameworkNoel Grandin1-18/+19
2018-01-12More loplugin:cstylecast: filterStephan Bergmann1-29/+29
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-2/+2
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-2/+2
2017-11-26svg export: more compact format for rotate()Chr. Rossmanith1-14/+8
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-3/+3
2017-10-03new loplugin:blockblockNoel Grandin1-31/+29
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin1-76/+76
2017-09-01Fix typosAndrea Gelmini1-2/+2
2017-08-29tdf#100492 Skip empty shapes in SVG exportVasily Melenchuk1-1/+1
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-3/+3
2017-07-10simplify some OUString compareTo callsNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-4/+4
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-1/+1
2017-05-22tdf#107998 - svg export: shapes are uncorrect both in Draw and ImpressMarco Cecchetti1-3/+8
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-14/+14
2017-03-30convert GradientType to scoped enumNoel Grandin1-2/+2
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-02-17tdf#105639: create valid id values in svg exportChr. Rossmanith1-6/+5
2017-02-16tdf#100726 Improved readability of OUString concatenationsFakabbir Amin1-10/+10
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-1/+1
2017-01-16new loplugin: useuniqueptr: filterNoel Grandin1-8/+3
2016-12-07convert PolyFlags to scoped enumNoel Grandin1-1/+1
2016-12-06convert PolyStyle to scoped enumNoel Grandin1-3/+3
2016-11-04loplugin:oncevar in desktop..filterNoel Grandin1-51/+22
2016-10-05convert MapUnit to scoped enumNoel Grandin1-3/+3