summaryrefslogtreecommitdiff
path: root/svgio
AgeCommit message (Expand)AuthorFilesLines
2015-10-14make test more readable - use Primitive2DSequenceTomaž Vajngerl1-10/+9
2015-10-13cppcheck:variableScopeNoel Grandin1-7/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann29-80/+80
2015-09-30Fix typosAndrea Gelmini3-4/+4
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-1/+2
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-08-20loplugin: defaultparamsNoel Grandin5-14/+14
2015-07-16loplugin:unusedmethods svgioNoel Grandin9-21/+1
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-07-10do not include boost/utility.hppMichael Stahl1-1/+1
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin1-8/+8
2015-07-04Fix typosAndrea Gelmini2-2/+2
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-1/+1
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin17-22/+22
2015-06-15Fix typosAndrea Gelmini2-4/+4
2015-06-13Typo: corected->correctedJulien Nabet1-1/+1
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin1-3/+3
2015-06-01loplugin:loopvartoosmallNoel Grandin3-6/+6
2015-05-05loplugin:staticmethodsNoel Grandin2-3/+3
2015-03-27fixed typos in commentsChr. Rossmanith1-3/+3
2015-03-25TyposJulien Nabet1-1/+1
2015-03-17tdf#89119: SVG - accelerated import of huge paths without fillChr. Rossmanith1-2/+6
2015-03-08TyposJulien Nabet1-1/+1
2015-02-26TyposJulien Nabet1-1/+1
2015-02-06tdf#87309: SVG - use black as default currentColor if no color was specifiedChr. Rossmanith2-4/+16
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-3/+3
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2-2/+2
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara6-9/+8
2014-12-18svgio: Use appropriate OUString functions on string constantsStephan Bergmann1-4/+1
2014-12-15svgio: Use appropriate OUString functions on string constantsStephan Bergmann2-7/+3
2014-11-20SVG: improve handling of visibility propertyChr. Rossmanith2-14/+15
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+4
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin4-166/+165
2014-11-03svgio: two of the token names were not being mapped to tokensNoel Grandin1-0/+2
2014-11-01SVG: handle visibility propertyChr. Rossmanith5-8/+56
2014-10-30fixed typoChr. Rossmanith1-1/+1
2014-10-30use isEmpty() instead of getLength() where appropriateChr. Rossmanith1-2/+2
2014-10-24Match gb_CppunitTest_CppunitTest,* and CppunitTest_*.mkStephan Bergmann1-12/+12
2014-10-24Beware gb_CppunitTest_use_library_files plus gb_CppunitTest_use_componentStephan Bergmann1-1/+2
2014-10-22callcatcher: update unused codeCaolán McNamara2-9/+0
2014-10-18cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2014-10-13Resolves: #i125325# added code to handle block comments...Armin Le Grand3-1/+65
2014-10-13Resolves: #i125326# accept CssStyles with missing type attributeArmin Le Grand1-1/+17
2014-10-09Resolves: #i125329# Take care of Css selector '*'Armin Le Grand1-0/+9
2014-10-08Resolves: #i125332# made css style stuff aware that it is case independentArmin Le Grand30-82/+128
2014-10-05use isEmpty() instead of getLength() where appropriateChr. Rossmanith2-7/+7
2014-08-31Typo: childs->childrenJulien Nabet1-1/+1