Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxetable.cxx2320 SCROW nMaxScRow = GetMaxPos().Row(); in XclExpCellTable() local
2355 nMaxScRow = nLastUsedScRow; in XclExpCellTable()
2356 maColInfoBfr.Initialize( nMaxScRow ); in XclExpCellTable()
2360 SCROW nLastIterScRow = ulimit_cast< SCROW >( nLastUsedScRow + 128, nMaxScRow ); in XclExpCellTable()
2369 if (nLastIterScRow > nMaxScRow) in XclExpCellTable()
2370 nLastIterScRow = nMaxScRow; in XclExpCellTable()

Completed in 25 milliseconds