Searched refs:aDocIter (Results 1 – 1 of 1) sorted by relevance
4641 ScCellIterator aDocIter( pDok, aRange, glSubTotal); in ScCountEmptyCells() local4642 if ( (pCell = aDocIter.GetFirst()) != NULL ) in ScCountEmptyCells()4649 } while ( (pCell = aDocIter.GetNext()) != NULL ); in ScCountEmptyCells()
Completed in 37 milliseconds