Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx4641 ScCellIterator aDocIter( pDok, aRange, glSubTotal); in ScCountEmptyCells() local
4642 if ( (pCell = aDocIter.GetFirst()) != NULL ) in ScCountEmptyCells()
4649 } while ( (pCell = aDocIter.GetNext()) != NULL ); in ScCountEmptyCells()

Completed in 47 milliseconds