Home
last modified time | relevance | path

Searched refs:maSvgStyleAttributes (Results 1 – 25 of 44) sorted by relevance

12

/trunk/main/svgio/source/svgreader/
H A Dsvgstylenode.cxx38 maSvgStyleAttributes(), in SvgStyleNode()
45 while(!maSvgStyleAttributes.empty()) in ~SvgStyleNode()
47 delete *(maSvgStyleAttributes.end() - 1); in ~SvgStyleNode()
48 maSvgStyleAttributes.pop_back(); in ~SvgStyleNode()
163 maSvgStyleAttributes.push_back(pNewStyle); in addCssStyleSheet()
H A Dsvgtspannode.cxx37 maSvgStyleAttributes(*this), in SvgTspanNode()
51 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
60 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
H A Dsvggradientstopnode.cxx37 maSvgStyleAttributes(*this), in SvgGradientStopNode()
50 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
59 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
H A Dsvgsymbolnode.cxx39 maSvgStyleAttributes(*this), in SvgSymbolNode()
52 return &maSvgStyleAttributes; in getSvgStyleAttributes()
61 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
H A Dsvgtrefnode.cxx38 maSvgStyleAttributes(*this), in SvgTrefNode()
49 return &maSvgStyleAttributes; in getSvgStyleAttributes()
58 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
H A Dsvggnode.cxx40 maSvgStyleAttributes(*this), in SvgGNode()
63 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
73 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
H A Dsvgpathnode.cxx38 maSvgStyleAttributes(*this), in SvgPathNode()
55 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
64 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
H A Dsvgsvgnode.cxx45 maSvgStyleAttributes(*this), in SvgSvgNode()
103 if(!maSvgStyleAttributes.isFillSet()) in initializeStyleAttributes()
106maSvgStyleAttributes.setFill(SvgPaint(basegfx::BColor(0.0, 0.0, 0.0), true, true)); in initializeStyleAttributes()
124 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
133 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
H A Dsvgpolynode.cxx41 maSvgStyleAttributes(*this), in SvgPolyNode()
59 return checkForCssStyle(mbIsPolyline? aClassStrB : aClassStrA, maSvgStyleAttributes); in getSvgStyleAttributes()
68 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
H A Dsvgcirclenode.cxx39 maSvgStyleAttributes(*this), in SvgCircleNode()
56 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
65 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
H A Dsvgellipsenode.cxx39 maSvgStyleAttributes(*this), in SvgEllipseNode()
57 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
66 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
H A Dsvglinenode.cxx39 maSvgStyleAttributes(*this), in SvgLineNode()
57 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
66 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
H A Dsvgmarkernode.cxx38 maSvgStyleAttributes(*this), in SvgMarkerNode()
60 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
69 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
H A Dsvgusenode.cxx39 maSvgStyleAttributes(*this), in SvgUseNode()
58 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
67 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
H A Dsvgrectnode.cxx39 maSvgStyleAttributes(*this), in SvgRectNode()
59 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
68 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
H A Dsvgclippathnode.cxx44 maSvgStyleAttributes(*this), in SvgClipPathNode()
57 return &maSvgStyleAttributes; in getSvgStyleAttributes()
66 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
H A Dsvgtextnode.cxx44 maSvgStyleAttributes(*this), in SvgTextNode()
59 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
68 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
H A Dsvgmasknode.cxx45 maSvgStyleAttributes(*this), in SvgMaskNode()
63 return &maSvgStyleAttributes; in getSvgStyleAttributes()
72 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
H A Dsvgimagenode.cxx51 maSvgStyleAttributes(*this), in SvgImageNode()
74 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
83 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
H A Dsvgpatternnode.cxx47 maSvgStyleAttributes(*this), in SvgPatternNode()
74 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
83 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
H A Dsvggradientnode.cxx48 maSvgStyleAttributes(*this), in SvgGradientNode()
80 maSvgStyleAttributes); in getSvgStyleAttributes()
89 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
H A Dsvgtextpathnode.cxx279 maSvgStyleAttributes(*this), in SvgTextPathNode()
293 return &maSvgStyleAttributes; in getSvgStyleAttributes()
302 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); in parseAttribute()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgtrefnode.hxx40 SvgStyleAttributes maSvgStyleAttributes; member in svgio::svgreader::SvgTrefNode
H A Dsvgtspannode.hxx40 SvgStyleAttributes maSvgStyleAttributes; member in svgio::svgreader::SvgTspanNode
H A Dsvggradientstopnode.hxx39 SvgStyleAttributes maSvgStyleAttributes; member in svgio::svgreader::SvgGradientStopNode

Completed in 60 milliseconds

12