Home
last modified time | relevance | path

Searched refs:aIter (Results 826 – 827 of 827) sorted by relevance

1...<<31323334

/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx3535 ScCellIterator aIter( pDok, aRange, glSubTotal ); in IterateParameters() local
3536 if ( (pCell = aIter.GetFirst()) != NULL ) in IterateParameters()
3544 while ( (pCell = aIter.GetNext()) != NULL ); in IterateParameters()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx5795 std::vector< std::pair< sal_Int32, sal_Int32 > >::const_iterator aIter( aRows.begin() ); in ImplCreateTable() local
5796 while( aIter != aRows.end() ) in ImplCreateTable()
5797 aMemStrm << (*aIter++).second; in ImplCreateTable()

Completed in 72 milliseconds

1...<<31323334