|
| UndoManagerContextListener (const Reference< XUndoManager > &i_undoManager) |
|
void | finish () |
|
virtual void SAL_CALL | undoActionAdded (const UndoManagerEvent &i_event) override |
|
virtual void SAL_CALL | actionUndone (const UndoManagerEvent &i_event) override |
|
virtual void SAL_CALL | actionRedone (const UndoManagerEvent &i_event) override |
|
virtual void SAL_CALL | allActionsCleared (const EventObject &i_event) override |
|
virtual void SAL_CALL | redoActionsCleared (const EventObject &i_event) override |
|
virtual void SAL_CALL | resetAll (const EventObject &i_event) override |
|
virtual void SAL_CALL | enteredContext (const UndoManagerEvent &i_event) override |
|
virtual void SAL_CALL | enteredHiddenContext (const UndoManagerEvent &i_event) override |
|
virtual void SAL_CALL | leftContext (const UndoManagerEvent &i_event) override |
|
virtual void SAL_CALL | leftHiddenContext (const UndoManagerEvent &i_event) override |
|
virtual void SAL_CALL | cancelledContext (const UndoManagerEvent &i_event) override |
|
virtual void SAL_CALL | disposing (const EventObject &i_event) override |
|
Definition at line 46 of file documentundoguard.cxx.
◆ UndoManagerContextListener()
framework::UndoManagerContextListener::UndoManagerContextListener |
( |
const Reference< XUndoManager > & |
i_undoManager | ) |
|
|
inlineexplicit |
◆ actionRedone()
void SAL_CALL framework::UndoManagerContextListener::actionRedone |
( |
const UndoManagerEvent & |
i_event | ) |
|
|
overridevirtual |
◆ actionUndone()
void SAL_CALL framework::UndoManagerContextListener::actionUndone |
( |
const UndoManagerEvent & |
i_event | ) |
|
|
overridevirtual |
◆ allActionsCleared()
void SAL_CALL framework::UndoManagerContextListener::allActionsCleared |
( |
const EventObject & |
i_event | ) |
|
|
overridevirtual |
◆ cancelledContext()
void SAL_CALL framework::UndoManagerContextListener::cancelledContext |
( |
const UndoManagerEvent & |
i_event | ) |
|
|
overridevirtual |
◆ disposing()
void SAL_CALL framework::UndoManagerContextListener::disposing |
( |
const EventObject & |
i_event | ) |
|
|
overridevirtual |
◆ enteredContext()
void SAL_CALL framework::UndoManagerContextListener::enteredContext |
( |
const UndoManagerEvent & |
i_event | ) |
|
|
overridevirtual |
◆ enteredHiddenContext()
void SAL_CALL framework::UndoManagerContextListener::enteredHiddenContext |
( |
const UndoManagerEvent & |
i_event | ) |
|
|
overridevirtual |
◆ finish()
void framework::UndoManagerContextListener::finish |
( |
| ) |
|
|
inline |
◆ leftContext()
void SAL_CALL framework::UndoManagerContextListener::leftContext |
( |
const UndoManagerEvent & |
i_event | ) |
|
|
overridevirtual |
◆ leftHiddenContext()
void SAL_CALL framework::UndoManagerContextListener::leftHiddenContext |
( |
const UndoManagerEvent & |
i_event | ) |
|
|
overridevirtual |
◆ redoActionsCleared()
void SAL_CALL framework::UndoManagerContextListener::redoActionsCleared |
( |
const EventObject & |
i_event | ) |
|
|
overridevirtual |
◆ resetAll()
void SAL_CALL framework::UndoManagerContextListener::resetAll |
( |
const EventObject & |
i_event | ) |
|
|
overridevirtual |
◆ undoActionAdded()
void SAL_CALL framework::UndoManagerContextListener::undoActionAdded |
( |
const UndoManagerEvent & |
i_event | ) |
|
|
overridevirtual |
◆ m_documentDisposed
bool framework::UndoManagerContextListener::m_documentDisposed |
|
private |
◆ m_nRelativeContextDepth
oslInterlockedCount framework::UndoManagerContextListener::m_nRelativeContextDepth |
|
private |
◆ m_xUndoManager
Reference< XUndoManager > const framework::UndoManagerContextListener::m_xUndoManager |
|
private |
The documentation for this class was generated from the following file: