summaryrefslogtreecommitdiff
path: root/svgio
AgeCommit message (Expand)AuthorFilesLines
2017-12-18convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2017-07-14Resolves: tdf#108903 avoid recurse to deathCaolán McNamara2-2/+7
2017-01-04tdf#104339 Partially revert d5649ae7b76278cb3155f951d6327157c7c92b65Xisco Fauli1-18/+1
2016-11-09convert Primitive2DContainer to std::dequeNoel Grandin1-5/+3
2016-11-01loplugin:oncevar in sd..svgioNoel Grandin1-4/+2
2016-10-27loplugin:expandablemethods in stoc..svlNoel Grandin2-6/+3
2016-10-20loplugin:expandablemethodds in svgioNoel Grandin36-184/+85
2016-10-13loplugin:unnecessaryoverrideNoel Grandin1-7/+0
2016-09-18loplugin:unusedenumvaluesNoel Grandin1-3/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann29-29/+29
2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist9-11/+0
2016-08-30tdf#101237 SVGIO: Use black as default when parents' fill...Xisco Fauli3-6/+49
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-08-05loplugin:countusersofdefaultparams in sfx2..svgioNoel Grandin23-108/+108
2016-07-29loplugin:countusersofdefaultparams in store..svtoolsNoel Grandin2-2/+2
2016-07-24tdf#101070: svg/insert, avoid infinite recursive loop when referencing oneselfJulien Nabet1-1/+1
2016-07-20SVGIO: use clamp on strokeOpacity in case it's negativeXisco Fauli1-4/+2
2016-07-15new loplugin unnecessary overrideNoel Grandin1-6/+0
2016-07-07tdf#82214 optimize PatternFillPrimitive and SVGArmin Le Grand1-39/+60
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen1-1/+1
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko1-4/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-06-01tdf#99994: Add unittestXisco Fauli2-0/+27
2016-06-01tdf#99994 Avoid invalid access by reusing getFontFamily() resultSam Tygier1-2/+3
2016-05-31SVGIO: Modify a unittest to check "inherit" in font-familyXisco Fauli2-3/+9
2016-05-31SVGIO: Add support for font-family in unittests and unify...Xisco Fauli2-10/+77
2016-05-31SVGIO: Add support for "inherit" in font-familyXisco Fauli1-1/+1
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist66-247/+247
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-1/+1
2016-05-25Fix typosAndrea Gelmini1-2/+2
2016-05-22Convert SpreadMethod to scoped enumNoel Grandin1-4/+4
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+2
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin1-1/+1
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin2-21/+21
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel4-12/+35
2016-04-21new plugin stylepoliceNoel Grandin3-15/+15
2016-04-15SVG: Add unittest for ecc7f698b5f080530f006218fa3dd82da43d9abbXisco Fauli2-0/+43
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-1/+1
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke1-1/+0
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke3-7/+11
2016-04-12SVG: Add unittest for tdf#47446 and tdf#98599Xisco Fauli3-0/+71
2016-04-12SVG: Check that masking-path-07-b.svg doesn't hangXisco Fauli2-0/+161
2016-04-12SVG: actually this code is unnecessary after...Xisco Fauli1-13/+1
2016-04-12SVG: Add unittest for #i125329#Xisco Fauli2-0/+38
2016-04-12SVG: Clean up this code a litle bitXisco Fauli2-7/+6
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan2-4/+2
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan1-3/+2
2016-04-03SVG: Using the marker property from a style sheet is equivalent...Xisco Fauli1-2/+5
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1