summaryrefslogtreecommitdiff
path: root/svgio/qa
AgeCommit message (Expand)AuthorFilesLines
2018-05-13svgio: fix rendering when the width/height isn't present in SVGTomaž Vajngerl3-1/+91
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-01-12More loplugin:cstylecast: svgioStephan Bergmann1-27/+27
2017-08-24Consistently use OUString in test::DirectoriesStephan Bergmann1-2/+2
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-1/+1
2017-07-21loplugin:constparams in svgioNoel Grandin1-2/+2
2016-10-13loplugin:unnecessaryoverrideNoel Grandin1-7/+0
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-08-30tdf#101237 SVGIO: Use black as default when parents' fill...Xisco Fauli2-0/+31
2016-07-15new loplugin unnecessary overrideNoel Grandin1-6/+0
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-06-01tdf#99994: Add unittestXisco Fauli2-0/+27
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-04-15SVG: Add unittest for ecc7f698b5f080530f006218fa3dd82da43d9abbXisco Fauli2-0/+43
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: Add unittest for #i125329#Xisco Fauli2-0/+38
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-03-29SVGIO: Don't inherit style attributes from parent if the...Xisco Fauli2-0/+34
2016-03-26SVGIO: Shapes within a clippath element might inherit...Xisco Fauli2-0/+30
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann1-2/+2
2016-03-07Revert "tdf#97538: SVGIO: Add unittest"Xisco Faulí2-46/+0
2016-03-07tdf#97538: SVGIO: Add unittestXisco Fauli2-0/+46
2016-03-06SVGIO: Check minX, minY, maxX and maxY in polypolygonXisco Fauli1-0/+25
2016-03-03SVGIO: Check height and width of polypolygoncolorXisco Fauli1-0/+12
2016-02-25tdf#97936: SVGIO: Add unittestXisco Fauli2-0/+21
2016-02-21tdf#97538 no cropping if width, height and viewBox missingRegina Henschel1-1/+1
2016-02-19SVGIO: Fix problem when relative font-size depends on its...Xisco Fauli2-0/+22
2016-02-18SVGIO: tdf#97941: Don't double tspan fontsizeXisco Fauli2-0/+23
2016-02-13SVGIO: tdf#97659: Add support for RGBAXisco Fauli3-0/+40
2016-02-11SVGIO: tdf#97543: Add import testXisco Fauli2-0/+19
2016-02-11tdf#97542: SVGIO: First check the current fill attributeXisco Fauli3-0/+62
2016-02-09SVGIO: tdf#79163: Add import testXisco Fauli2-0/+24
2016-02-09SVGIO: tdf#85770: Add import testXisco Fauli2-0/+24
2016-02-09SVGIO: tdf#45771: Add import testXisco Fauli2-0/+19
2016-02-09SVGIO: Add import test for 7c151f39144b7401a99c7b736a41e5dce4ac4db1Xisco Fauli2-0/+19
2016-02-09SVGIO: Add import test for Fontsize keywordsXisco Fauli2-0/+38
2016-02-08loplugin:unusedmethodsNoel Grandin1-1/+16
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin1-2/+4
2015-11-02SVG: add import test for tdf#87309Xisco Fauli2-0/+19
2015-10-14make test more readable - use Primitive2DSequenceTomaž Vajngerl1-10/+9
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin1-8/+8
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-08-16SVG test: check content of Primitive2DSequence with the XML dumperTomaž Vajngerl1-12/+37
2014-08-02Change RectWithStylesByGroup to be same as other style testsTomaž Vajngerl2-19/+23
2014-07-30error: reference to "Primitive2DSequence" is ambiguousMatúš Kukan1-4/+1
2014-07-29SVG test that sequences are equalJoren De Cuyper1-2/+6