summaryrefslogtreecommitdiffstats
path: root/svgio
Commit message (Expand)AuthorAgeFilesLines
* tdf#114738 Add support for transparency for EMF+ recordsBartosz Kosiorek2018-04-122-4/+0
* loplugin:includeform: svgioStephan Bergmann2017-10-2330-58/+58
* overload std::hash for OUString and OStringNoel Grandin2017-10-233-6/+4
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-1/+1
* Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist2017-09-2614-43/+43
* Fresh run of bin/update_pch.shMike Kaganski2017-09-221-2/+5
* clang-tidy modernize-use-emplace in svgio..svtoolsNoel Grandin2017-09-122-4/+3
* Consistently use OUString in test::DirectoriesStephan Bergmann2017-08-241-2/+2
* remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2017-08-171-1/+1
* loplugin:constparams in svgioNoel Grandin2017-07-2110-13/+13
* extend loplugin useuniqueptr to OUString pointersNoel Grandin2017-07-172-12/+9
* emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand2017-07-151-3/+3
* use more OUString::operator== in sfx2..svtoolsNoel Grandin2017-07-141-1/+1
* extend loplugin useuniqueptr to POD typesNoel Grandin2017-07-142-8/+9
* bah, wrong resetCaolán McNamara2017-07-131-1/+1
* Resolves: tdf#108903 avoid recurse to deathCaolán McNamara2017-07-132-2/+7
* loplugin:oncevar in starmath..svlNoel Grandin2017-06-274-64/+49
* loplugin:unusedfields store..svlNoel Grandin2017-06-214-50/+1
* clang-tidy readability-delete-null-pointerNoel Grandin2017-06-121-14/+3
* cppcheck: knownConditionTrueFalseJochen Nitschke2017-06-061-2/+2
* convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin2017-06-021-2/+2
* remove unnecessary use of OString::getStrNoel Grandin2017-05-283-23/+3
* loplugin:checkunusedparams in svgioNoel Grandin2017-05-0426-29/+28
* remove empty namespacesJochen Nitschke2017-05-031-7/+0
* loplugin:salunicodeliteral: svgioStephan Bergmann2017-04-284-31/+31
* clang-tidy readability-simplify-boolean-exprNoel Grandin2017-04-281-6/+1
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-211-1/+0
* Fix typosAndrea Gelmini2017-03-034-4/+4
* Remove dynamic exception specificationsStephan Bergmann2017-01-263-24/+24
* new loplugin: useuniqueptr: svgioNoel Grandin2017-01-1930-64/+67
* tdf#104339 Partially revert d5649ae7b76278cb3155f951d6327157c7c92b65Xisco Fauli2016-12-191-18/+1
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-051-1/+1
* loplugin:unnecessaryoverride (dtors) in svgioStephan Bergmann2016-12-021-5/+0
* convert Primitive2DContainer to std::dequeNoel Grandin2016-11-091-5/+3
* loplugin:oncevar in sd..svgioNoel Grandin2016-11-011-4/+2
* loplugin:expandablemethods in stoc..svlNoel Grandin2016-10-272-6/+3
* loplugin:expandablemethodds in svgioNoel Grandin2016-10-2036-184/+85
* loplugin:unnecessaryoverrideNoel Grandin2016-10-131-7/+0
* loplugin:unusedenumvaluesNoel Grandin2016-09-181-3/+1
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-1/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1329-29/+29
* Remove nonsense comments: // bitfieldTor Lillqvist2016-09-139-11/+0
* tdf#101237 SVGIO: Use black as default when parents' fill...Xisco Fauli2016-08-303-6/+49
* put StreamMode masks in scope of enum classJochen Nitschke2016-08-271-1/+1
* loplugin:countusersofdefaultparams in sfx2..svgioNoel Grandin2016-08-0523-108/+108
* loplugin:countusersofdefaultparams in store..svtoolsNoel Grandin2016-07-292-2/+2
* tdf#101070: svg/insert, avoid infinite recursive loop when referencing oneselfJulien Nabet2016-07-241-1/+1
* SVGIO: use clamp on strokeOpacity in case it's negativeXisco Fauli2016-07-201-4/+2
* new loplugin unnecessary overrideNoel Grandin2016-07-151-6/+0
* tdf#82214 optimize PatternFillPrimitive and SVGArmin Le Grand2016-07-071-39/+60