Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/excel/
H A Dxetable.cxx2336 SCROW nFirstUngroupedScRow = 0; in XclExpCellTable() local
2344 nFirstUngroupedScRow = static_cast< SCROW >( nScEndPos + 2 ); in XclExpCellTable()
2354 …sedScRow <= 32127) && (nFirstUnflaggedScRow < nLastUsedScRow) && (nFirstUngroupedScRow <= nLastUse… in XclExpCellTable()
2530 maRowBfr.CreateRows( ::std::max( nFirstUnflaggedScRow, nFirstUngroupedScRow ) ); in XclExpCellTable()

Completed in 41 milliseconds