Lines Matching refs:rChildren
136 const SvgNodeVector& rChildren = rSvgTextPathNode.getChildren(); in DecomposeChild() local
137 const sal_uInt32 nCount(rChildren.size()); in DecomposeChild()
148 DecomposeChild(*rChildren[a], aNewTarget, rSvgTextPosition); in DecomposeChild()
172 const SvgNodeVector& rChildren = rSvgTspanNode.getChildren(); in DecomposeChild() local
173 const sal_uInt32 nCount(rChildren.size()); in DecomposeChild()
182 DecomposeChild(*rChildren[a], aNewTarget, aSvgTextPosition); in DecomposeChild()
201 const SvgNodeVector& rChildren = pRefText->getChildren(); in DecomposeChild() local
202 const sal_uInt32 nCount(rChildren.size()); in DecomposeChild()
209 const SvgNode& rChildCandidate = *rChildren[a]; in DecomposeChild()
247 const SvgNodeVector& rChildren = getChildren(); in decomposeSvgNode() local
248 const sal_uInt32 nCount(rChildren.size()); in decomposeSvgNode()
252 const SvgNode& rCandidate = *rChildren[a]; in decomposeSvgNode()