Home
last modified time | relevance | path

Searched refs:ScUndoDBData (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx64 TYPEINIT1(ScUndoDBData, ScSimpleUndo);
1170 ScUndoDBData::ScUndoDBData( ScDocShell* pNewDocShell, in ScUndoDBData() function in ScUndoDBData
1178 __EXPORT ScUndoDBData::~ScUndoDBData() in ~ScUndoDBData()
1184 String __EXPORT ScUndoDBData::GetComment() const in GetComment()
1189 void __EXPORT ScUndoDBData::Undo() in Undo()
1207 void __EXPORT ScUndoDBData::Redo() in Redo()
1225 void __EXPORT ScUndoDBData::Repeat(SfxRepeatTarget& /* rTarget */) in Repeat()
1229 sal_Bool __EXPORT ScUndoDBData::CanRepeat(SfxRepeatTarget& /* rTarget */) const in CanRepeat()
/trunk/main/sc/source/ui/inc/
H A Dundodat.hxx319 class ScUndoDBData: public ScSimpleUndo class
323 ScUndoDBData( ScDocShell* pNewDocShell,
325 virtual ~ScUndoDBData();
/trunk/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx101 new ScUndoDBData( &rDocShell, pUndoColl, pRedoColl ) ); in AddDBRange()
133 new ScUndoDBData( &rDocShell, pUndoColl, pRedoColl ) ); in DeleteDBRange()
180 new ScUndoDBData( &rDocShell, pUndoColl, pRedoColl ) ); in RenameDBRange()
225 new ScUndoDBData( &rDocShell, pUndoColl, pRedoColl ) ); in ModifyDBData()
H A Ddocsh5.cxx381 GetUndoManager()->AddUndoAction( new ScUndoDBData( this, pUndoColl, pRedoColl ) ); in GetDBData()
/trunk/main/sc/source/ui/view/
H A Ddbfunc.cxx237 new ScUndoDBData( pDocShell, pUndoColl, pRedoColl ) ); in NotifyCloseDbNameDlg()

Completed in 37 milliseconds