summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgnode.cxx
AgeCommit message (Expand)Author
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin
2018-07-24crashtesting: infinite recurse with moz384637-1.svgCaolán McNamara
2018-03-28use boost::optional in sc and svgioNoel Grandin
2018-03-05loplugin:useuniqueptr in SvgNodeNoel Grandin
2017-12-20Fix typosAndrea Gelmini
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin
2017-04-28loplugin:salunicodeliteral: svgioStephan Bergmann
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-04-12SVG: Clean up this code a litle bitXisco Fauli
2016-01-20SVGIO: Add support to font-size keywordsXisco Fauli
2016-01-10Fix typosAndrea Gelmini
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-06-22Fix typosAndrea Gelmini
2015-06-01loplugin:loopvartoosmallNoel Grandin
2014-12-15svgio: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-20SVG: improve handling of visibility propertyChr. Rossmanith
2014-11-01SVG: handle visibility propertyChr. Rossmanith
2014-10-30use isEmpty() instead of getLength() where appropriateChr. Rossmanith
2014-10-09Resolves: #i125329# Take care of Css selector '*'Armin Le Grand
2014-10-08Resolves: #i125332# made css style stuff aware that it is case independentArmin Le Grand
2014-10-05use isEmpty() instead of getLength() where appropriateChr. Rossmanith
2014-08-07loplugin:passstuffbyrefStephan Bergmann
2014-08-07Related: #i125293# More unified (still simple) CssStyles and solversArmin Le Grand
2014-07-26drop rtl:: and staticsCaolán McNamara
2014-07-26Related: #i125293# Further corrections for CssStyle handling in SVG importerArmin Le Grand
2014-07-24Related: #i125292#, #i125293# enhanced CssStyle handling in SVG importArmin Le Grand
2014-07-16Resolves: #i125258# reworked some of the style hierarchy stuffArmin Le Grand
2013-11-21remove unnecessary use of OUString::createFromAsciiNoel Grandin
2013-11-16Remove special characters + some ascii artJulien Nabet
2013-11-14remove unnecessary sal_Unicode casts in SVGIO moduleNoel Grandin
2013-11-05Resolves: #i123510# changed priority in style preparationArmin Le Grand
2013-08-21Related: #i122600# access memory problem in SvgSvgNode::getCurrentViewPortOliver-Rainer Wittmann
2013-06-27Fix fdo#65847 - avoid infinite recursion in style resolution.Thorsten Behrens
2013-06-18fdo#43460: Use isEmpty() instead of getLength() in svgioChr. Rossmanith
2013-06-18Resolves: #i122524# fixed some text import aspects for super/sub-baselineArmin Le Grand
2013-06-17Resolves: #i121801# Corrected handling of gradient transformationsArmin Le Grand
2013-06-14Resolves: #i122522# apply needed order to CSS styles to presentation stylesArmin Le Grand
2013-06-13Resolves: #i121656# Some more cleanups for SVG importArmin Le Grand
2013-04-14#120435# Corrected CSS style detection to be executed only once per nodeArmin Le Grand
2013-04-14Fix #120334# Added support for multiple CSS styles per graphic primitiveArmin Le Grand
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-16Resolves: #i118780# Moved ObjectInfoPrimitive2D extractor to drawinglayer...Armin Le Grand
2013-03-13Related: #i119125# corrected gradient renderingArmin Le Grand
2013-03-04doubled includesThomas Arnhold