Searched refs:SvgStyleNode (Results 1 – 3 of 3) sorted by relevance
34 SvgStyleNode::SvgStyleNode( in SvgStyleNode() function in svgio::svgreader::SvgStyleNode43 SvgStyleNode::~SvgStyleNode() in ~SvgStyleNode()54 bool SvgStyleNode::supportsParentStyle() const in supportsParentStyle()65 …void SvgStyleNode::parseAttribute(const rtl::OUString& rTokenName, SVGToken aSVGToken, const rtl::… in parseAttribute()93 …void SvgStyleNode::addCssStyleSheet(const rtl::OUString& aSelectors, const SvgStyleAttributes& rNe… in addCssStyleSheet()155 …void SvgStyleNode::addCssStyleSheet(const rtl::OUString& aSelectors, const rtl::OUString& aContent) in addCssStyleSheet()195 void SvgStyleNode::addCssStyleSheet(const rtl::OUString& aSelectorsAndContent) in addCssStyleSheet()
331 SvgStyleNode* pNew = new SvgStyleNode(maDocument, mpTarget); in startElement()414 … SvgStyleNode* pCssStyle(SVGTokenStyle == aSVGToken ? static_cast< SvgStyleNode* >(mpTarget) : 0); in endElement()576 SvgStyleNode& rSvgStyleNode = static_cast< SvgStyleNode& >(*mpTarget); in characters()
35 class SvgStyleNode : public SvgNode class45 SvgStyleNode(48 virtual ~SvgStyleNode();
Completed in 17 milliseconds