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