Home
last modified time | relevance | path

Searched refs:ScUndoDeleteTab (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/undo/
H A Dundotab.cxx65 TYPEINIT1(ScUndoDeleteTab, SfxUndoAction);
305 ScUndoDeleteTab::ScUndoDeleteTab( ScDocShell* pNewDocShell,const SvShorts &aTab, //SCTAB nNewTab, in ScUndoDeleteTab() function in ScUndoDeleteTab
314 ScUndoDeleteTab::~ScUndoDeleteTab() in ~ScUndoDeleteTab()
319 String ScUndoDeleteTab::GetComment() const in GetComment()
324 void ScUndoDeleteTab::SetChangeTrack() in SetChangeTrack()
353 void ScUndoDeleteTab::Undo() in Undo()
439 void ScUndoDeleteTab::Redo() in Redo()
458 void ScUndoDeleteTab::Repeat(SfxRepeatTarget& rTarget) in Repeat()
467 sal_Bool ScUndoDeleteTab::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
/trunk/main/sc/source/ui/inc/
H A Dundotab.hxx120 class ScUndoDeleteTab: public ScMoveUndo // Draw vom Move fuer geloeschte Tabelle class
124 ScUndoDeleteTab(
129 virtual ~ScUndoDeleteTab();
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx2238 new ScUndoDeleteTab( GetViewData()->GetDocShell(), TheTabs, in DeleteTables()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx2806 new ScUndoDeleteTab( &rDocShell, theTabs, pUndoDoc, pUndoData )); in DeleteTable()

Completed in 62 milliseconds