Searched refs:nOtherCol (Results 1 – 2 of 2) sorted by relevance
768 SCCOL nOtherCol; in RowDifferences() local770 nOtherCol = static_cast<SCCOL>(pOtherCols[nThisCol]); in RowDifferences()772 nOtherCol = nThisCol; in RowDifferences()1093 SCCOL nOtherCol = static_cast<SCCOL>(pOtherCols[nThisCol]); in CompareDocument() local1094 if ( ValidCol(nOtherCol) && nOtherCol+1 < nLastOtherCol ) in CompareDocument()1097 ScRange aDelRange( nOtherCol+1, 0, nOtherTab, in CompareDocument()1101 if ( nOtherCol > MAXCOL ) // eingefuegt in CompareDocument()1116 nLastOtherCol = nOtherCol; in CompareDocument()1171 SCCOL nOtherCol = static_cast<SCCOL>(pOtherCols[nThisCol]); in CompareDocument() local1175 if ( ValidCol(nOtherCol) && ValidRow(nOtherRow) ) in CompareDocument()[all …]
1653 SCCOL nOtherCol, SCTAB nOtherTab,
Completed in 38 milliseconds