Home
last modified time | relevance | path

Searched refs:SfxUndoAction (Results 1 – 25 of 60) sorted by relevance

123

/trunk/main/svl/source/undo/
H A Dundo.cxx43 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 …]
/trunk/main/svl/inc/svl/
H A Dundo.hxx56 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 …]
/trunk/main/sc/source/ui/inc/
H A Dundobase.hxx40 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 Dundodraw.hxx31 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 );
/trunk/main/sw/source/core/undo/
H A Ddocundo.cxx172 SfxUndoAction *const pAction( SdrUndoManager::GetUndoAction(0) ); in GetLastUndo()
238 SfxUndoAction *const pLastUndo( in EndUndo()
248 SfxUndoAction *const pUndoAction(SdrUndoManager::GetUndoAction(0)); in EndUndo()
300 SfxUndoAction *const pAction( SdrUndoManager::GetUndoAction(0) ); in GetLastUndoInfo()
343 SfxUndoAction *const pAction( SdrUndoManager::GetRedoAction(0, CurrentLevel) ); in GetFirstRedoInfo()
410 SfxUndoAction *const pLastUndo(GetUndoAction(0)); in RemoveLastUndo()
424 void UndoManager::AddUndoAction(SfxUndoAction *pAction, sal_Bool bTryMerge) in AddUndoAction()
566 SfxUndoAction *const pRepeatAction(GetUndoAction(0)); in Repeat()
/trunk/main/sd/inc/undo/
H A Dundoobjects.hxx51 SfxUndoAction* mpUndoUsercall;
52 SfxUndoAction* mpUndoAnimation;
53 SfxUndoAction* mpUndoPresObj;
110 SfxUndoAction* mpUndoAnimation;
154 class UndoAutoLayoutPosAndSize : public SfxUndoAction
/trunk/main/sc/source/ui/undo/
H A Dundotab.cxx63 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 Dundoblk3.cxx61 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 Dundobase.cxx47 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 Dundodraw.cxx38 TYPEINIT1(ScUndoDraw, SfxUndoAction);
42 ScUndoDraw::ScUndoDraw( SfxUndoAction* pUndo, ScDocShell* pDocSh ) : in ScUndoDraw()
90 sal_Bool __EXPORT ScUndoDraw::Merge( SfxUndoAction* pNextAction ) in Merge()
H A Dundoblk.cxx66 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 …]
/trunk/main/svx/source/svdraw/
H A Dsvdmodel.cxx385 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()
/trunk/main/editeng/source/outliner/
H A Doutlundo.hxx84 using SfxUndoAction::Repeat;
103 using SfxUndoAction::Repeat;
122 using SfxUndoAction::Repeat;
/trunk/main/svx/inc/svx/
H A Dsvdmodel.hxx75 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()
/trunk/main/svx/source/table/
H A Dtableundo.hxx54 virtual sal_Bool Merge( SfxUndoAction *pNextAction );
171 virtual sal_Bool Merge( SfxUndoAction *pNextAction );
203 virtual sal_Bool Merge( SfxUndoAction *pNextAction );
H A Dtableundo.cxx106 sal_Bool CellUndo::Merge( SfxUndoAction *pNextAction ) in Merge()
417 sal_Bool TableColumnUndo::Merge( SfxUndoAction *pNextAction ) in Merge()
486 sal_Bool TableRowUndo::Merge( SfxUndoAction *pNextAction ) in Merge()
/trunk/main/dbaccess/source/ui/inc/
H A Dsingledoccontroller.hxx35 class SfxUndoAction;
70 void addUndoActionAndInvalidate( SfxUndoAction* pAction );
H A DJoinTableView.hxx55 class SfxUndoAction;
327 void invalidateAndModify(SfxUndoAction *_pAction=NULL);
H A DGeneralUndo.hxx39 class OCommentUndoAction : public SfxUndoAction
/trunk/main/svtools/source/edit/
H A Dtextundo.cxx35 TYPEINIT1( TextUndo, SfxUndoAction );
253 sal_Bool __EXPORT TextUndoInsertChars::Merge( SfxUndoAction* pNextAction ) in Merge()
/trunk/main/svtools/inc/svtools/
H A Dtexteng.hxx43 class SfxUndoAction;
156 void ImpRemoveChars( const TextPaM& rPaM, sal_uInt16 nChars, SfxUndoAction* pCurUndo = 0 );
/trunk/main/sd/source/ui/func/
H A Dsdundo.cxx31 TYPEINIT1(SdUndoAction, SfxUndoAction);
/trunk/main/starmath/inc/
H A Daction.hxx32 class SmFormatAction: public SfxUndoAction
/trunk/main/sd/source/ui/inc/
H A Dsdundogr.hxx41 virtual sal_Bool Merge( SfxUndoAction* pNextAction );
/trunk/main/sd/inc/
H A Dsdundo.hxx32 class SD_DLLPUBLIC SdUndoAction : public SfxUndoAction

Completed in 134 milliseconds

123