Searched refs:aChildIter (Results 1 – 2 of 2) sorted by relevance
138 std::vector< oox::drawingml::ShapePtr >::iterator aChildIter( rChildren.begin() ); in createXShapes() local139 while( aChildIter != rChildren.end() ) in createXShapes()141 PPTShape* pPPTShape = dynamic_cast< PPTShape* >( (*aChildIter).get() ); in createXShapes()145 (*aChildIter)->addShape( rFilterBase, getTheme().get(), xShapes, 0, &getShapeMap() ); in createXShapes()146 aChildIter++; in createXShapes()
1389 SwNumberTreeNode::tSwNumberTreeChildren::iterator aChildIter = in NotifyChildrenOnDepth() local1391 while ( aChildIter != mChildren.end() ) in NotifyChildrenOnDepth()1395 (*aChildIter)->NotifyNode(); in NotifyChildrenOnDepth()1399 (*aChildIter)->NotifyChildrenOnDepth( nDepth - 1 ); in NotifyChildrenOnDepth()1402 ++aChildIter; in NotifyChildrenOnDepth()
Completed in 34 milliseconds