Home
last modified time | relevance | path

Searched refs:SvgNodeVector (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svgio/source/svgreader/
H A Dsvgtextnode.cxx136 const SvgNodeVector& rChildren = rSvgTextPathNode.getChildren(); in DecomposeChild()
172 const SvgNodeVector& rChildren = rSvgTspanNode.getChildren(); in DecomposeChild()
201 const SvgNodeVector& rChildren = pRefText->getChildren(); in DecomposeChild()
247 const SvgNodeVector& rChildren = getChildren(); in decomposeSvgNode()
H A Dsvgdocumenthandler.cxx66 const svgio::svgreader::SvgNodeVector& rChilds = pNode->getChildren(); in whiteSpaceHandling()
553 const SvgNodeVector& rChilds = mpTarget->getChildren(); in characters()
H A Dsvgnode.cxx554 const SvgNodeVector& rChildren = getChildren(); in decomposeSvgNode()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgnode.hxx52 typedef ::std::vector< SvgNode* > SvgNodeVector; typedef
100 SvgNodeVector maChildren;
160 const SvgNodeVector& getChildren() const { return maChildren; } in getChildren()
H A Dsvgdocument.hxx39 SvgNodeVector maNodes;
78 const SvgNodeVector& getSvgNodeVector() const { return maNodes; } in getSvgNodeVector()
/trunk/main/svgio/source/svguno/
H A Dxsvgparser.cxx150 const SvgNodeVector& rResults = pSvgDocHdl->getSvgDocument().getSvgNodeVector(); in getDecomposition()