summaryrefslogtreecommitdiffstats
path: root/svgio
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedmethods svgioNoel Grandin2015-07-169-21/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-07-151-1/+1
* do not include boost/utility.hppMichael Stahl2015-07-101-1/+1
* remove some unnecessary typedefs around uno::ReferenceNoel Grandin2015-07-061-8/+8
* Fix typosAndrea Gelmini2015-07-042-2/+2
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-261-1/+1
* Fix typosAndrea Gelmini2015-06-221-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-1517-22/+22
* Fix typosAndrea Gelmini2015-06-152-4/+4
* Typo: corected->correctedJulien Nabet2015-06-131-1/+1
* convert B2DLineJoin to scoped enumNoel Grandin2015-06-041-3/+3
* loplugin:loopvartoosmallNoel Grandin2015-06-013-6/+6
* loplugin:staticmethodsNoel Grandin2015-05-052-3/+3
* fixed typos in commentsChr. Rossmanith2015-03-271-3/+3
* TyposJulien Nabet2015-03-251-1/+1
* tdf#89119: SVG - accelerated import of huge paths without fillChr. Rossmanith2015-03-171-2/+6
* TyposJulien Nabet2015-03-081-1/+1
* TyposJulien Nabet2015-02-261-1/+1
* tdf#87309: SVG - use black as default currentColor if no color was specifiedChr. Rossmanith2015-02-062-4/+16
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-262-3/+3
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-072-2/+2
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-046-9/+8
* svgio: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-4/+1
* svgio: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-152-7/+3
* SVG: improve handling of visibility propertyChr. Rossmanith2014-11-202-14/+15
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+4
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-054-166/+165
* svgio: two of the token names were not being mapped to tokensNoel Grandin2014-11-031-0/+2
* SVG: handle visibility propertyChr. Rossmanith2014-11-015-8/+56
* fixed typoChr. Rossmanith2014-10-301-1/+1
* use isEmpty() instead of getLength() where appropriateChr. Rossmanith2014-10-301-2/+2
* Match gb_CppunitTest_CppunitTest,* and CppunitTest_*.mkStephan Bergmann2014-10-241-12/+12
* Beware gb_CppunitTest_use_library_files plus gb_CppunitTest_use_componentStephan Bergmann2014-10-241-1/+2
* callcatcher: update unused codeCaolán McNamara2014-10-222-9/+0
* cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2014-10-181-1/+1
* Resolves: #i125325# added code to handle block comments...Armin Le Grand2014-10-133-1/+65
* Resolves: #i125326# accept CssStyles with missing type attributeArmin Le Grand2014-10-131-1/+17
* Resolves: #i125329# Take care of Css selector '*'Armin Le Grand2014-10-091-0/+9
* Resolves: #i125332# made css style stuff aware that it is case independentArmin Le Grand2014-10-0830-82/+128
* use isEmpty() instead of getLength() where appropriateChr. Rossmanith2014-10-052-7/+7
* Typo: childs->childrenJulien Nabet2014-08-311-1/+1
* SVG test: check content of Primitive2DSequence with the XML dumperTomaž Vajngerl2014-08-162-13/+41
* loplugin:passstuffbyrefStephan Bergmann2014-08-072-2/+2
* loplugin:saloverrideStephan Bergmann2014-08-071-1/+1
* Related: #i125293# More unified (still simple) CssStyles and solversArmin Le Grand2014-08-076-125/+250
* Change RectWithStylesByGroup to be same as other style testsTomaž Vajngerl2014-08-022-19/+23
* error: reference to "Primitive2DSequence" is ambiguousMatúš Kukan2014-07-301-4/+1
* SVG test that sequences are equalJoren De Cuyper2014-07-291-2/+6
* drop rtl:: and staticsCaolán McNamara2014-07-266-27/+27