Lines Matching refs:UndoManagerContextListener

64     class UndoManagerContextListener : public UndoManagerContextListener_Base  class
67 UndoManagerContextListener( const Reference< XUndoManager >& i_undoManager ) in UndoManagerContextListener() function in framework::UndoManagerContextListener
79 UndoManagerContextListener() in UndoManagerContextListener() function in framework::UndoManagerContextListener
123 …void SAL_CALL UndoManagerContextListener::undoActionAdded( const UndoManagerEvent& i_event ) throw… in undoActionAdded()
130 …void SAL_CALL UndoManagerContextListener::actionUndone( const UndoManagerEvent& i_event ) throw (R… in actionUndone()
137 …void SAL_CALL UndoManagerContextListener::actionRedone( const UndoManagerEvent& i_event ) throw (R… in actionRedone()
144 …void SAL_CALL UndoManagerContextListener::allActionsCleared( const EventObject& i_event ) throw (R… in allActionsCleared()
151 …void SAL_CALL UndoManagerContextListener::redoActionsCleared( const EventObject& i_event ) throw (… in redoActionsCleared()
158 …void SAL_CALL UndoManagerContextListener::resetAll( const EventObject& i_event ) throw (RuntimeExc… in resetAll()
165 …void SAL_CALL UndoManagerContextListener::enteredContext( const UndoManagerEvent& i_event ) throw … in enteredContext()
172 …void SAL_CALL UndoManagerContextListener::enteredHiddenContext( const UndoManagerEvent& i_event ) … in enteredHiddenContext()
179 …void SAL_CALL UndoManagerContextListener::leftContext( const UndoManagerEvent& i_event ) throw (Ru… in leftContext()
186 …void SAL_CALL UndoManagerContextListener::leftHiddenContext( const UndoManagerEvent& i_event ) thr… in leftHiddenContext()
193 …void SAL_CALL UndoManagerContextListener::cancelledContext( const UndoManagerEvent& i_event ) thro… in cancelledContext()
200 …void SAL_CALL UndoManagerContextListener::disposing( const EventObject& i_event ) throw (RuntimeEx… in disposing()
212 ::rtl::Reference< UndoManagerContextListener > pContextListener;
227 … i_data.pContextListener.set( new UndoManagerContextListener( i_data.xUndoManager ) ); in lcl_init()