Lines Matching refs:nOtherTab

761 									ScDocument& rOtherDoc, SCROW nOtherRow, SCTAB nOtherTab,  in RowDifferences()  argument
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()
841 sal_Bool bColumns, ScDocument& rOtherDoc, SCTAB nThisTab, SCTAB nOtherTab, in FindOrder() argument
876 …atic_cast<SCCOL>(nThisRow), nThisTab, rOtherDoc, static_cast<SCCOL>(i), nOtherTab, nEndCol, pTrans… in FindOrder()
878 …nComp = RowDifferences( nThisRow, nThisTab, rOtherDoc, i, nOtherTab, static_cast<SCCOL>(nEndCol), … in FindOrder()
952 SCTAB nOtherTab = SCTAB_MAX; in CompareDocument() local
956 for (SCTAB nTemp=0; nTemp<nOtherCount && nOtherTab>MAXTAB; nTemp++) in CompareDocument()
961 nOtherTab = nTemp; in CompareDocument()
964 pOtherTabs[nThisTab] = nOtherTab; in CompareDocument()
1002 SCTAB nOtherTab = pOtherTabs[nThisTab]; in CompareDocument() local
1003 if ( ValidTab(nOtherTab) ) in CompareDocument()
1010 rOtherDoc.GetCellArea( nOtherTab, nOtherEndCol, nOtherEndRow ); in CompareDocument()
1042 rOtherDoc, nThisTab, nOtherTab, nEndCol, NULL, &aProgress, 0 ); in CompareDocument()
1045 rOtherDoc, nThisTab, nOtherTab, nEndRow, NULL, NULL, 0 ); in CompareDocument()
1047 rOtherDoc, nThisTab, nOtherTab, nThisEndCol, in CompareDocument()
1055 nOtherTab, nEndCol, NULL ); in CompareDocument()
1062 nOtherTab, nThisEndCol, pOtherCols ); in CompareDocument()
1097 ScRange aDelRange( nOtherCol+1, 0, nOtherTab, in CompareDocument()
1098 nLastOtherCol-1, MAXROW, nOtherTab ); in CompareDocument()
1110 ScRange aRange( nLastOtherCol, 0, nOtherTab, in CompareDocument()
1111 nLastOtherCol+nDiff, MAXROW, nOtherTab ); in CompareDocument()
1120 ScRange aDelRange( 0, 0, nOtherTab, in CompareDocument()
1121 nLastOtherCol-1, MAXROW, nOtherTab ); in CompareDocument()
1136 ScRange aDelRange( 0, nOtherRow+1, nOtherTab, in CompareDocument()
1137 MAXCOL, nLastOtherRow-1, nOtherTab ); in CompareDocument()
1149 ScRange aRange( 0, nLastOtherRow, nOtherTab, in CompareDocument()
1150 MAXCOL, nLastOtherRow+nDiff, nOtherTab ); in CompareDocument()
1159 ScRange aDelRange( 0, 0, nOtherTab, in CompareDocument()
1160 MAXCOL, nLastOtherRow-1, nOtherTab ); in CompareDocument()
1177 ScAddress aOtherPos( nOtherCol, nOtherRow, nOtherTab ); in CompareDocument()