summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgwriter.hxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-22filter: sal_Bool->boolNoel Grandin1-35/+35
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-02fdo#72448 fix gradient color/transparency pos. in SVG exportLászló Németh1-2/+1
2014-02-27Remove visual noise from filterAlexander Wilms1-13/+13
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-1/+1
2013-10-23fixincludeguards.sh: filterThomas Arnhold1-2/+2
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-1/+0
2013-09-17convert filter/source/svg/svgwriter.hxx from String to OUStringNoel Grandin1-4/+4
2013-06-29SVGWriter can now be initialized properly. Removing some strange code peaces.SJacobi1-4/+4
2013-04-14Resolves: #i119735# missing css.svg.SVGWriter when using GraphicProviderArmin Le Grand1-1/+21