Searched refs:nLastScCol (Results 1 – 1 of 1) sorted by relevance
1680 for( sal_uInt16 nScCol = 0, nLastScCol = GetMaxPos().Col(); nScCol <= nLastScCol; ++nScCol ) in Initialize() local2382 SCCOL nLastScCol = aIt.GetEndCol(); in XclExpCellTable() local2386 sal_uInt16 nLastXclCol = static_cast< sal_uInt16 >( nLastScCol ); in XclExpCellTable()2508 … DBG_ASSERT( (aScRange.aStart.Col() == aScRange.aEnd.Col()) || (nScCol == nLastScCol), in XclExpCellTable()2510 for( SCCOL nIndex = nScCol; nIndex <= nLastScCol; ++nIndex ) in XclExpCellTable()2523 aScRange.aEnd.SetCol( nLastScCol ); in XclExpCellTable()
Completed in 18 milliseconds