Searched refs:nLastUsedScRow (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | xetable.cxx | 2324 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()
|
H A D | xehelper.cxx | 96 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()
|
Completed in 30 milliseconds