Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dfillinfo.cxx955 …SCCOL nLastDocCol = (nX2 < MAXCOL) ? ::std::min< SCCOL >( nLastRealDocCol, nX2 + 1 ) : nLastRealDo… in FillInfo() local
956 sal_uInt16 nLastCellInfoX = static_cast< sal_uInt16 >( nLastDocCol + 1 ); in FillInfo()
992 for( SCCOL nDocCol = nLastDocCol + 1; nDocCol <= nLastRealDocCol; ++nDocCol ) in FillInfo()

Completed in 12 milliseconds