Home
last modified time | relevance | path

Searched refs:SvgSvgNode (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/svgio/source/svgreader/
H A Dsvgsvgnode.cxx41 SvgSvgNode::SvgSvgNode( in SvgSvgNode() function in svgio::svgreader::SvgSvgNode
58 void SvgSvgNode::initializeStyleAttributes() in initializeStyleAttributes()
99 SvgSvgNode::~SvgSvgNode() in ~SvgSvgNode()
104 const SvgStyleAttributes* SvgSvgNode::getSvgStyleAttributes() const in getSvgStyleAttributes()
112 …void SvgSvgNode::parseAttribute(const rtl::OUString& rTokenName, SVGToken aSVGToken, const rtl::OU… in parseAttribute()
206 void SvgSvgNode::seekReferenceWidth(double& fWidth, bool& bHasFound) const in seekReferenceWidth()
212 const SvgSvgNode* pParentSvgSvgNode = 0; in seekReferenceWidth()
219 pParentSvgSvgNode = dynamic_cast< const SvgSvgNode* >(pParent); in seekReferenceWidth()
248 void SvgSvgNode::seekReferenceHeight(double& fHeight, bool& bHasFound) const in seekReferenceHeight()
254 const SvgSvgNode* pParentSvgSvgNode = 0; in seekReferenceHeight()
[all …]
H A Dsvgdocumenthandler.cxx206 mpTarget = new SvgSvgNode(maDocument, mpTarget); in startElement()
/AOO41X/main/svgio/inc/svgio/svgreader/
H A Dsvgsvgnode.hxx34 class SvgSvgNode : public SvgNode class
57 SvgSvgNode(
60 virtual ~SvgSvgNode();