Searched refs:aUndoActionIter (Results 1 – 1 of 1) sorted by relevance
187 std::vector< SdrUndoAction* >::iterator aUndoActionIter( rUndoActions.begin() ); in AddUndoActions() local188 while( aUndoActionIter != rUndoActions.end() ) in AddUndoActions()189 AddUndo( *aUndoActionIter++ ); in AddUndoActions()
Completed in 26 milliseconds