Lines Matching refs:theNewTabs
547 theNewTabs=aNewTab; in ScUndoMoveTab()
552 theNewTabs.clear(); in ~ScUndoMoveTab()
568 for (size_t i = theNewTabs.size(); i > 0; i--) in DoChange()
570 SCTAB nDestTab = theNewTabs[i - 1]; in DoChange()
582 for(size_t i=0;i<theNewTabs.size();i++) in DoChange()
584 SCTAB nDestTab = theNewTabs[i]; in DoChange()
585 SCTAB nNewTab = theNewTabs[i]; in DoChange()
638 theNewTabs=aNewTab; in ScUndoCopyTab()
671 for (size_t i = theNewTabs.size(); i > 0; i--) in Undo()
673 SCTAB nDestTab = theNewTabs[i - 1]; in Undo()
685 for (size_t i = theNewTabs.size(); i > 0; i--) in Undo()
687 SCTAB nDestTab = theNewTabs[i - 1]; in Undo()
703 for(size_t i=0;i<theNewTabs.size();i++) in Redo()
705 nDestTab = theNewTabs[i]; in Redo()
706 SCTAB nNewTab = theNewTabs[i]; in Redo()