summaryrefslogtreecommitdiffstats
path: root/svgio/source
Commit message (Expand)AuthorAgeFilesLines
* tdf#69977: uno::Sequence is expensiveNoel Grandin2015-12-1120-199/+185
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1024-90/+90
* new loplugin: oncevarNoel Grandin2015-11-091-3/+1
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-0614-14/+14
* com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin2015-10-295-13/+11
* loplugin:defaultparamsStephan Bergmann2015-10-207-19/+19
* cppcheck:variableScopeNoel Grandin2015-10-131-7/+6
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-6/+6
* Fix typosAndrea Gelmini2015-09-302-3/+3
* Fix typosAndrea Gelmini2015-09-301-1/+1
* loplugin: defaultparamsNoel Grandin2015-08-205-14/+14
* loplugin:unusedmethods svgioNoel Grandin2015-07-161-2/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-07-151-1/+1
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-261-1/+1
* Fix typosAndrea Gelmini2015-06-221-1/+1
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-1517-22/+22
* Fix typosAndrea Gelmini2015-06-151-3/+3
* 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-051-1/+1
* TyposJulien Nabet2015-03-251-1/+1
* tdf#89119: SVG - accelerated import of huge paths without fillChr. Rossmanith2015-03-171-2/+6
* TyposJulien Nabet2015-02-261-1/+1
* tdf#87309: SVG - use black as default currentColor if no color was specifiedChr. Rossmanith2015-02-061-4/+13
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-042-3/+4
* 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-053-164/+163
* svgio: two of the token names were not being mapped to tokensNoel Grandin2014-11-031-0/+2
* SVG: handle visibility propertyChr. Rossmanith2014-11-013-8/+42
* fixed typoChr. Rossmanith2014-10-301-1/+1
* use isEmpty() instead of getLength() where appropriateChr. Rossmanith2014-10-301-2/+2
* callcatcher: update unused codeCaolán McNamara2014-10-221-8/+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-132-1/+61
* 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-0827-76/+121
* use isEmpty() instead of getLength() where appropriateChr. Rossmanith2014-10-052-7/+7
* Typo: childs->childrenJulien Nabet2014-08-311-1/+1
* loplugin:passstuffbyrefStephan Bergmann2014-08-071-1/+1
* Related: #i125293# More unified (still simple) CssStyles and solversArmin Le Grand2014-08-073-121/+237
* drop rtl:: and staticsCaolán McNamara2014-07-265-23/+23
* Related: #i125293# Further corrections for CssStyle handling in SVG importerArmin Le Grand2014-07-2624-135/+262
* fdo#48065 SVG: correctly clamp fill-opacityJoren De Cuyper2014-07-251-4/+1
* Related: #i125292#, #i125293# enhanced CssStyle handling in SVG importArmin Le Grand2014-07-242-29/+67