Searched refs:setAlternativeParent (Results 1 – 3 of 3) sorted by relevance
162 const_cast< SvgNode* >(mpXLink)->setAlternativeParent(this); in decomposeSvgNode()164 const_cast< SvgNode* >(mpXLink)->setAlternativeParent(0); in decomposeSvgNode()
210 const_cast< SvgNode& >(rChildCandidate).setAlternativeParent(this); in DecomposeChild()213 const_cast< SvgNode& >(rChildCandidate).setAlternativeParent(0); in DecomposeChild()
184 …void setAlternativeParent(const SvgNode* pAlternativeParent = 0) { mpAlternativeParent = pAlternat… in setAlternativeParent() function in svgio::svgreader::SvgNode