Searched refs:nLastDocCol (Results 1 – 1 of 1) sorted by relevance
955 …SCCOL nLastDocCol = (nX2 < MAXCOL) ? ::std::min< SCCOL >( nLastRealDocCol, nX2 + 1 ) : nLastRealDo… in FillInfo() local956 sal_uInt16 nLastCellInfoX = static_cast< sal_uInt16 >( nLastDocCol + 1 ); in FillInfo()992 for( SCCOL nDocCol = nLastDocCol + 1; nDocCol <= nLastRealDocCol; ++nDocCol ) in FillInfo()
Completed in 11 milliseconds