Searched refs:nLastOtherRow (Results 1 – 1 of 1) sorted by relevance
1127 SCROW nLastOtherRow = nOtherEndRow + 1; in CompareDocument() local1133 if ( ValidRow(nOtherRow) && nOtherRow+1 < nLastOtherRow ) in CompareDocument()1137 MAXCOL, nLastOtherRow-1, nOtherTab ); in CompareDocument()1149 ScRange aRange( 0, nLastOtherRow, nOtherTab, in CompareDocument()1150 MAXCOL, nLastOtherRow+nDiff, nOtherTab ); in CompareDocument()1155 nLastOtherRow = nOtherRow; in CompareDocument()1157 if ( nLastOtherRow > 0 ) // ganz oben geloescht in CompareDocument()1160 MAXCOL, nLastOtherRow-1, nOtherTab ); in CompareDocument()
Completed in 17 milliseconds