/aoo41x/main/svl/source/undo/ |
H A D | undo.cxx | 43 DBG_NAME(SfxUndoAction) 47 TYPEINIT0(SfxUndoAction); 73 SfxUndoAction::~SfxUndoAction() in ~SfxUndoAction() 75 DBG_DTOR(SfxUndoAction, 0); in ~SfxUndoAction() 85 SfxUndoAction::SfxUndoAction() in SfxUndoAction() function in SfxUndoAction 88 DBG_CTOR(SfxUndoAction, 0); in SfxUndoAction() 93 sal_Bool SfxUndoAction::Merge( SfxUndoAction * ) in Merge() argument 95 DBG_CHKTHIS(SfxUndoAction, 0); in Merge() 103 DBG_CHKTHIS(SfxUndoAction, 0); in GetComment() 126 void SfxUndoAction::Undo() in Undo() [all …]
|
/aoo41x/main/svl/inc/svl/ |
H A D | undo.hxx | 56 class SVL_DLLPUBLIC SfxUndoAction class 63 SfxUndoAction(); 64 virtual ~SfxUndoAction(); 75 virtual sal_Bool Merge( SfxUndoAction *pNextAction ); 82 SfxUndoAction& operator=( const SfxUndoAction& ); // n.i.!! 95 SfxUndoAction* pAction; 98 MarkedUndoAction( SfxUndoAction* i_action ) in MarkedUndoAction() 182 virtual sal_Bool Merge( SfxUndoAction *pNextAction ); 457 friend class SfxUndoAction; 475 SfxUndoAction* GetAction() const { return pAction; } in GetAction() [all …]
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | undobase.hxx | 40 class ScSimpleUndo: public SfxUndoAction 47 virtual sal_Bool Merge( SfxUndoAction *pNextAction ); 51 SfxUndoAction* pDetectiveUndo; 146 class ScUndoWrapper: public SfxUndoAction // for manual merging of actions 148 SfxUndoAction* pWrappedUndo; 152 ScUndoWrapper( SfxUndoAction* pUndo ); 155 SfxUndoAction* GetWrappedUndo() { return pWrappedUndo; } in GetWrappedUndo() 164 virtual sal_Bool Merge( SfxUndoAction *pNextAction );
|
H A D | undodraw.hxx | 31 class ScUndoDraw: public SfxUndoAction 33 SfxUndoAction* pDrawUndo; 40 ScUndoDraw( SfxUndoAction* pUndo, ScDocShell* pDocSh ); 43 SfxUndoAction* GetDrawUndo() { return pDrawUndo; } in GetDrawUndo() 52 virtual sal_Bool Merge( SfxUndoAction *pNextAction );
|
/aoo41x/main/sw/source/core/undo/ |
H A D | docundo.cxx | 181 SfxUndoAction *const pAction( SdrUndoManager::GetUndoAction(0) ); in GetLastUndo() 247 SfxUndoAction *const pLastUndo( in EndUndo() 257 SfxUndoAction *const pUndoAction(SdrUndoManager::GetUndoAction(0)); in EndUndo() 309 SfxUndoAction *const pAction( SdrUndoManager::GetUndoAction(0) ); in GetLastUndoInfo() 352 SfxUndoAction *const pAction( SdrUndoManager::GetRedoAction(0, CurrentLevel) ); in GetFirstRedoInfo() 419 SfxUndoAction *const pLastUndo(GetUndoAction(0)); in RemoveLastUndo() 433 void UndoManager::AddUndoAction(SfxUndoAction *pAction, sal_Bool bTryMerge) in AddUndoAction() 575 SfxUndoAction *const pRepeatAction(GetUndoAction(0)); in Repeat()
|
/aoo41x/main/sd/inc/undo/ |
H A D | undoobjects.hxx | 51 SfxUndoAction* mpUndoUsercall; 52 SfxUndoAction* mpUndoAnimation; 53 SfxUndoAction* mpUndoPresObj; 110 SfxUndoAction* mpUndoAnimation; 154 class UndoAutoLayoutPosAndSize : public SfxUndoAction
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undotab.cxx | 63 TYPEINIT1(ScUndoInsertTab, SfxUndoAction); 65 TYPEINIT1(ScUndoDeleteTab, SfxUndoAction); 66 TYPEINIT1(ScUndoRenameTab, SfxUndoAction); 67 TYPEINIT1(ScUndoMoveTab, SfxUndoAction); 68 TYPEINIT1(ScUndoCopyTab, SfxUndoAction); 70 TYPEINIT1(ScUndoImportTab, SfxUndoAction); 71 TYPEINIT1(ScUndoRemoveLink, SfxUndoAction); 72 TYPEINIT1(ScUndoShowHideTab, SfxUndoAction); 73 TYPEINIT1(ScUndoPrintRange, SfxUndoAction); 76 TYPEINIT1(ScUndoLayoutRTL, SfxUndoAction); [all …]
|
H A D | undoblk3.cxx | 61 TYPEINIT1(ScUndoDeleteContents, SfxUndoAction); 62 TYPEINIT1(ScUndoFillTable, SfxUndoAction); 63 TYPEINIT1(ScUndoSelectionAttr, SfxUndoAction); 64 TYPEINIT1(ScUndoAutoFill, SfxUndoAction); 65 TYPEINIT1(ScUndoMerge, SfxUndoAction); 66 TYPEINIT1(ScUndoAutoFormat, SfxUndoAction); 67 TYPEINIT1(ScUndoReplace, SfxUndoAction); 68 TYPEINIT1(ScUndoTabOp, SfxUndoAction); 71 TYPEINIT1(ScUndoRefreshLink, SfxUndoAction); 72 TYPEINIT1(ScUndoInsertAreaLink, SfxUndoAction); [all …]
|
H A D | undobase.cxx | 47 TYPEINIT1(ScSimpleUndo, SfxUndoAction); 51 TYPEINIT1(ScUndoWrapper, SfxUndoAction); 79 sal_Bool __EXPORT ScSimpleUndo::Merge( SfxUndoAction *pNextAction ) in Merge() 483 ScUndoWrapper::ScUndoWrapper( SfxUndoAction* pUndo ) : in ScUndoWrapper() 530 sal_Bool ScUndoWrapper::Merge( SfxUndoAction* pNextAction ) in Merge()
|
H A D | undodraw.cxx | 38 TYPEINIT1(ScUndoDraw, SfxUndoAction); 42 ScUndoDraw::ScUndoDraw( SfxUndoAction* pUndo, ScDocShell* pDocSh ) : in ScUndoDraw() 90 sal_Bool __EXPORT ScUndoDraw::Merge( SfxUndoAction* pNextAction ) in Merge()
|
H A D | undoblk.cxx | 66 TYPEINIT1(ScUndoInsertCells, SfxUndoAction); 67 TYPEINIT1(ScUndoDeleteCells, SfxUndoAction); 68 TYPEINIT1(ScUndoDeleteMulti, SfxUndoAction); 70 TYPEINIT1(ScUndoPaste, SfxUndoAction); 71 TYPEINIT1(ScUndoDragDrop, SfxUndoAction); 72 TYPEINIT1(ScUndoListNames, SfxUndoAction); 73 TYPEINIT1(ScUndoUseScenario, SfxUndoAction); 74 TYPEINIT1(ScUndoSelectionStyle, SfxUndoAction); 79 TYPEINIT1(ScUndoRemoveBreaks, SfxUndoAction); 139 sal_Bool ScUndoInsertCells::Merge( SfxUndoAction* pNextAction ) in Merge() [all …]
|
/aoo41x/main/editeng/source/outliner/ |
H A D | outlundo.hxx | 84 using SfxUndoAction::Repeat; 103 using SfxUndoAction::Repeat; 122 using SfxUndoAction::Repeat;
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdmodel.cxx | 385 delete (SfxUndoAction*) pUndoStack->Remove(pUndoStack->Count()); in SetMaxUndoActionCount() 394 delete (SfxUndoAction*) pUndoStack->Remove(pUndoStack->Count()-1); in ClearUndoBuffer() 401 delete (SfxUndoAction*) pRedoStack->Remove(pRedoStack->Count()-1); in ClearUndoBuffer() 417 SfxUndoAction* pDo=(SfxUndoAction*)GetUndoAction(0); in Undo() 441 SfxUndoAction* pDo=(SfxUndoAction*)GetRedoAction(0); in Redo() 465 SfxUndoAction* pDo=(SfxUndoAction*)GetUndoAction(0); in Repeat() 494 delete (SfxUndoAction*)pUndoStack->Remove(pUndoStack->Count()-1); in ImpPostUndoAction()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdmodel.hxx | 75 class SfxUndoAction; 601 …const SfxUndoAction* GetUndoAction(sal_uIntPtr nNum) const { return (SfxUndoAction*)(pUndoStack!=… in GetUndoAction() 604 …const SfxUndoAction* GetRedoAction(sal_uIntPtr nNum) const { return (SfxUndoAction*)(pRedoStack!=… in GetRedoAction()
|
/aoo41x/main/svx/source/table/ |
H A D | tableundo.hxx | 54 virtual sal_Bool Merge( SfxUndoAction *pNextAction ); 171 virtual sal_Bool Merge( SfxUndoAction *pNextAction ); 203 virtual sal_Bool Merge( SfxUndoAction *pNextAction );
|
H A D | tableundo.cxx | 106 sal_Bool CellUndo::Merge( SfxUndoAction *pNextAction ) in Merge() 412 sal_Bool TableColumnUndo::Merge( SfxUndoAction *pNextAction ) in Merge() 481 sal_Bool TableRowUndo::Merge( SfxUndoAction *pNextAction ) in Merge()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | singledoccontroller.hxx | 35 class SfxUndoAction; 70 void addUndoActionAndInvalidate( SfxUndoAction* pAction );
|
H A D | JoinTableView.hxx | 55 class SfxUndoAction; 327 void invalidateAndModify(SfxUndoAction *_pAction=NULL);
|
H A D | GeneralUndo.hxx | 39 class OCommentUndoAction : public SfxUndoAction
|
/aoo41x/main/svtools/source/edit/ |
H A D | textundo.cxx | 35 TYPEINIT1( TextUndo, SfxUndoAction ); 253 sal_Bool __EXPORT TextUndoInsertChars::Merge( SfxUndoAction* pNextAction ) in Merge()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 43 class SfxUndoAction; 156 void ImpRemoveChars( const TextPaM& rPaM, sal_uInt16 nChars, SfxUndoAction* pCurUndo = 0 );
|
/aoo41x/main/sd/source/ui/func/ |
H A D | sdundo.cxx | 31 TYPEINIT1(SdUndoAction, SfxUndoAction);
|
/aoo41x/main/starmath/inc/ |
H A D | action.hxx | 32 class SmFormatAction: public SfxUndoAction
|
/aoo41x/main/sd/inc/ |
H A D | sdundo.hxx | 32 class SD_DLLPUBLIC SdUndoAction : public SfxUndoAction
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | sdundogr.hxx | 41 virtual sal_Bool Merge( SfxUndoAction* pNextAction );
|