Lines Matching refs:nThisCol
766 for (SCCOL nThisCol=0; nThisCol<=nMaxCol; nThisCol++) in RowDifferences() local
770 nOtherCol = static_cast<SCCOL>(pOtherCols[nThisCol]); in RowDifferences()
772 nOtherCol = nThisCol; in RowDifferences()
776 const ScBaseCell* pThisCell = GetCell( ScAddress( nThisCol, nThisRow, nThisTab ) ); in RowDifferences()
799 sal_uInt16 ScDocument::ColDifferences( SCCOL nThisCol, SCTAB nThisTab, in ColDifferences() argument
817 const ScBaseCell* pThisCell = GetCell( ScAddress( nThisCol, nThisRow, nThisTab ) ); in ColDifferences()
1013 SCCOL nThisCol; in CompareDocument() local
1067 for (nThisCol = 0; nThisCol<=nThisEndCol; nThisCol++) in CompareDocument()
1068 pOtherCols[nThisCol] = nThisCol; in CompareDocument()
1090 for ( nThisCol = nThisEndCol+1; nThisCol > 0; ) in CompareDocument()
1092 --nThisCol; in CompareDocument()
1093 SCCOL nOtherCol = static_cast<SCCOL>(pOtherCols[nThisCol]); in CompareDocument()
1104 … if ( nThisCol == nThisEndCol || ValidCol(static_cast<SCCOL>(pOtherCols[nThisCol+1])) ) in CompareDocument()
1106 SCCOL nFirstNew = static_cast<SCCOL>(nThisCol); in CompareDocument()
1109 SCCOL nDiff = nThisCol - nFirstNew; in CompareDocument()
1169 for (nThisCol = 0; nThisCol <= nThisEndCol; nThisCol++) in CompareDocument()
1171 SCCOL nOtherCol = static_cast<SCCOL>(pOtherCols[nThisCol]); in CompareDocument()
1172 ScAddress aThisPos( nThisCol, nThisRow, nThisTab ); in CompareDocument()