Searched refs:ScUndoInsertTab (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sc/source/ui/undo/ |
H A D | undotab.cxx | 63 TYPEINIT1(ScUndoInsertTab, SfxUndoAction); 86 ScUndoInsertTab::ScUndoInsertTab( ScDocShell* pNewDocShell, in ScUndoInsertTab() function in ScUndoInsertTab 100 ScUndoInsertTab::~ScUndoInsertTab() in ~ScUndoInsertTab() 105 String ScUndoInsertTab::GetComment() const in GetComment() 113 void ScUndoInsertTab::SetChangeTrack() in SetChangeTrack() 126 void ScUndoInsertTab::Undo() in Undo() 147 void ScUndoInsertTab::Redo() in Redo() 168 void ScUndoInsertTab::Repeat(SfxRepeatTarget& rTarget) in Repeat() 175 sal_Bool ScUndoInsertTab::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
|
/trunk/main/sc/source/ui/inc/ |
H A D | undotab.hxx | 61 class ScUndoInsertTab : public ScSimpleUndo class 65 ScUndoInsertTab( 70 virtual ~ScUndoInsertTab();
|
/trunk/main/sc/source/ui/drawfunc/ |
H A D | fuins2.cxx | 633 new ScUndoInsertTab( pScDocSh, nNewTab, in FuInsertChart()
|
/trunk/main/sc/source/ui/view/ |
H A D | dbfunc3.cxx | 630 new ScUndoInsertTab( pDocSh, nNewTab, bAppend, lcl_MakePivotTabName( aName, i ) )); in MakePivotTable()
|
H A D | viewfun2.cxx | 2110 new ScUndoInsertTab( pDocSh, nTab, sal_True, rName)); in AppendTable()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 2721 new ScUndoInsertTab( &rDocShell, nTab, bAppend, rName)); in InsertTable()
|
Completed in 70 milliseconds