Searched refs:aCopyForIteration (Results 1 – 1 of 1) sorted by relevance
286 …std::vector< ScBroadcastArea* > aCopyForIteration( aBroadcastAreaTbl.begin(), aBroadcastAreaTbl.en… in AreaBroadcast() local287 …std::for_each( aCopyForIteration.begin(), aCopyForIteration.end(), boost::mem_fn( &ScBroadcastArea… in AreaBroadcast()290 const std::vector< ScBroadcastArea* >::const_iterator aEnd( aCopyForIteration.end() ); in AreaBroadcast()292 for ( aIter = aCopyForIteration.begin(); aIter != aEnd; ++aIter ) in AreaBroadcast()313 for ( aIter = aCopyForIteration.begin(); aIter != aEnd; ++aIter ) in AreaBroadcast()336 …std::vector< ScBroadcastArea* > aCopyForIteration( aBroadcastAreaTbl.begin(), aBroadcastAreaTbl.en… in AreaBroadcastInRange() local337 …std::for_each( aCopyForIteration.begin(), aCopyForIteration.end(), boost::mem_fn( &ScBroadcastArea… in AreaBroadcastInRange()339 const std::vector< ScBroadcastArea* >::const_iterator aEnd( aCopyForIteration.end() ); in AreaBroadcastInRange()341 for ( aIter = aCopyForIteration.begin(); aIter != aEnd; ++aIter ) in AreaBroadcastInRange()362 for ( aIter = aCopyForIteration.begin(); aIter != aEnd; ++aIter ) in AreaBroadcastInRange()
Completed in 14 milliseconds