Searched refs:nLastOtherCol (Results 1 – 1 of 1) sorted by relevance
1088 SCCOL nLastOtherCol = static_cast<SCCOL>(nOtherEndCol + 1); in CompareDocument() local1094 if ( ValidCol(nOtherCol) && nOtherCol+1 < nLastOtherCol ) in CompareDocument()1098 nLastOtherCol-1, MAXROW, nOtherTab ); in CompareDocument()1110 ScRange aRange( nLastOtherCol, 0, nOtherTab, in CompareDocument()1111 nLastOtherCol+nDiff, MAXROW, nOtherTab ); in CompareDocument()1116 nLastOtherCol = nOtherCol; in CompareDocument()1118 if ( nLastOtherCol > 0 ) // ganz oben geloescht in CompareDocument()1121 nLastOtherCol-1, MAXROW, nOtherTab ); in CompareDocument()
Completed in 14 milliseconds