Home
last modified time | relevance | path

Searched refs:theTabs (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/undo/
H A Dundotab.cxx309 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 …]
/trunk/main/sc/source/ui/inc/
H A Dundotab.hxx126 const SvShorts &theTabs, //SCTAB nNewTab,
139 SvShorts theTabs; member in ScUndoDeleteTab
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx2803 SvShorts theTabs; in DeleteTable() local
2804 theTabs.push_back(nTab); in DeleteTable()
2806 new ScUndoDeleteTab( &rDocShell, theTabs, pUndoDoc, pUndoData )); in DeleteTable()

Completed in 39 milliseconds