Lines Matching refs:SvgNode

40         bool SvgNode::supportsParentStyle() const  in supportsParentStyle()
45 const SvgStyleAttributes* SvgNode::getSvgStyleAttributes() const in getSvgStyleAttributes()
50 void SvgNode::fillCssStyleVectorUsingHierarchyAndSelectors( in fillCssStyleVectorUsingHierarchyAndSelectors()
52 const SvgNode& rCurrent, in fillCssStyleVectorUsingHierarchyAndSelectors()
59 const SvgNode* pParent = rCurrent.getParent(); in fillCssStyleVectorUsingHierarchyAndSelectors()
176 void SvgNode::fillCssStyleVector(const rtl::OUString& rClassStr) in fillCssStyleVector()
215 …const SvgStyleAttributes* SvgNode::checkForCssStyle(const rtl::OUString& rClassStr, const SvgStyle… in checkForCssStyle()
220 const_cast< SvgNode* >(this)->fillCssStyleVector(rClassStr); in checkForCssStyle()
269 SvgNode::SvgNode( in SvgNode() function in svgio::svgreader::SvgNode
272 SvgNode* pParent) in SvgNode()
303 SvgNode::~SvgNode() in ~SvgNode()
327 void SvgNode::readLocalCssStyle(const rtl::OUString& aContent) in readLocalCssStyle()
351 …void SvgNode::parseAttributes(const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAtt… in parseAttributes()
468 …void SvgNode::parseAttribute(const rtl::OUString& /*rTokenName*/, SVGToken aSVGToken, const rtl::O… in parseAttribute()
521 …void SvgNode::decomposeSvgNode(drawinglayer::primitive2d::Primitive2DSequence& rTarget, bool bRefe… in decomposeSvgNode()
562 SvgNode* pCandidate = rChildren[a]; in decomposeSvgNode()
627 const basegfx::B2DRange SvgNode::getCurrentViewPort() const in getCurrentViewPort()
639 double SvgNode::getCurrentFontSize() const in getCurrentFontSize()
655 double SvgNode::getCurrentXHeight() const in getCurrentXHeight()
672 void SvgNode::setId(const rtl::OUString* pfId) in setId()
688 void SvgNode::setClass(const rtl::OUString* pfClass) in setClass()
704 XmlSpace SvgNode::getXmlSpace() const in getXmlSpace()