Lines Matching refs:i_event

101 … virtual void SAL_CALL undoActionAdded( const UndoManagerEvent& i_event ) throw (RuntimeException);
102 … virtual void SAL_CALL actionUndone( const UndoManagerEvent& i_event ) throw (RuntimeException);
103 … virtual void SAL_CALL actionRedone( const UndoManagerEvent& i_event ) throw (RuntimeException);
104 … virtual void SAL_CALL allActionsCleared( const EventObject& i_event ) throw (RuntimeException);
105 … virtual void SAL_CALL redoActionsCleared( const EventObject& i_event ) throw (RuntimeException);
106 virtual void SAL_CALL resetAll( const EventObject& i_event ) throw (RuntimeException);
107 … virtual void SAL_CALL enteredContext( const UndoManagerEvent& i_event ) throw (RuntimeException);
108 …virtual void SAL_CALL enteredHiddenContext( const UndoManagerEvent& i_event ) throw (RuntimeExcept…
109 … virtual void SAL_CALL leftContext( const UndoManagerEvent& i_event ) throw (RuntimeException);
110 …virtual void SAL_CALL leftHiddenContext( const UndoManagerEvent& i_event ) throw (RuntimeException…
111 …virtual void SAL_CALL cancelledContext( const UndoManagerEvent& i_event ) throw (RuntimeException);
114 virtual void SAL_CALL disposing( const EventObject& i_event ) throw (RuntimeException);
123 …void SAL_CALL UndoManagerContextListener::undoActionAdded( const UndoManagerEvent& i_event ) throw… in undoActionAdded() argument
125 (void)i_event; in undoActionAdded()
130 …void SAL_CALL UndoManagerContextListener::actionUndone( const UndoManagerEvent& i_event ) throw (R… in actionUndone() argument
132 (void)i_event; in actionUndone()
137 …void SAL_CALL UndoManagerContextListener::actionRedone( const UndoManagerEvent& i_event ) throw (R… in actionRedone() argument
139 (void)i_event; in actionRedone()
144 …void SAL_CALL UndoManagerContextListener::allActionsCleared( const EventObject& i_event ) throw (R… in allActionsCleared() argument
146 (void)i_event; in allActionsCleared()
151 …void SAL_CALL UndoManagerContextListener::redoActionsCleared( const EventObject& i_event ) throw (… in redoActionsCleared() argument
153 (void)i_event; in redoActionsCleared()
158 …void SAL_CALL UndoManagerContextListener::resetAll( const EventObject& i_event ) throw (RuntimeExc… in resetAll() argument
160 (void)i_event; in resetAll()
165 …void SAL_CALL UndoManagerContextListener::enteredContext( const UndoManagerEvent& i_event ) throw … in enteredContext() argument
167 (void)i_event; in enteredContext()
172 …void SAL_CALL UndoManagerContextListener::enteredHiddenContext( const UndoManagerEvent& i_event ) … in enteredHiddenContext() argument
174 (void)i_event; in enteredHiddenContext()
179 …void SAL_CALL UndoManagerContextListener::leftContext( const UndoManagerEvent& i_event ) throw (Ru… in leftContext() argument
181 (void)i_event; in leftContext()
186 …void SAL_CALL UndoManagerContextListener::leftHiddenContext( const UndoManagerEvent& i_event ) thr… in leftHiddenContext() argument
188 (void)i_event; in leftHiddenContext()
193 …void SAL_CALL UndoManagerContextListener::cancelledContext( const UndoManagerEvent& i_event ) thro… in cancelledContext() argument
195 (void)i_event; in cancelledContext()
200 …void SAL_CALL UndoManagerContextListener::disposing( const EventObject& i_event ) throw (RuntimeEx… in disposing() argument
202 (void)i_event; in disposing()