Searched refs:nOtherCol (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sc/source/core/data/ |
| H A D | documen4.cxx | 768 SCCOL nOtherCol; in RowDifferences() local 770 nOtherCol = static_cast<SCCOL>(pOtherCols[nThisCol]); in RowDifferences() 772 nOtherCol = nThisCol; in RowDifferences() 774 if (ValidCol(nOtherCol)) // nur Spalten vergleichen, die in beiden Dateien sind in RowDifferences() 777 … const ScBaseCell* pOtherCell = rOtherDoc.GetCell( ScAddress( nOtherCol, nOtherRow, nOtherTab ) ); in RowDifferences() 800 ScDocument& rOtherDoc, SCCOL nOtherCol, SCTAB nOtherTab, in ColDifferences() argument 818 … const ScBaseCell* pOtherCell = rOtherDoc.GetCell( ScAddress( nOtherCol, nOtherRow, nOtherTab ) ); in ColDifferences() 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() [all …]
|
| /AOO41X/main/sc/inc/ |
| H A D | document.hxx | 1653 SCCOL nOtherCol, SCTAB nOtherTab,
|