/aoo41x/main/svgio/source/svgreader/ |
H A D | svgstylenode.cxx | 38 maSvgStyleAttributes(), in SvgStyleNode() 45 while(!maSvgStyleAttributes.empty()) in ~SvgStyleNode() 47 delete *(maSvgStyleAttributes.end() - 1); in ~SvgStyleNode() 48 maSvgStyleAttributes.pop_back(); in ~SvgStyleNode() 120 maSvgStyleAttributes.push_back(pNewStyle); in addCssStyleSheet()
|
H A D | svgtspannode.cxx | 37 maSvgStyleAttributes(*this), in SvgTspanNode() 48 return &maSvgStyleAttributes; in getSvgStyleAttributes() 57 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute() 67 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
|
H A D | svggradientstopnode.cxx | 37 maSvgStyleAttributes(*this), in SvgGradientStopNode() 48 return &maSvgStyleAttributes; in getSvgStyleAttributes() 57 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute() 64 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
|
H A D | svgsymbolnode.cxx | 39 maSvgStyleAttributes(*this), in SvgSymbolNode() 52 return &maSvgStyleAttributes; in getSvgStyleAttributes() 61 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute() 68 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
|
H A D | svgtrefnode.cxx | 38 maSvgStyleAttributes(*this), in SvgTrefNode() 49 return &maSvgStyleAttributes; in getSvgStyleAttributes() 58 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute() 65 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
|
H A D | svggnode.cxx | 40 maSvgStyleAttributes(*this), in SvgGNode() 63 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes() 73 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute() 80 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
|
H A D | svgpathnode.cxx | 38 maSvgStyleAttributes(*this), in SvgPathNode() 55 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes() 64 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute() 71 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
|
H A D | svgpolynode.cxx | 41 maSvgStyleAttributes(*this), in SvgPolyNode() 59 return checkForCssStyle(mbIsPolyline? aClassStrB : aClassStrA, maSvgStyleAttributes); in getSvgStyleAttributes() 68 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute() 75 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
|
H A D | svgcirclenode.cxx | 39 maSvgStyleAttributes(*this), in SvgCircleNode() 56 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes() 65 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute() 72 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
|
H A D | svgellipsenode.cxx | 39 maSvgStyleAttributes(*this), in SvgEllipseNode() 57 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes() 66 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute() 73 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
|
H A D | svglinenode.cxx | 39 maSvgStyleAttributes(*this), in SvgLineNode() 57 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes() 66 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute() 73 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
|
H A D | svgmarkernode.cxx | 38 maSvgStyleAttributes(*this), in SvgMarkerNode() 60 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes() 69 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute() 76 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
|
H A D | svgusenode.cxx | 39 maSvgStyleAttributes(*this), in SvgUseNode() 58 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes() 67 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute() 74 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
|
H A D | svgclippathnode.cxx | 43 maSvgStyleAttributes(*this), in SvgClipPathNode() 56 return &maSvgStyleAttributes; in getSvgStyleAttributes() 65 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute() 72 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
|
H A D | svgrectnode.cxx | 39 maSvgStyleAttributes(*this), in SvgRectNode() 59 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes() 68 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute() 75 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
|
H A D | svgsvgnode.cxx | 45 maSvgStyleAttributes(*this), in SvgSvgNode() 88 if(!maSvgStyleAttributes.isFillSet()) in initializeStyleAttributes() 91 … maSvgStyleAttributes.setFill(SvgPaint(basegfx::BColor(0.0, 0.0, 0.0), true, true)); in initializeStyleAttributes() 109 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes() 118 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute() 125 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
|
H A D | svgtextnode.cxx | 44 maSvgStyleAttributes(*this), in SvgTextNode() 59 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes() 68 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute() 78 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
|
H A D | svgmasknode.cxx | 45 maSvgStyleAttributes(*this), in SvgMaskNode() 63 return &maSvgStyleAttributes; in getSvgStyleAttributes() 72 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute() 79 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
|
H A D | svggradientnode.cxx | 48 maSvgStyleAttributes(*this), in SvgGradientNode() 75 return &maSvgStyleAttributes; in getSvgStyleAttributes() 84 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute() 91 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
|
H A D | svgimagenode.cxx | 51 maSvgStyleAttributes(*this), in SvgImageNode() 74 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes() 83 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute() 90 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
|
H A D | svgpatternnode.cxx | 47 maSvgStyleAttributes(*this), in SvgPatternNode() 74 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes() 83 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute() 90 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
|
H A D | svgtextpathnode.cxx | 279 maSvgStyleAttributes(*this), in SvgTextPathNode() 293 return &maSvgStyleAttributes; in getSvgStyleAttributes() 302 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute() 309 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
|
/aoo41x/main/svgio/inc/svgio/svgreader/ |
H A D | svgtrefnode.hxx | 40 SvgStyleAttributes maSvgStyleAttributes; member in svgio::svgreader::SvgTrefNode
|
H A D | svgtspannode.hxx | 40 SvgStyleAttributes maSvgStyleAttributes; member in svgio::svgreader::SvgTspanNode
|
H A D | svggradientstopnode.hxx | 39 SvgStyleAttributes maSvgStyleAttributes; member in svgio::svgreader::SvgGradientStopNode
|