Searched refs:ScUndoDetective (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sc/source/ui/undo/ |
H A D | undocell.cxx | 64 TYPEINIT1(ScUndoDetective, ScSimpleUndo); 954 ScUndoDetective::ScUndoDetective( ScDocShell* pNewDocShell, in ScUndoDetective() function in ScUndoDetective 970 __EXPORT ScUndoDetective::~ScUndoDetective() in ~ScUndoDetective() 976 String __EXPORT ScUndoDetective::GetComment() const in GetComment() 993 void __EXPORT ScUndoDetective::Undo() in Undo() 1030 void __EXPORT ScUndoDetective::Redo() in Redo() 1050 void __EXPORT ScUndoDetective::Repeat(SfxRepeatTarget& /* rTarget */) in Repeat() 1055 sal_Bool __EXPORT ScUndoDetective::CanRepeat(SfxRepeatTarget& /* rTarget */) const in CanRepeat()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | undocell.hxx | 312 class ScUndoDetective: public ScSimpleUndo class 316 ScUndoDetective( ScDocShell* pNewDocShell, 319 virtual ~ScUndoDetective();
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 205 new ScUndoDetective( &rDocShell, pUndo, &aOperation ) ); in DetectiveAddPred() 246 new ScUndoDetective( &rDocShell, pUndo, &aOperation ) ); in DetectiveDelPred() 285 new ScUndoDetective( &rDocShell, pUndo, &aOperation ) ); in DetectiveAddSucc() 326 new ScUndoDetective( &rDocShell, pUndo, &aOperation ) ); in DetectiveDelSucc() 365 new ScUndoDetective( &rDocShell, pUndo, &aOperation ) ); in DetectiveAddError() 449 new ScUndoDetective( &rDocShell, pUndo, NULL, pUndoList ) ); in DetectiveDelAll()
|
Completed in 42 milliseconds