Lines Matching refs:SCTAB

87 								  SCTAB nTabNum,  in ScUndoInsertTab()
186 SCTAB nTabNum, in ScUndoInsertTables()
230 aRange.aStart.SetTab( sal::static_int_cast<SCTAB>( nTab + i ) ); in SetChangeTrack()
231 aRange.aEnd.SetTab( sal::static_int_cast<SCTAB>( nTab + i ) ); in SetChangeTrack()
279 pViewShell->InsertTables( pNameList, nTab, static_cast<SCTAB>(pNameList->Count()),sal_False ); in Redo()
345 SCTAB lcl_GetVisibleTabBefore( ScDocument& rDoc, SCTAB nTab ) in lcl_GetVisibleTabBefore()
364 SCTAB nTab = theTabs[sal::static_int_cast<sal_uInt16>(i)]; in Undo()
479 SCTAB nT, in ScUndoRenameTab()
498 void ScUndoRenameTab::DoChange( SCTAB nTabP, const String& rName ) const in DoChange()
570 SCTAB nDestTab = theNewTabs[i - 1]; in DoChange()
571 SCTAB nOldTab = theOldTabs[i - 1]; in DoChange()
584 SCTAB nDestTab = theNewTabs[i]; in DoChange()
585 SCTAB nNewTab = theNewTabs[i]; in DoChange()
586 SCTAB nOldTab = theOldTabs[i]; in DoChange()
673 SCTAB nDestTab = theNewTabs[i - 1]; in Undo()
687 SCTAB nDestTab = theNewTabs[i - 1]; in Undo()
702 SCTAB nDestTab = 0; in Redo()
706 SCTAB nNewTab = theNewTabs[i]; in Redo()
707 SCTAB nOldTab = theOldTabs[i]; in Redo()
717 SCTAB nAdjSource = nOldTab; in Redo()
763 ScDocShell* pNewDocShell, SCTAB nT, const Color& aOTabBgColor, const Color& aNTabBgColor) : in ScUndoTabColor()
836 SCTAB nSrc, SCTAB nDest, in ScUndoMakeScenario()
929 SCTAB nNewTab, SCTAB nNewCount, sal_Bool bNewLink ) : in ScUndoImportTab()
955 SCTAB nTabCount = pDoc->GetTableCount(); in DoChange()
977 SCTAB i; in Undo()
988 SCTAB nTabPos=nTab+i; in Undo()
1035 SCTAB i; in Redo()
1038 SCTAB nTabPos=nTab+i; in Redo()
1046 SCTAB nTabPos=nTab+i; in Redo()
1097 SCTAB nTabCount = pDoc->GetTableCount(); in ScUndoRemoveLink()
1098 pTabs = new SCTAB[nTabCount]; in ScUndoRemoveLink()
1102 for (SCTAB i=0; i<nTabCount; i++) in ScUndoRemoveLink()
1178 ScUndoShowHideTab::ScUndoShowHideTab( ScDocShell* pShell, SCTAB nNewTab, sal_Bool bNewShow ) : in ScUndoShowHideTab()
1302 ScUndoTabProtect::ScUndoTabProtect(ScDocShell* pShell, SCTAB nTab, auto_ptr<ScTableProtection> pPro… in ScUndoTabProtect()
1375 ScUndoPrintRange::ScUndoPrintRange( ScDocShell* pShell, SCTAB nNewTab, in ScUndoPrintRange()
1444 ScUndoScenarioFlags::ScUndoScenarioFlags( ScDocShell* pNewDocShell, SCTAB nT, in ScUndoScenarioFlags()
1601 ScUndoLayoutRTL::ScUndoLayoutRTL( ScDocShell* pShell, SCTAB nNewTab, sal_Bool bNewRTL ) : in ScUndoLayoutRTL()