Searched refs:nLastIterScRow (Results 1 – 1 of 1) sorted by relevance
2360 SCROW nLastIterScRow = ulimit_cast< SCROW >( nLastUsedScRow + 128, nMaxScRow ); in XclExpCellTable() local2366 if( rEndRowAtt > nLastIterScRow ) in XclExpCellTable()2367 nLastIterScRow = rEndRowAtt; in XclExpCellTable()2369 if (nLastIterScRow > nMaxScRow) in XclExpCellTable()2370 nLastIterScRow = nMaxScRow; in XclExpCellTable()2373 ScUsedAreaIterator aIt( &rDoc, nScTab, 0, 0, nLastIterScCol, nLastIterScRow ); in XclExpCellTable()
Completed in 30 milliseconds