Lines Matching refs:SvgNode

40         bool SvgNode::supportsParentStyle() const  in supportsParentStyle()
45 const SvgStyleAttributes* SvgNode::getSvgStyleAttributes() const in getSvgStyleAttributes()
50 …const SvgStyleAttributes* SvgNode::checkForCssStyle(const rtl::OUString& rClassStr, const SvgStyle… in checkForCssStyle()
92 const_cast< SvgNode* >(this)->maCssStyleVector.push_back(pNew); in checkForCssStyle()
104 const_cast< SvgNode* >(this)->maCssStyleVector.push_back(pNew); in checkForCssStyle()
115 const_cast< SvgNode* >(this)->maCssStyleVector.push_back(pNew); in checkForCssStyle()
146 SvgNode::SvgNode( in SvgNode() function in svgio::svgreader::SvgNode
149 SvgNode* pParent) in SvgNode()
178 SvgNode::~SvgNode() in ~SvgNode()
190 …void SvgNode::parseAttributes(const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAtt… in parseAttributes()
334 …void SvgNode::parseAttribute(const rtl::OUString& /*rTokenName*/, SVGToken aSVGToken, const rtl::O… in parseAttribute()
387 …void SvgNode::decomposeSvgNode(drawinglayer::primitive2d::Primitive2DSequence& rTarget, bool bRefe… in decomposeSvgNode()
428 SvgNode* pCandidate = rChildren[a]; in decomposeSvgNode()
493 const basegfx::B2DRange SvgNode::getCurrentViewPort() const in getCurrentViewPort()
505 double SvgNode::getCurrentFontSize() const in getCurrentFontSize()
521 double SvgNode::getCurrentXHeight() const in getCurrentXHeight()
538 void SvgNode::setId(const rtl::OUString* pfId) in setId()
554 void SvgNode::setClass(const rtl::OUString* pfClass) in setClass()
570 XmlSpace SvgNode::getXmlSpace() const in getXmlSpace()