summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgwriter.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-05convert GradientStyle to scoped enumNoel Grandin1-10/+10
2016-08-26tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu1-2/+1
2016-07-01loplugin:stringconstantStephan Bergmann1-1/+1
2016-07-01loplugin:defaultparamsStephan Bergmann1-1/+1
2016-07-01bccu#1307 - svg filter - added support for clip region meta actionMarco Cecchetti1-3/+97
2016-07-01svg filter - rewritten context handlingMarco Cecchetti1-35/+80
2016-07-01lool - bccu#1307 - stop colors for background gradient was wrongMarco Cecchetti1-6/+6
2016-07-01lool - bccu#1307 - images must be scaled in a non-uniform wayMarco Cecchetti1-0/+5
2016-06-28loplugin:singlevalfields in filterNoel Grandin1-6/+0
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-1/+1
2016-05-30Convert FontRelief to scoped enumNoel Grandin1-4/+4
2016-05-26loplugin:unusedreturntypesNoel Grandin1-2/+2
2016-04-21new plugin stylepoliceNoel Grandin1-3/+3