/aoo42x/main/UnoControls/source/base/ |
H A D | multiplexer.cxx | 232 EventObject aEvent ; in disposeAndClear() 351 void OMRCListenerMultiplexerHelper::windowShown(const EventObject& aEvent ) throw( UNO3_RUNTIMEEXCE… in windowShown() 353 MULTIPLEX( XWindowListener, windowShown, EventObject, aEvent ) in windowShown() 362 MULTIPLEX( XWindowListener, windowHidden, EventObject, aEvent ) in windowHidden() 452 MULTIPLEX( XTopWindowListener, windowOpened, EventObject, aEvent ) in windowOpened() 461 MULTIPLEX( XTopWindowListener, windowClosing, EventObject, aEvent ) in windowClosing() 470 MULTIPLEX( XTopWindowListener, windowClosed, EventObject, aEvent ) in windowClosed() 479 MULTIPLEX( XTopWindowListener, windowMinimized, EventObject, aEvent ) in windowMinimized() 488 MULTIPLEX( XTopWindowListener, windowNormalized, EventObject, aEvent ) in windowNormalized() 497 MULTIPLEX( XTopWindowListener, windowActivated, EventObject, aEvent ) in windowActivated() [all …]
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | controllerframe.cxx | 76 using ::com::sun::star::lang::EventObject; 97 …virtual void SAL_CALL windowOpened( const ::com::sun::star::lang::EventObject& e ) throw (::com::s… 99 …virtual void SAL_CALL windowClosed( const ::com::sun::star::lang::EventObject& e ) throw (::com::s… 322 …void SAL_CALL FrameWindowActivationListener::windowOpened( const EventObject& /*_rEvent*/ ) throw … in windowOpened() argument 328 …void SAL_CALL FrameWindowActivationListener::windowClosing( const EventObject& /*_rEvent*/ ) throw… in windowClosing() argument 334 …void SAL_CALL FrameWindowActivationListener::windowClosed( const EventObject& /*_rEvent*/ ) throw … in windowClosed() argument 340 …void SAL_CALL FrameWindowActivationListener::windowMinimized( const EventObject& /*_rEvent*/ ) thr… in windowMinimized() argument 346 …void SAL_CALL FrameWindowActivationListener::windowNormalized( const EventObject& /*_rEvent*/ ) th… in windowNormalized() argument 352 …void SAL_CALL FrameWindowActivationListener::windowActivated( const EventObject& /*_rEvent*/ ) thr… in windowActivated() argument 359 …void SAL_CALL FrameWindowActivationListener::windowDeactivated( const EventObject& /*_rEvent*/ ) t… in windowDeactivated() argument [all …]
|
/aoo42x/main/extensions/source/bibliography/ |
H A D | loadlisteneradapter.hxx | 59 …virtual void _disposing( const ::com::sun::star::lang::EventObject& _rSource ) throw( ::com::sun::… 118 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw( ::com… 132 virtual void _loaded( const ::com::sun::star::lang::EventObject& aEvent ) = 0; 133 virtual void _unloading( const ::com::sun::star::lang::EventObject& aEvent ) = 0; 134 virtual void _unloaded( const ::com::sun::star::lang::EventObject& aEvent ) = 0; 135 virtual void _reloading( const ::com::sun::star::lang::EventObject& aEvent ) = 0; 136 virtual void _reloaded( const ::com::sun::star::lang::EventObject& aEvent ) = 0; 169 …virtual void SAL_CALL loaded( const ::com::sun::star::lang::EventObject& aEvent ) throw (::com::su… 170 …virtual void SAL_CALL unloading( const ::com::sun::star::lang::EventObject& aEvent ) throw (::com:… 171 …virtual void SAL_CALL unloaded( const ::com::sun::star::lang::EventObject& aEvent ) throw (::com::… [all …]
|
H A D | loadlisteneradapter.cxx | 53 void OComponentListener::_disposing( const EventObject& /*_rSource*/ ) throw( RuntimeException) in _disposing() argument 133 …void SAL_CALL OComponentAdapterBase::disposing( const EventObject& _rSource ) throw( RuntimeExcept… in disposing() 184 …void SAL_CALL OLoadListenerAdapter::disposing( const EventObject& _rSource ) throw( RuntimeExcept… in disposing() 198 void SAL_CALL OLoadListenerAdapter::loaded( const EventObject& _rEvent ) throw (RuntimeException) in loaded() 205 …void SAL_CALL OLoadListenerAdapter::unloading( const EventObject& _rEvent ) throw (RuntimeExceptio… in unloading() 212 void SAL_CALL OLoadListenerAdapter::unloaded( const EventObject& _rEvent ) throw (RuntimeException) in unloaded() 219 …void SAL_CALL OLoadListenerAdapter::reloading( const EventObject& _rEvent ) throw (RuntimeExceptio… in reloading() 226 void SAL_CALL OLoadListenerAdapter::reloaded( const EventObject& _rEvent ) throw (RuntimeException) in reloaded()
|
/aoo42x/main/dbaccess/source/ui/browser/ |
H A D | sbamultiplex.cxx | 50 …oadMultiplexer, ::com::sun::star::form::XLoadListener, loaded, ::com::sun::star::lang::EventObject) 51 …dMultiplexer, ::com::sun::star::form::XLoadListener, unloaded, ::com::sun::star::lang::EventObject) 52 …Multiplexer, ::com::sun::star::form::XLoadListener, unloading, ::com::sun::star::lang::EventObject) 53 …Multiplexer, ::com::sun::star::form::XLoadListener, reloading, ::com::sun::star::lang::EventObject) 54 …dMultiplexer, ::com::sun::star::form::XLoadListener, reloaded, ::com::sun::star::lang::EventObject) 58 …iplexer, ::com::sun::star::sdbc::XRowSetListener, cursorMoved, ::com::sun::star::lang::EventObject) 59 …tiplexer, ::com::sun::star::sdbc::XRowSetListener, rowChanged, ::com::sun::star::lang::EventObject) 60 …lexer, ::com::sun::star::sdbc::XRowSetListener, rowSetChanged, ::com::sun::star::lang::EventObject) 78 …lexer, ::com::sun::star::form::XSubmitListener, approveSubmit, ::com::sun::star::lang::EventObject) 82 …iplexer, ::com::sun::star::form::XResetListener, approveReset, ::com::sun::star::lang::EventObject) [all …]
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | sbamultiplex.hxx | 345 ::com::sun::star::lang::EventObject aEvt(m_rParent); \ 427 DECLARE_MULTIPLEXER_VOID_METHOD(loaded, ::com::sun::star::lang::EventObject) 428 DECLARE_MULTIPLEXER_VOID_METHOD(unloaded, ::com::sun::star::lang::EventObject) 429 DECLARE_MULTIPLEXER_VOID_METHOD(unloading, ::com::sun::star::lang::EventObject) 430 DECLARE_MULTIPLEXER_VOID_METHOD(reloading, ::com::sun::star::lang::EventObject) 431 DECLARE_MULTIPLEXER_VOID_METHOD(reloaded, ::com::sun::star::lang::EventObject) 441 DECLARE_MULTIPLEXER_BOOL_METHOD(approveSubmit, ::com::sun::star::lang::EventObject) 446 DECLARE_MULTIPLEXER_BOOL_METHOD(approveReset, ::com::sun::star::lang::EventObject) 447 DECLARE_MULTIPLEXER_VOID_METHOD(resetted, ::com::sun::star::lang::EventObject) 452 DECLARE_MULTIPLEXER_VOID_METHOD(cursorMoved, ::com::sun::star::lang::EventObject) [all …]
|
H A D | brwctrlr.hxx | 174 …virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source) throw( ::com::s… 177 …virtual void SAL_CALL modified(const ::com::sun::star::lang::EventObject& aEvent) throw( ::com::su… 214 …virtual void SAL_CALL loaded(const ::com::sun::star::lang::EventObject& aEvent) throw( ::com::sun:… 215 …virtual void SAL_CALL unloading(const ::com::sun::star::lang::EventObject& aEvent) throw( ::com::s… 216 …virtual void SAL_CALL unloaded(const ::com::sun::star::lang::EventObject& aEvent) throw( ::com::su… 218 …virtual void SAL_CALL reloaded(const ::com::sun::star::lang::EventObject& aEvent) throw( ::com::su… 222 …virtual void SAL_CALL resetted(const ::com::sun::star::lang::EventObject& rEvent) throw( ::com::su… 267 …virtual void disposingGridControl(const ::com::sun::star::lang::EventObject& Source); // calls rem… 268 …virtual void disposingGridModel(const ::com::sun::star::lang::EventObject& Source); // calls remo… 269 virtual void disposingFormModel(const ::com::sun::star::lang::EventObject& Source); [all …]
|
/aoo42x/main/forms/source/helper/ |
H A D | windowstateguard.cxx | 49 using ::com::sun::star::lang::EventObject; 80 …virtual void SAL_CALL windowEnabled( const ::com::sun::star::lang::EventObject& e ) throw (::com::… 81 …virtual void SAL_CALL windowDisabled( const ::com::sun::star::lang::EventObject& e ) throw (::com:… 86 …virtual void SAL_CALL windowShown( const ::com::sun::star::lang::EventObject& e ) throw (::com::su… 87 …virtual void SAL_CALL windowHidden( const ::com::sun::star::lang::EventObject& e ) throw (::com::s… 90 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com:… 154 …void SAL_CALL WindowStateGuard_Impl::windowEnabled( const EventObject& /*e*/ ) throw (RuntimeExcep… in windowEnabled() argument 160 …void SAL_CALL WindowStateGuard_Impl::windowDisabled( const EventObject& /*e*/ ) throw (RuntimeExce… in windowDisabled() argument 178 …void SAL_CALL WindowStateGuard_Impl::windowShown( const EventObject& /*e*/ ) throw (RuntimeExcepti… in windowShown() argument 184 …void SAL_CALL WindowStateGuard_Impl::windowHidden( const EventObject& /*e*/ ) throw (RuntimeExcept… in windowHidden() argument [all …]
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbaeventshelper.cxx | 136 …virtual void SAL_CALL windowOpened( const lang::EventObject& rEvent ) throw (uno::RuntimeException… 137 …virtual void SAL_CALL windowClosing( const lang::EventObject& rEvent ) throw (uno::RuntimeExceptio… 138 …virtual void SAL_CALL windowClosed( const lang::EventObject& rEvent ) throw (uno::RuntimeException… 139 …virtual void SAL_CALL windowMinimized( const lang::EventObject& rEvent ) throw (uno::RuntimeExcept… 140 …virtual void SAL_CALL windowNormalized( const lang::EventObject& rEvent ) throw (uno::RuntimeExcep… 141 …virtual void SAL_CALL windowActivated( const lang::EventObject& rEvent ) throw (uno::RuntimeExcept… 142 …virtual void SAL_CALL windowDeactivated( const lang::EventObject& rEvent ) throw (uno::RuntimeExce… 147 …virtual void SAL_CALL windowShown( const lang::EventObject& rEvent ) throw (uno::RuntimeException); 148 …virtual void SAL_CALL windowHidden( const lang::EventObject& rEvent ) throw (uno::RuntimeException… 157 … virtual void SAL_CALL disposing( const lang::EventObject& rEvent ) throw (uno::RuntimeException); [all …]
|
/aoo42x/main/toolkit/test/accessibility/ |
H A D | QueuedTopWindowListener.java | 23 import com.sun.star.lang.EventObject; 33 public void windowOpened (final com.sun.star.lang.EventObject aEvent) throws RuntimeException in windowOpened() 48 public void windowClosing (final com.sun.star.lang.EventObject aEvent) throws RuntimeException in windowClosing() 56 public void windowClosed (final com.sun.star.lang.EventObject aEvent) throws RuntimeException in windowClosed() 71 public void windowMinimized (final com.sun.star.lang.EventObject aEvent) in windowMinimized() 77 public void windowNormalized (final com.sun.star.lang.EventObject aEvent) in windowNormalized() 83 public void windowActivated (final com.sun.star.lang.EventObject aEvent) in windowActivated() 89 public void windowDeactivated (final com.sun.star.lang.EventObject aEvent) in windowDeactivated() 95 public void disposing( final EventObject aEvent) in disposing()
|
/aoo42x/main/odk/examples/DevelopersGuide/Accessibility/ |
H A D | EventListenerProxy.java | 27 import com.sun.star.lang.EventObject; 135 public void disposing( final EventObject aEvent) in disposing() 158 public void windowOpened (final com.sun.star.lang.EventObject aEvent) in windowOpened() 172 public void windowClosing (final com.sun.star.lang.EventObject aEvent) in windowClosing() 176 public void windowClosed (final com.sun.star.lang.EventObject aEvent) in windowClosed() 190 public void windowMinimized (com.sun.star.lang.EventObject aEvent) in windowMinimized() 194 public void windowNormalized (com.sun.star.lang.EventObject aEvent) in windowNormalized() 198 public void windowActivated (com.sun.star.lang.EventObject aEvent) in windowActivated() 202 public void windowDeactivated (com.sun.star.lang.EventObject aEvent) in windowDeactivated()
|
/aoo42x/main/qadevOOo/tests/java/ifc/awt/ |
H A D | _XTopWindow.java | 33 import com.sun.star.lang.EventObject; 73 public void windowOpened(EventObject e) { in windowOpened() 76 public void windowClosing(EventObject e) { in windowClosing() 79 public void windowClosed(EventObject e) { in windowClosed() 82 public void windowMinimized(EventObject e) { in windowMinimized() 85 public void windowNormalized(EventObject e) { in windowNormalized() 88 public void windowActivated(EventObject e) { in windowActivated() 92 public void windowDeactivated(EventObject e) { in windowDeactivated() 96 public void disposing(EventObject e) {} in disposing()
|
/aoo42x/main/svx/inc/svx/ |
H A D | fmgridif.hxx | 88 …virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source) throw(::com::su… 91 …virtual void SAL_CALL modified(const ::com::sun::star::lang::EventObject& Source) throw(::com::sun… 112 …virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source) throw(::com::su… 115 …virtual sal_Bool SAL_CALL approveUpdate(const ::com::sun::star::lang::EventObject &) throw(::com::… 116 …virtual void SAL_CALL updated(const ::com::sun::star::lang::EventObject &) throw(::com::sun::star:… 137 …virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source) throw(::com::su… 161 …virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source) throw(::com::su… 184 …virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source) throw(::com::su… 405 …virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source) throw(::com::su… 427 …virtual void SAL_CALL loaded(const ::com::sun::star::lang::EventObject& rEvent) throw(::com::sun::… [all …]
|
/aoo42x/main/winaccessibility/inc/ |
H A D | AccTopWindowListener.hxx | 50 …virtual void SAL_CALL windowOpened( const ::com::sun::star::lang::EventObject& e ) throw (::com::s… 51 …virtual void SAL_CALL windowClosing( const ::com::sun::star::lang::EventObject& e ) throw (::com::… 52 …virtual void SAL_CALL windowClosed( const ::com::sun::star::lang::EventObject& e ) throw (::com::s… 53 …virtual void SAL_CALL windowMinimized( const ::com::sun::star::lang::EventObject& e ) throw (::com… 54 …virtual void SAL_CALL windowNormalized( const ::com::sun::star::lang::EventObject& e ) throw (::co… 55 …virtual void SAL_CALL windowActivated( const ::com::sun::star::lang::EventObject& e ) throw (::com… 56 …virtual void SAL_CALL windowDeactivated( const ::com::sun::star::lang::EventObject& e ) throw (::c… 57 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com:…
|
/aoo42x/main/framework/source/fwe/helper/ |
H A D | documentundoguard.cxx | 56 using ::com::sun::star::lang::EventObject; 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); 114 virtual void SAL_CALL disposing( const EventObject& i_event ) throw (RuntimeException); 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() 200 …void SAL_CALL UndoManagerContextListener::disposing( const EventObject& i_event ) throw (RuntimeEx… in disposing()
|
/aoo42x/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | WikiDialog.java | 41 import com.sun.star.lang.EventObject; 120 public boolean callHandlerMethod( XDialog xDialog, Object EventObject, String MethodName ) in callHandlerMethod() argument 297 public void windowOpened( EventObject e ) in windowOpened() 300 public void windowClosing( EventObject e ) in windowClosing() 303 public void windowClosed( EventObject e ) in windowClosed() 306 public void windowMinimized( EventObject e ) in windowMinimized() 309 public void windowNormalized( EventObject e ) in windowNormalized() 312 public void windowActivated( EventObject e ) in windowActivated() 315 public void windowDeactivated( EventObject e ) in windowDeactivated() 318 public void disposing( EventObject e ) in disposing()
|
/aoo42x/main/framework/inc/services/ |
H A D | frame.hxx | 260 … SAL_CALL windowShown ( const css::lang::EventObject& … 261 … SAL_CALL windowHidden ( const css::lang::EventObject& … 274 …virtual void SAL_CALL windowActivated ( const css::lang::EventObject& aE… 275 …virtual void SAL_CALL windowDeactivated ( const css::lang::EventObject& … 276 …virtual void SAL_CALL windowOpened ( const css::lang::EventObject& /*aE… in windowOpened() argument 279 …virtual void SAL_CALL windowMinimized ( const css::lang::EventObject& /*… in windowMinimized() argument 280 …virtual void SAL_CALL windowNormalized ( const css::lang::EventObject& /… in windowNormalized() argument 285 …virtual void SAL_CALL disposing ( const css::lang::EventObject& aEvent… 401 …Bool implcp_windowActivated ( const css::lang::EventObject& … 402 …Bool implcp_windowDeactivated ( const css::lang::EventObject& … [all …]
|
/aoo42x/main/fpicker/source/unx/gnome/ |
H A D | SalGtkPicker.hxx | 94 virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& ) in disposing() argument 96 virtual void SAL_CALL windowOpened( const ::com::sun::star::lang::EventObject& e ) 98 virtual void SAL_CALL windowClosing( const ::com::sun::star::lang::EventObject& ) in windowClosing() argument 100 virtual void SAL_CALL windowClosed( const ::com::sun::star::lang::EventObject& ) in windowClosed() argument 102 virtual void SAL_CALL windowMinimized( const ::com::sun::star::lang::EventObject& ) in windowMinimized() argument 104 virtual void SAL_CALL windowNormalized( const ::com::sun::star::lang::EventObject& ) in windowNormalized() argument 106 virtual void SAL_CALL windowActivated( const ::com::sun::star::lang::EventObject& ) in windowActivated() argument 108 virtual void SAL_CALL windowDeactivated( const ::com::sun::star::lang::EventObject& ) in windowDeactivated() argument
|
/aoo42x/main/odk/examples/DevelopersGuide/Database/ |
H A D | RowSetEventListener.java | 27 import com.sun.star.lang.EventObject; 32 public void disposing(com.sun.star.lang.EventObject event) in disposing() 37 public boolean approveCursorMove(EventObject event) in approveCursorMove() 47 public boolean approveRowSetChange(EventObject event) in approveRowSetChange() 54 public void cursorMoved(com.sun.star.lang.EventObject event) in cursorMoved() 58 public void rowChanged(com.sun.star.lang.EventObject event) in rowChanged() 62 public void rowSetChanged(com.sun.star.lang.EventObject event) in rowSetChanged()
|
/aoo42x/main/framework/inc/tabwin/ |
H A D | tabwindow.hxx | 120 …virtual void SAL_CALL disposing( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeEx… 125 …virtual void SAL_CALL windowOpened( const ::com::sun::star::lang::EventObject& e ) throw (::com::s… 126 …virtual void SAL_CALL windowClosing( const ::com::sun::star::lang::EventObject& e ) throw (::com::… 127 …virtual void SAL_CALL windowClosed( const ::com::sun::star::lang::EventObject& e ) throw (::com::s… 128 …virtual void SAL_CALL windowMinimized( const ::com::sun::star::lang::EventObject& e ) throw (::com… 129 …virtual void SAL_CALL windowNormalized( const ::com::sun::star::lang::EventObject& e ) throw (::co… 130 …virtual void SAL_CALL windowActivated( const ::com::sun::star::lang::EventObject& e ) throw (::com… 131 …virtual void SAL_CALL windowDeactivated( const ::com::sun::star::lang::EventObject& e ) throw (::c… 138 …virtual void SAL_CALL windowShown( const css::lang::EventObject& aEvent ) throw( css::uno::Runtime… 139 …virtual void SAL_CALL windowHidden( const css::lang::EventObject& aEvent ) throw( css::uno::Runtim…
|
/aoo42x/main/extensions/source/update/check/ |
H A D | updatehdl.hxx | 196 …virtual void SAL_CALL disposing( const com::sun::star::lang::EventObject &rObj ) throw( com::sun… 200 …virtual void SAL_CALL windowOpened( const ::com::sun::star::lang::EventObject& e ) throw (::com:… 201 …virtual void SAL_CALL windowClosing( const ::com::sun::star::lang::EventObject& e ) throw (::com… 202 …virtual void SAL_CALL windowClosed( const ::com::sun::star::lang::EventObject& e ) throw (::com:… 203 …virtual void SAL_CALL windowMinimized( const ::com::sun::star::lang::EventObject& e ) throw (::c… 204 …virtual void SAL_CALL windowNormalized( const ::com::sun::star::lang::EventObject& e ) throw (::… 205 …virtual void SAL_CALL windowActivated( const ::com::sun::star::lang::EventObject& e ) throw (::c… 206 …virtual void SAL_CALL windowDeactivated( const ::com::sun::star::lang::EventObject& e ) throw (:… 213 …virtual void SAL_CALL queryTermination( const ::com::sun::star::lang::EventObject& e ) throw (::co… 214 …virtual void SAL_CALL notifyTermination( const ::com::sun::star::lang::EventObject& e ) throw (::c…
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XTopWindowListener.idl | 31 #include <com/sun/star/lang/EventObject.idl> 51 [oneway] void windowOpened( [in] com::sun::star::lang::EventObject e ); 59 [oneway] void windowClosing( [in] com::sun::star::lang::EventObject e ); 65 [oneway] void windowClosed( [in] com::sun::star::lang::EventObject e ); 71 [oneway] void windowMinimized( [in] com::sun::star::lang::EventObject e ); 77 [oneway] void windowNormalized( [in] com::sun::star::lang::EventObject e ); 83 [oneway] void windowActivated( [in] com::sun::star::lang::EventObject e ); 89 [oneway] void windowDeactivated( [in] com::sun::star::lang::EventObject e );
|
/aoo42x/main/qadevOOo/tests/java/ifc/form/ |
H A D | _XReset.java | 30 import com.sun.star.lang.EventObject; 69 public void disposing ( EventObject oEvent ) {} in disposing() 70 public boolean approveReset ( EventObject oEvent ) { in approveReset() 75 public void resetted ( EventObject oEvent ) { in resetted() 88 public void disposing ( EventObject oEvent ) {} in disposing() 89 public boolean approveReset ( EventObject oEvent ) { in approveReset() 94 public void resetted ( EventObject oEvent ) { in resetted()
|
/aoo42x/main/dbaccess/qa/complex/dbaccess/ |
H A D | RowSetEventListener.java | 29 import com.sun.star.lang.EventObject; 61 public void disposing(com.sun.star.lang.EventObject event) in disposing() 65 public boolean approveCursorMove(EventObject event) in approveCursorMove() 75 public boolean approveRowSetChange(EventObject event) in approveRowSetChange() 81 public void cursorMoved(com.sun.star.lang.EventObject event) in cursorMoved() 85 public void rowChanged(com.sun.star.lang.EventObject event) in rowChanged() 89 public void rowSetChanged(com.sun.star.lang.EventObject event) in rowSetChanged()
|
/aoo42x/main/toolkit/source/helper/ |
H A D | listenermultiplexer.cxx | 66 void EventListenerMultiplexer::disposing( const ::com::sun::star::lang::EventObject& ) throw(::com:… in disposing() argument 83 …iplexer, ::com::sun::star::awt::XWindowListener, windowShown, ::com::sun::star::lang::EventObject ) 84 …plexer, ::com::sun::star::awt::XWindowListener, windowHidden, ::com::sun::star::lang::EventObject ) 126 …xer, ::com::sun::star::awt::XTopWindowListener, windowOpened, ::com::sun::star::lang::EventObject ) 127 …er, ::com::sun::star::awt::XTopWindowListener, windowClosing, ::com::sun::star::lang::EventObject ) 128 …xer, ::com::sun::star::awt::XTopWindowListener, windowClosed, ::com::sun::star::lang::EventObject ) 129 …, ::com::sun::star::awt::XTopWindowListener, windowMinimized, ::com::sun::star::lang::EventObject ) 130 … ::com::sun::star::awt::XTopWindowListener, windowNormalized, ::com::sun::star::lang::EventObject ) 131 …, ::com::sun::star::awt::XTopWindowListener, windowActivated, ::com::sun::star::lang::EventObject ) 132 …::com::sun::star::awt::XTopWindowListener, windowDeactivated, ::com::sun::star::lang::EventObject ) [all …]
|