summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgreader.cxx
AgeCommit message (Expand)Author
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin
2017-10-23loplugin:includeform: filterStephan Bergmann
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-09-11clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-08-01loplugin:checkunusedparamsNoel Grandin
2017-07-27loplugin:constparams in filterNoel Grandin
2017-07-11simplify some OUString::copy callsNoel Grandin
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert filter module away from OSL_ASSERT to assertChris Sherlock
2017-04-28tdf#107142 Fix crash when opening SVG with <use>Takeshi Abe
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin
2016-12-07crashtesting: "use" loop in moz325427-1.svgCaolán McNamara
2016-11-04loplugin:oncevar in desktop..filterNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-05-13filter: convert boost::bindMichael Stahl
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin
2016-04-21new plugin stylepoliceNoel Grandin
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-05tdf#91794 OSL_DEBUG_LEVEL > 1 removed in libo/filter moduleRohan Kumar
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-04crashtesting: moz397551-1.svg detect self-referencing 'use' loopCaolán McNamara
2016-03-04add config namespace cause we use config: elementsCaolán McNamara
2016-02-09crashtesting: crash on loading moz330387-6.svgCaolán McNamara
2016-02-09Remove excess newlinesChris Sherlock
2016-01-15filter: coverity#1348467 constant expression resultMichael Stahl
2016-01-11tdf#47262 SVG: Parse gradient styles twice if the referred...Xisco Fauli
2016-01-08tdf#96364 SVG: Parse 'color' and 'style' before the rest of attributesXisco Fauli
2016-01-08tdf#96046 SVG: Change logic to parse doubles correctly and..Xisco Fauli
2015-12-22tdf#96181 SVG: Add support for <use> elementXisco Fauli
2015-12-21SVG: don't fill the gradient if there's no stop element presentXisco Fauli
2015-12-19coverity#1343621 Constant expression resultCaolán McNamara
2015-12-17tdf#32248 SVG: first attempt to support tspan elementsXisco Fauli
2015-12-08SVG: Revert previous commits for tdf#95332 and tdf#95733Xisco Fauli
2015-12-01tdf#96046 SVG: Fix problem when percentage depends ...Xisco Fauli
2015-11-17instead of converting from std::string to OUString...Xisco Fauli
2015-11-12tdf#95733: SVG: clipPath can be defined outside path...Xisco Fauli
2015-11-11SVG: tdf#95714 stop-color can be defined once tooXisco Fauli
2015-11-11tdf#51165: handle mixture of open and closed polygons in a pathChr. Rossmanith
2015-11-10SVG: tdf#95510: stop-color and stop-opacity can be defined inside style tooXisco Fauli
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-07SVG: tdf#95332 defs can contain shapes so fix tdf#65864 in...Xisco Fauli
2015-11-05tdf#95510: SVG: Import stop-color and stop-opacityXisco Fauli
2015-11-02SVG: don't use dashes if parsing stroke-dasharray failsChr. Rossmanith