Home
last modified time | relevance | path

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

/trunk/main/svgio/source/svgreader/
H A Dsvgusenode.cxx162 const_cast< SvgNode* >(mpXLink)->setAlternativeParent(this); in decomposeSvgNode()
164 const_cast< SvgNode* >(mpXLink)->setAlternativeParent(0); in decomposeSvgNode()
H A Dsvgtextnode.cxx210 const_cast< SvgNode& >(rChildCandidate).setAlternativeParent(this); in DecomposeChild()
213 const_cast< SvgNode& >(rChildCandidate).setAlternativeParent(0); in DecomposeChild()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgnode.hxx184 …void setAlternativeParent(const SvgNode* pAlternativeParent = 0) { mpAlternativeParent = pAlternat… in setAlternativeParent() function in svgio::svgreader::SvgNode