Home
last modified time | relevance | path

Searched refs:getSvgNodeVector (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgdocument.hxx78 const SvgNodeVector& getSvgNodeVector() const { return maNodes; } in getSvgNodeVector() function in svgio::svgreader::SvgDocument
/trunk/main/svgio/source/svguno/
H A Dxsvgparser.cxx150 const SvgNodeVector& rResults = pSvgDocHdl->getSvgDocument().getSvgNodeVector(); in getDecomposition()