Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx1870 FormComponentIterator aCompIter( _rxComponentContainer ); in impl_adjustFormComponentEvents_throw() local
1871 while ( aCompIter.hasMore() ) in impl_adjustFormComponentEvents_throw()
1874 FormComponentScripts aComponent( aCompIter.next() ); in impl_adjustFormComponentEvents_throw()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx9586 …for ( ScRangeVector::const_iterator aCompIter( aCompletedRanges.begin() ); aCompIter != aCompEnd; … in GetRanges() local
9587 aReturnRanges->Append( *aCompIter ); in GetRanges()