/aoo4110/main/svgio/source/svgreader/ |
H A D | svgnode.cxx | 45 const SvgStyleAttributes* SvgNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgNode 449 const SvgStyleAttributes* pStyles = getSvgStyleAttributes(); in decomposeSvgNode() 507 if(getSvgStyleAttributes()) in getCurrentFontSize() 509 return getSvgStyleAttributes()->getFontSize().solve(*this, xcoordinate); in getCurrentFontSize() 523 if(getSvgStyleAttributes()) in getCurrentXHeight() 526 return getSvgStyleAttributes()->getFontSize().solve(*this, ycoordinate); in getCurrentXHeight()
|
H A D | svggnode.cxx | 51 const SvgStyleAttributes* SvgGNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgGNode 56 return SvgNode::getSvgStyleAttributes(); in getSvgStyleAttributes() 110 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
|
H A D | svgtextnode.cxx | 55 const SvgStyleAttributes* SvgTextNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgTextNode 105 const SvgStyleAttributes* pAttributes = rCandidate.getSvgStyleAttributes(); in addTextPrimitives() 237 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
|
H A D | svgpathnode.cxx | 51 const SvgStyleAttributes* SvgPathNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgPathNode 117 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
|
H A D | svgpolynode.cxx | 54 const SvgStyleAttributes* SvgPolyNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgPolyNode 115 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
|
H A D | svgcirclenode.cxx | 52 const SvgStyleAttributes* SvgCircleNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgCircleNode 127 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
|
H A D | svgellipsenode.cxx | 53 const SvgStyleAttributes* SvgEllipseNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgEllipseNode 141 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
|
H A D | svglinenode.cxx | 53 const SvgStyleAttributes* SvgLineNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgLineNode 135 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
|
H A D | svgcharacternode.cxx | 226 const SvgStyleAttributes* SvgCharacterNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgCharacterNode 231 return getParent()->getSvgStyleAttributes(); in getSvgStyleAttributes() 582 const SvgStyleAttributes* pSvgStyleAttributes = getSvgStyleAttributes(); in decomposeText()
|
H A D | svgrectnode.cxx | 55 const SvgStyleAttributes* SvgRectNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgRectNode 170 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
|
H A D | svggradientnode.cxx | 73 const SvgStyleAttributes* SvgGradientNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgGradientNode 274 const SvgStyleAttributes* pStyle = pCandidate->getSvgStyleAttributes(); in collectGradientEntries()
|
H A D | svgimagenode.cxx | 70 const SvgStyleAttributes* SvgImageNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgImageNode 203 const SvgStyleAttributes* pStyle = getSvgStyleAttributes(); in decomposeSvgNode()
|
H A D | svgdocumenthandler.cxx | 97 … const svgio::svgreader::SvgStyleAttributes* pStyleLast = pLast->getSvgStyleAttributes(); in whiteSpaceHandling() 98 … const svgio::svgreader::SvgStyleAttributes* pStyleCurrent = pCandidate->getSvgStyleAttributes(); in whiteSpaceHandling()
|
H A D | svgsvgnode.cxx | 75 const SvgStyleAttributes* pStyles = getSvgStyleAttributes(); in initializeStyleAttributes() 104 const SvgStyleAttributes* SvgSvgNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgSvgNode
|
H A D | svgtspannode.cxx | 46 const SvgStyleAttributes* SvgTspanNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgTspanNode
|
H A D | svggradientstopnode.cxx | 46 const SvgStyleAttributes* SvgGradientStopNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgGradientStopNode
|
H A D | svgsymbolnode.cxx | 50 const SvgStyleAttributes* SvgSymbolNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgSymbolNode
|
H A D | svgtrefnode.cxx | 47 const SvgStyleAttributes* SvgTrefNode::getSvgStyleAttributes() const in getSvgStyleAttributes() function in svgio::svgreader::SvgTrefNode
|
/aoo4110/main/svgio/inc/svgio/svgreader/ |
H A D | svgtrefnode.hxx | 52 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
H A D | svgtspannode.hxx | 51 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
H A D | svggradientstopnode.hxx | 50 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
H A D | svggnode.hxx | 51 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
H A D | svgsymbolnode.hxx | 50 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
H A D | svgtextpathnode.hxx | 59 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|
H A D | svgclippathnode.hxx | 51 virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
|