Searched refs:nOtherRow (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/sc/source/core/data/ |
| H A D | documen4.cxx | 761 ScDocument& rOtherDoc, SCROW nOtherRow, SCTAB nOtherTab, in RowDifferences() argument 777 … const ScBaseCell* pOtherCell = rOtherDoc.GetCell( ScAddress( nOtherCol, nOtherRow, nOtherTab ) ); in RowDifferences() 809 SCROW nOtherRow; in ColDifferences() local 811 nOtherRow = pOtherRows[nThisRow]; in ColDifferences() 813 nOtherRow = nThisRow; in ColDifferences() 815 if (ValidRow(nOtherRow)) // nur Zeilen vergleichen, die in beiden Dateien sind in ColDifferences() 818 … const ScBaseCell* pOtherCell = rOtherDoc.GetCell( ScAddress( nOtherCol, nOtherRow, nOtherTab ) ); in ColDifferences() 862 SCCOLROW nOtherRow = 0; in FindOrder() local 869 SCCOLROW nTempOther = nOtherRow; in FindOrder() 893 nOtherRow = nTempOther + 1; in FindOrder() [all …]
|
| H A D | attarray.cxx | 2018 SCROW nOtherRow = rOther.pData[nOtherPos].nRow; in IsVisibleEqual() local 2024 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() local 2061 if ( nThisRow >= nOtherRow ) in IsAllEqual() 2063 if ( nOtherRow >= nEndRow ) break; in IsAllEqual() 2066 if ( nThisRow <= nOtherRow ) in IsAllEqual()
|
| /AOO42X/main/sc/inc/ |
| H A D | document.hxx | 1646 SCROW nOtherRow, SCTAB nOtherTab,
|