Home
last modified time | relevance | path

Searched refs:mpUndoPresObj (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/core/undo/
H A Dundoobjects.cxx40 , mpUndoPresObj(0) in UndoRemovePresObjectImpl()
46 mpUndoPresObj = new UndoObjectPresentationKind( rObject ); in UndoRemovePresObjectImpl()
66 delete mpUndoPresObj; in ~UndoRemovePresObjectImpl()
76 if( mpUndoPresObj ) in Undo()
77 mpUndoPresObj->Undo(); in Undo()
88 if( mpUndoPresObj ) in Redo()
89 mpUndoPresObj->Redo(); in Redo()
/trunk/main/sd/inc/undo/
H A Dundoobjects.hxx53 SfxUndoAction* mpUndoPresObj; member in sd::UndoRemovePresObjectImpl

Completed in 7 milliseconds