summaryrefslogtreecommitdiffstats
path: root/filter/source/svg/svgwriter.cxx
Commit message (Expand)AuthorAgeFilesLines
* new plugin stylepoliceNoel Grandin2016-04-211-3/+3
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-2/+2
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-11/+7
* loplugin:constantparam in filterNoel Grandin2016-03-231-51/+29
* loplugin:unuseddefaultparams in filterNoel Grandin2016-03-031-54/+33
* loplugin:commaoperator in filter/Noel Grandin2016-02-221-2/+4
* loplugin:write only fieldsNoel Grandin2016-02-221-2/+0
* Formatting changes across all modulesChris Sherlock2016-02-091-37/+99
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-041-8/+8
* remove B2DLineJoin::MiddleCaolán McNamara2016-02-021-2/+2
* tools: rename FontUnderline to FontLineStyleChris Sherlock2016-01-311-7/+7
* vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock2016-01-291-4/+4
* vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock2016-01-211-2/+2
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-171-5/+5
* revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2016-01-161-5/+5
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-161-5/+5
* loplugin:unusedmethods unused return value in filterNoel Grandin2016-01-111-3/+1
* tdf#95356: unit test about text decorations for svg exportMarco Cecchetti2015-11-281-2/+6
* loplugin:unusedfields filterNoel Grandin2015-11-201-2/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-24/+24
* tdf#95356 Now text decorations are applied correctlyMarco Cecchetti2015-10-291-88/+47
* loplugin:defaultparamsStephan Bergmann2015-10-201-2/+2
* loplugin:defaultparamsStephan Bergmann2015-10-191-1/+1
* cleanup some local var declarationsNoel Grandin2015-10-191-3/+3
* com::sun::star->css in filter/Noel Grandin2015-10-011-13/+13
* shared_array->unique_ptr<[]>Caolán McNamara2015-09-301-2/+1
* boost->stdCaolán McNamara2015-09-181-2/+2
* Fixed a bug due to conflicts with Casarin's commit.Marco Cecchetti2015-09-011-1/+1
* filter: avoid casting BitmapChecksum to sal_uInt32Miklos Vajna2015-09-011-6/+6
* truncate checksum to 32-bit when it slips inside a file streamMarco Cecchetti2015-09-011-6/+6
* Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti2015-09-011-3/+3
* sal_uLong to sal_uInt32 for CRC32Matteo Casalin2015-08-291-4/+4
* Put Polygon from tools under tools:: namespaceNorbert Thiebaud2015-08-171-27/+27
* new loplugin: refcountingNoel Grandin2015-08-031-1/+1
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-4/+2
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-2/+2
* convert B2DLineJoin to scoped enumNoel Grandin2015-06-041-13/+13
* loplugin:loopvartoosmallNoel Grandin2015-06-011-1/+1
* tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks2015-05-261-1/+1
* convert CVT constants to scoped enumNoel Grandin2015-05-211-1/+1
* window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara2015-05-151-1/+1
* convert META_*_ACTION constants to scoped enumNoel Grandin2015-05-151-95/+99
* Get rid of the initial :: for the vcl namespaceTor Lillqvist2015-04-301-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-1/+1
|\
| * Move OutputDevice members to VclPtr: filter, reportdesign, uui.Michael Meeks2015-04-101-1/+1
* | tdf#37650: further improvement of svg exportChr. Rossmanith2015-04-111-4/+64
* | tdf#56467: copy text of meta actions with valid text lengthChr. Rossmanith2015-04-111-3/+6
|/
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-1/+1
* fixed typos in commentsChr. Rossmanith2015-03-271-1/+1
* tdf#56467: improve export of formulas to SVGChr. Rossmanith2015-03-271-1/+3