Searched refs:nOtherRow (Results 1 – 3 of 3) sorted by relevance
809 SCROW nOtherRow; in ColDifferences() local811 nOtherRow = pOtherRows[nThisRow]; in ColDifferences()813 nOtherRow = nThisRow; in ColDifferences()862 SCCOLROW nOtherRow = 0; in FindOrder() local869 SCCOLROW nTempOther = nOtherRow; in FindOrder()893 nOtherRow = nTempOther + 1; in FindOrder()1132 SCROW nOtherRow = pOtherRows[nThisRow]; in CompareDocument() local1133 if ( ValidRow(nOtherRow) && nOtherRow+1 < nLastOtherRow ) in CompareDocument()1140 if ( nOtherRow > MAXROW ) // eingefuegt in CompareDocument()1155 nLastOtherRow = nOtherRow; in CompareDocument()[all …]
2018 SCROW nOtherRow = rOther.pData[nOtherPos].nRow; in IsVisibleEqual() local2024 if ( nThisRow >= nOtherRow ) in IsVisibleEqual()2026 if ( nOtherRow >= nEndRow ) break; in IsVisibleEqual()2029 if ( nThisRow <= nOtherRow ) in IsVisibleEqual()2056 SCROW nOtherRow = rOther.pData[nOtherPos].nRow; in IsAllEqual() local2061 if ( nThisRow >= nOtherRow ) in IsAllEqual()2063 if ( nOtherRow >= nEndRow ) break; in IsAllEqual()2066 if ( nThisRow <= nOtherRow ) in IsAllEqual()
1649 SCROW nOtherRow, SCTAB nOtherTab,
Completed in 44 milliseconds