summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgwriter.cxx
AgeCommit message (Expand)Author
2015-11-28tdf#95356: unit test about text decorations for svg exportMarco Cecchetti
2015-11-20loplugin:unusedfields filterNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29tdf#95356 Now text decorations are applied correctlyMarco Cecchetti
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-19cleanup some local var declarationsNoel Grandin
2015-10-01com::sun::star->css in filter/Noel Grandin
2015-09-30shared_array->unique_ptr<[]>Caolán McNamara
2015-09-18boost->stdCaolán McNamara
2015-09-01Fixed a bug due to conflicts with Casarin's commit.Marco Cecchetti
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-03new loplugin: refcountingNoel Grandin
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin
2015-06-01loplugin:loopvartoosmallNoel Grandin
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks
2015-05-21convert CVT constants to scoped enumNoel Grandin
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-11tdf#37650: further improvement of svg exportChr. Rossmanith
2015-04-11tdf#56467: copy text of meta actions with valid text lengthChr. Rossmanith
2015-04-10Move OutputDevice members to VclPtr: filter, reportdesign, uui.Michael Meeks
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27fixed typos in commentsChr. Rossmanith
2015-03-27tdf#56467: improve export of formulas to SVGChr. Rossmanith
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-24fix typo in variable nameChr. Rossmanith
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-19tdf#65788: svg export - put transform attribute into text elementChr. Rossmanith
2015-01-20Some more loplugin:cstylecast: filterStephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-18filter: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15filter: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-06loplugin: cstylecastNoel Grandin
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin