Searched refs:ScUndoDBData (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 64 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 D | undodat.hxx | 319 class ScUndoDBData: public ScSimpleUndo class 323 ScUndoDBData( ScDocShell* pNewDocShell, 325 virtual ~ScUndoDBData();
|
/trunk/main/sc/source/ui/docshell/ |
H A D | dbdocfun.cxx | 101 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 D | docsh5.cxx | 381 GetUndoManager()->AddUndoAction( new ScUndoDBData( this, pUndoColl, pRedoColl ) ); in GetDBData()
|
/trunk/main/sc/source/ui/view/ |
H A D | dbfunc.cxx | 237 new ScUndoDBData( pDocShell, pUndoColl, pRedoColl ) ); in NotifyCloseDbNameDlg()
|
Completed in 40 milliseconds