Searched refs:nLastRealDocCol (Results 1 – 1 of 1) sorted by relevance
946 SCCOL nLastRealDocCol = static_cast< SCCOL >( nLastRealDocColS ); in FillInfo() local955 …L nLastDocCol = (nX2 < MAXCOL) ? ::std::min< SCCOL >( nLastRealDocCol, nX2 + 1 ) : nLastRealDocCol; in FillInfo()992 for( SCCOL nDocCol = nLastDocCol + 1; nDocCol <= nLastRealDocCol; ++nDocCol ) in FillInfo()
Completed in 16 milliseconds