Searched refs:theTabs (Results 1 – 3 of 3) sorted by relevance
309 theTabs=aTab; in ScUndoDeleteTab()316 theTabs.clear(); in ~ScUndoDeleteTab()333 for ( size_t i = 0; i < theTabs.size(); i++ ) in SetChangeTrack()335 aRange.aStart.SetTab( theTabs[sal::static_int_cast<sal_uInt16>(i)] ); in SetChangeTrack()336 aRange.aEnd.SetTab( theTabs[sal::static_int_cast<sal_uInt16>(i)] ); in SetChangeTrack()362 for(i=0;i<theTabs.size();i++) in Undo()364 SCTAB nTab = theTabs[sal::static_int_cast<sal_uInt16>(i)]; in Undo()420 for(i=0;i<theTabs.size();i++) in Undo()434 pViewShell->SetTabNo( lcl_GetVisibleTabBefore( *pDoc, theTabs.front() ), sal_True ); in Undo()442 pViewShell->SetTabNo( lcl_GetVisibleTabBefore( *pDocShell->GetDocument(), theTabs.front() ) ); in Redo()[all …]
126 const SvShorts &theTabs, //SCTAB nNewTab,139 SvShorts theTabs; member in ScUndoDeleteTab
2803 SvShorts theTabs; in DeleteTable() local2804 theTabs.push_back(nTab); in DeleteTable()2806 new ScUndoDeleteTab( &rDocShell, theTabs, pUndoDoc, pUndoData )); in DeleteTable()
Completed in 30 milliseconds