Home
last modified time | relevance | path

Searched refs:nOtherCol (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddocumen4.cxx768 SCCOL nOtherCol; in RowDifferences() local
770 nOtherCol = static_cast<SCCOL>(pOtherCols[nThisCol]); in RowDifferences()
772 nOtherCol = nThisCol; in RowDifferences()
1093 SCCOL nOtherCol = static_cast<SCCOL>(pOtherCols[nThisCol]); in CompareDocument() local
1094 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() local
1175 if ( ValidCol(nOtherCol) && ValidRow(nOtherRow) ) in CompareDocument()
[all …]
/trunk/main/sc/inc/
H A Ddocument.hxx1653 SCCOL nOtherCol, SCTAB nOtherTab,

Completed in 43 milliseconds