summaryrefslogtreecommitdiff
path: root/svgio/source
AgeCommit message (Expand)AuthorFilesLines
2014-08-07loplugin:passstuffbyrefStephan Bergmann1-1/+1
2014-08-07Related: #i125293# More unified (still simple) CssStyles and solversArmin Le Grand3-121/+237
2014-07-26drop rtl:: and staticsCaolán McNamara5-23/+23
2014-07-26Related: #i125293# Further corrections for CssStyle handling in SVG importerArmin Le Grand24-135/+262
2014-07-25fdo#48065 SVG: correctly clamp fill-opacityJoren De Cuyper1-4/+1
2014-07-24Related: #i125292#, #i125293# enhanced CssStyle handling in SVG importArmin Le Grand2-29/+67
2014-07-22Fix build: incorrect revertion svgioJoren De Cuyper1-1/+1
2014-07-22Revert "fdo#74743 avoid infinite loop when gathering "svg" element styles"Joren De Cuyper1-4/+5
2014-07-16Resolves: #i125258# reworked some of the style hierarchy stuffArmin Le Grand7-32/+119
2014-07-15Avoid infinite loop when gathering "g" element stylesJoren De Cuyper1-1/+7
2014-07-15Cleanup of switch case flowRoot in svg endelementJoren De Cuyper1-7/+0
2014-07-15fdo#50114 ingore flowRoot element during svg importJoren De Cuyper2-1/+29
2014-07-14fdo#78554 - SVG: Text from SVG no longer displayed in LibreOfficeJoren De Cuyper1-2/+7
2014-07-04Resolves: #i124852# Corrected mask and clip polygons for userSpaceOnUseArmin Le Grand3-4/+31
2014-06-30Fix svgio buildmatteocam1-0/+1
2014-06-13loplugin:staticcallStephan Bergmann2-3/+3
2014-05-29cppcheck: consecutive return/break/...Julien Nabet1-1/+0
2014-05-16fix-includes.pl: svgioThomas Arnhold3-9/+9
2014-05-16clean up, remove eof commentsThomas Arnhold29-147/+0
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-2/+2
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold1-2/+2
2014-04-20cpplint: [readability/utf8] Line contains invalid UTF-8Julien Nabet2-2/+2
2014-04-16fdo#74743 avoid infinite loop when gathering "svg" element stylesTomaž Vajngerl2-10/+9
2014-04-14Clean up function declarationsStephan Bergmann1-4/+2
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-03-28Resolves: #i124313# At SVG import, try to optimize used ClipRegionsArmin Le Grand1-9/+69
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-6/+6
2014-03-01Adapt rtl_uriConvertRelToAbs to RFC 3986Stephan Bergmann1-5/+1
2014-02-28Catching MalformedUriException subsumes the rPath.isEmpty() case nowStephan Bergmann1-33/+21
2014-02-28typo in commentStephan Bergmann1-1/+1
2014-02-28Handle vnd.sun.star.Package: URLs provoking MalrformedUriExceptionStephan Bergmann1-1/+14
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-16/+16
2014-02-26Remove visual noise from svgioAlexander Wilms30-67/+67
2014-02-12cid#705240 missing break in switchNoel Grandin1-0/+1
2014-02-02fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer.Alexandre Vicenzi1-23/+3
2014-01-17Resolves: #i123042# corrected reload of linked content...Armin Le Grand1-9/+20
2013-12-20typo fixesAndras Timar1-1/+1
2013-11-21remove unnecessary use of OUString::createFromAsciiNoel Grandin21-509/+393
2013-11-17Use CSS style attributes for top level svg nodeChr. Rossmanith1-1/+1
2013-11-16Remove special characters + some ascii artJulien Nabet1-4/+1
2013-11-14remove unnecessary sal_Unicode casts in SVGIO moduleNoel Grandin10-99/+99
2013-11-06Resolves: #i123500# redefined ColorModifiers and ColorModifierStack...Armin Le Grand1-4/+2
2013-11-05Resolves: #i123510# changed priority in style preparationArmin Le Grand1-12/+11
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand7-10/+25
2013-10-11Resolves: #i123379# various SVG marker correctionsArmin Le Grand1-129/+140
2013-10-06fdo63235 - correct usage of marker-start/-end for svg path dataChr. Rossmanith1-4/+6
2013-10-01convert last bits of String to OUString in svgio moduleNoel Grandin1-1/+1
2013-09-15childs -> children (in comments)Chr. Rossmanith5-6/+6
2013-08-21Related: #i122600# access memory problem in SvgSvgNode::getCurrentViewPortOliver-Rainer Wittmann5-20/+19
2013-08-21Revert "returning pointers to temporaries"Caolán McNamara1-8/+5