summaryrefslogtreecommitdiffstats
path: root/svgio
Commit message (Expand)AuthorAgeFilesLines
* SVG: add import test for tdf#87309Xisco Fauli2015-11-022-0/+19
* com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin2015-10-297-23/+21
* loplugin:defaultparamsStephan Bergmann2015-10-207-19/+19
* make test more readable - use Primitive2DSequenceTomaž Vajngerl2015-10-141-10/+9
* cppcheck:variableScopeNoel Grandin2015-10-131-7/+6
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1229-80/+80
* Fix typosAndrea Gelmini2015-09-303-4/+4
* Fix typosAndrea Gelmini2015-09-301-1/+1
* Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-151-1/+2
* o3tl/cow_wrapper: remove boost dependencyDaniel Robertson2015-08-291-0/+1
* loplugin: defaultparamsNoel Grandin2015-08-205-14/+14
* 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