Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/excel/
H A Dxetable.cxx2360 SCROW nLastIterScRow = ulimit_cast< SCROW >( nLastUsedScRow + 128, nMaxScRow ); in XclExpCellTable() local
2366 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 25 milliseconds