Searched refs:nOtherTab (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sc/source/core/data/ |
H A D | documen4.cxx | 952 SCTAB nOtherTab = SCTAB_MAX; in CompareDocument() local 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() 1055 nOtherTab, nEndCol, NULL ); in CompareDocument() 1098 nLastOtherCol-1, MAXROW, nOtherTab ); in CompareDocument() 1120 ScRange aDelRange( 0, 0, nOtherTab, in CompareDocument() 1121 nLastOtherCol-1, MAXROW, nOtherTab ); in CompareDocument() 1159 ScRange aDelRange( 0, 0, nOtherTab, in CompareDocument() [all …]
|
/trunk/main/sc/source/ui/view/ |
H A D | spelldialog.cxx | 231 for( SCTAB nOtherTab = 0; nOtherTab < nTabCount; ++nOtherTab ) in Init() local 233 if( rMarkData.GetTableSelect( nOtherTab ) && (nOtherTab != nTab) ) in Init() 235 mxUndoDoc->AddUndoTab( nOtherTab, nOtherTab ); in Init() 236 mxRedoDoc->AddUndoTab( nOtherTab, nOtherTab ); in Init()
|
/trunk/main/sc/inc/ |
H A D | document.hxx | 1649 SCROW nOtherRow, SCTAB nOtherTab, 1653 SCCOL nOtherCol, SCTAB nOtherTab, 1657 ScDocument& rOtherDoc, SCTAB nThisTab, SCTAB nOtherTab,
|
Completed in 34 milliseconds