summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgwriter.hxx
AgeCommit message (Expand)AuthorFilesLines
2020-02-25svx: cache PNG export of graphic shapesMiklos Vajna1-1/+1
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-06-11loplugin:useuniqueptr in SVGTextWriterNoel Grandin1-3/+3
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-2/+2
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-3/+2
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-4/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-2/+1
2017-01-16new loplugin: useuniqueptr: filterNoel Grandin1-1/+1
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin1-6/+6
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-01bccu#1307 - svg filter - added support for clip region meta actionMarco Cecchetti1-1/+18
2016-07-01svg filter - rewritten context handlingMarco Cecchetti1-29/+64
2016-07-01svgfilter - polish code formattingMarco Cecchetti1-23/+20
2016-06-28loplugin:singlevalfields in filterNoel Grandin1-2/+1
2016-05-26loplugin:unusedreturntypesNoel Grandin1-1/+1
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-3/+0
2016-03-23loplugin:constantparam in filterNoel Grandin1-6/+4
2016-03-03loplugin:unuseddefaultparams in filterNoel Grandin1-11/+7
2016-02-22loplugin:write only fieldsNoel Grandin1-1/+0
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-02-09Formatting changes across all modulesChris Sherlock1-17/+3
2016-01-11loplugin:unusedmethods unused return value in filterNoel Grandin1-3/+2
2015-11-25loplugin:unusedfields variousNoel Grandin1-2/+0
2015-11-20loplugin:unusedfields filterNoel Grandin1-3/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-1/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-05cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-01com::sun::star->css in filter/Noel Grandin1-8/+8
2015-09-01filter: avoid casting BitmapChecksum to sal_uInt32Miklos Vajna1-1/+1
2015-09-01truncate checksum to 32-bit when it slips inside a file streamMarco Cecchetti1-1/+1
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti1-1/+1
2015-08-29sal_uLong to sal_uInt32 for CRC32Matteo Casalin1-1/+1
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-3/+3
2015-08-11tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-07-17loplugin:unusedmethods filterNoel Grandin1-14/+0
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin1-1/+1
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin1-3/+3
2015-05-05loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-10Move OutputDevice members to VclPtr: filter, reportdesign, uui.Michael Meeks1-2/+2
2015-03-24fix typo in variable nameChr. Rossmanith1-3/+3
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-2/+0
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+3
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-7/+7
2014-09-26filter: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+2
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler1-10/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-14/+14
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-2/+2
2014-04-23coverity#707858 Uninitialized scalar fieldCaolán McNamara1-3/+0