Home
last modified time | relevance | path

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

/trunk/main/oox/source/ppt/
H A Dslidepersist.cxx138 std::vector< oox::drawingml::ShapePtr >::iterator aChildIter( rChildren.begin() ); in createXShapes() local
139 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()
/trunk/main/sw/source/core/SwNumberTree/
H A DSwNumberTree.cxx1389 SwNumberTreeNode::tSwNumberTreeChildren::iterator aChildIter = in NotifyChildrenOnDepth() local
1391 while ( aChildIter != mChildren.end() ) in NotifyChildrenOnDepth()
1395 (*aChildIter)->NotifyNode(); in NotifyChildrenOnDepth()
1399 (*aChildIter)->NotifyChildrenOnDepth( nDepth - 1 ); in NotifyChildrenOnDepth()
1402 ++aChildIter; in NotifyChildrenOnDepth()

Completed in 65 milliseconds