Lines Matching refs:SvgSvgNode
41 SvgSvgNode::SvgSvgNode( in SvgSvgNode() function in svgio::svgreader::SvgSvgNode
58 void SvgSvgNode::initializeStyleAttributes() in initializeStyleAttributes()
114 SvgSvgNode::~SvgSvgNode() in ~SvgSvgNode()
119 const SvgStyleAttributes* SvgSvgNode::getSvgStyleAttributes() const in getSvgStyleAttributes()
127 …void SvgSvgNode::parseAttribute(const rtl::OUString& rTokenName, SVGToken aSVGToken, const rtl::OU… in parseAttribute()
221 void SvgSvgNode::seekReferenceWidth(double& fWidth, bool& bHasFound) const in seekReferenceWidth()
227 const SvgSvgNode* pParentSvgSvgNode = 0; in seekReferenceWidth()
234 pParentSvgSvgNode = dynamic_cast< const SvgSvgNode* >(pParent); in seekReferenceWidth()
263 void SvgSvgNode::seekReferenceHeight(double& fHeight, bool& bHasFound) const in seekReferenceHeight()
269 const SvgSvgNode* pParentSvgSvgNode = 0; in seekReferenceHeight()
276 pParentSvgSvgNode = dynamic_cast< const SvgSvgNode* >(pParent); in seekReferenceHeight()
306 …void SvgSvgNode::decomposeSvgNode(drawinglayer::primitive2d::Primitive2DSequence& rTarget, bool bR… in decomposeSvgNode()
313 const_cast< SvgSvgNode* >(this)->initializeStyleAttributes(); in decomposeSvgNode()
669 const basegfx::B2DRange SvgSvgNode::getCurrentViewPort() const in getCurrentViewPort()