Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/undo/
H A Dundobase.cxx51 TYPEINIT1(ScUndoWrapper, SfxUndoAction);
483 ScUndoWrapper::ScUndoWrapper( SfxUndoAction* pUndo ) : in ScUndoWrapper() function in ScUndoWrapper
488 ScUndoWrapper::~ScUndoWrapper() in ~ScUndoWrapper()
493 void ScUndoWrapper::ForgetWrappedUndo() in ForgetWrappedUndo()
498 String ScUndoWrapper::GetComment() const in GetComment()
514 sal_uInt16 ScUndoWrapper::GetId() const in GetId()
530 sal_Bool ScUndoWrapper::Merge( SfxUndoAction* pNextAction ) in Merge()
538 void ScUndoWrapper::Undo() in Undo()
544 void ScUndoWrapper::Redo() in Redo()
550 void ScUndoWrapper::Repeat(SfxRepeatTarget& rTarget) in Repeat()
[all …]
H A Dundoblk.cxx145 if ( bPartOfPaste && pNextAction->ISA( ScUndoWrapper ) ) in Merge()
147 ScUndoWrapper* pWrapper = (ScUndoWrapper*)pNextAction; in Merge()
/trunk/main/sc/source/ui/inc/
H A Dundobase.hxx146 class ScUndoWrapper: public SfxUndoAction // for manual merging of actions class
152 ScUndoWrapper( SfxUndoAction* pUndo );
153 virtual ~ScUndoWrapper();
/trunk/main/sc/source/ui/view/
H A Dviewfun3.cxx1502 pUndoMgr->AddUndoAction( new ScUndoWrapper( pUndo ), sal_True ); in PasteFromClip()
1694 pUndoMgr->AddUndoAction(new ScUndoWrapper(pUndo), true); in PasteMultiRangesFromClip()

Completed in 32 milliseconds