Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxetable.cxx1680 for( sal_uInt16 nScCol = 0, nLastScCol = GetMaxPos().Col(); nScCol <= nLastScCol; ++nScCol ) in Initialize() local
2382 SCCOL nLastScCol = aIt.GetEndCol(); in XclExpCellTable() local
2386 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 28 milliseconds