Home
last modified time | relevance | path

Searched refs:nLastUsedScRow (Results 1 – 2 of 2) sorted by path

/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx96 SCROW nLastUsedScRow; in Initialize() local
97 rDoc.GetTableArea( nScTab, nLastUsedScCol, nLastUsedScRow ); in Initialize()
98 sal_Size nSegSize = static_cast< sal_Size >( nLastUsedScRow + 1 ); in Initialize()
H A Dxetable.cxx2324 SCROW nLastUsedScRow; in XclExpCellTable() local
2325 rDoc.GetTableArea( nScTab, nLastUsedScCol, nLastUsedScRow ); in XclExpCellTable()
2327 ScRange aUsedRange( 0, 0, nScTab, nLastUsedScCol, nLastUsedScRow, nScTab ); in XclExpCellTable()
2330 nLastUsedScRow = aUsedRange.aEnd.Row(); in XclExpCellTable()
2354 … (31871 <= nLastUsedScRow) && (nLastUsedScRow <= 32127) && (nFirstUnflaggedScRow < nLastUsedScRow)… in XclExpCellTable()
2355 nMaxScRow = nLastUsedScRow; in XclExpCellTable()
2360 SCROW nLastIterScRow = ulimit_cast< SCROW >( nLastUsedScRow + 128, nMaxScRow ); in XclExpCellTable()

Completed in 37 milliseconds