summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgwriter.hxx
AgeCommit message (Expand)Author
2016-06-12loplugin:unusedmethods unused return value in filterNoel Grandin
2015-11-20loplugin:unusedfields filterNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-05cppcheck: noExplicitConstructorCaolán McNamara
2015-10-01com::sun::star->css in filter/Noel Grandin
2015-09-01filter: avoid casting BitmapChecksum to sal_uInt32Miklos Vajna
2015-09-01truncate checksum to 32-bit when it slips inside a file streamMarco Cecchetti
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti
2015-08-29sal_uLong to sal_uInt32 for CRC32Matteo Casalin
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-11tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-17loplugin:unusedmethods filterNoel Grandin
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-10Move OutputDevice members to VclPtr: filter, reportdesign, uui.Michael Meeks
2015-03-24fix typo in variable nameChr. Rossmanith
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-26filter: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
2014-04-23coverity#707858 Uninitialized scalar fieldCaolán McNamara
2014-04-22filter: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-02fdo#72448 fix gradient color/transparency pos. in SVG exportLászló Németh
2014-02-27Remove visual noise from filterAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-10-23fixincludeguards.sh: filterThomas Arnhold
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-17convert filter/source/svg/svgwriter.hxx from String to OUStringNoel Grandin
2013-06-29SVGWriter can now be initialized properly. Removing some strange code peaces.SJacobi
2013-04-14Resolves: #i119735# missing css.svg.SVGWriter when using GraphicProviderArmin Le Grand
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-01expand some more namespace macrosThomas Arnhold
2013-03-25write svg line widths for META_POLYLINE_ACTION.Michael Meeks
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
2012-12-06-Werror,-Wunused-private-fieldStephan Bergmann
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-10-10Handled META_BMPSCALE_ACTION, supported hyperlinks, text selection support.Marco Cecchetti
2012-10-10Now MasterPage text fields work, list items are detected correctly, some eff...Marco Cecchetti
2012-10-10text export support for bullets and hyperlinksMarco Cecchetti
2012-10-10text-export: meta-action based implementationMarco Cecchetti
2012-07-11Decrease header files dependenciesMatteo Casalin
2012-07-02Remove unused definesThomas Arnhold
2012-06-26removed unused forward declarations of classTakeshi Abe