| /trunk/main/UnoControls/source/base/ |
| H A D | multiplexer.cxx | 232 EventObject aEvent ; in disposeAndClear() 277 void SAL_CALL OMRCListenerMultiplexerHelper::disposing( const EventObject& /*aSource*/ ) in disposing() argument 351 void OMRCListenerMultiplexerHelper::windowShown(const EventObject& aEvent ) in windowShown() 353 MULTIPLEX( XWindowListener, windowShown, EventObject, aEvent ) in windowShown() 360 void OMRCListenerMultiplexerHelper::windowHidden(const EventObject& aEvent ) in windowHidden() 362 MULTIPLEX( XWindowListener, windowHidden, EventObject, aEvent ) in windowHidden() 450 void OMRCListenerMultiplexerHelper::windowOpened(const EventObject& aEvent) in windowOpened() 452 MULTIPLEX( XTopWindowListener, windowOpened, EventObject, aEvent ) in windowOpened() 459 void OMRCListenerMultiplexerHelper::windowClosing( const EventObject& aEvent ) in windowClosing() 461 MULTIPLEX( XTopWindowListener, windowClosing, EventObject, aEvent ) in windowClosing() [all …]
|
| /trunk/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 ); 98 virtual void SAL_CALL windowClosing( const ::com::sun::star::lang::EventObject& e ); 99 virtual void SAL_CALL windowClosed( const ::com::sun::star::lang::EventObject& e ); 100 virtual void SAL_CALL windowMinimized( const ::com::sun::star::lang::EventObject& e ); 101 virtual void SAL_CALL windowNormalized( const ::com::sun::star::lang::EventObject& e ); 102 virtual void SAL_CALL windowActivated( const ::com::sun::star::lang::EventObject& e ); 103 virtual void SAL_CALL windowDeactivated( const ::com::sun::star::lang::EventObject& e ); 106 virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ); 322 void SAL_CALL FrameWindowActivationListener::windowOpened( const EventObject& /*_rEvent*/ ) in windowOpened() argument [all …]
|
| /trunk/main/extensions/source/bibliography/ |
| H A D | loadlisteneradapter.hxx | 59 virtual void _disposing( const ::com::sun::star::lang::EventObject& _rSource ); 118 virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ); 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; 166 virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& _rSource ); 169 virtual void SAL_CALL loaded( const ::com::sun::star::lang::EventObject& aEvent ); 170 virtual void SAL_CALL unloading( const ::com::sun::star::lang::EventObject& aEvent ); [all …]
|
| H A D | loadlisteneradapter.cxx | 53 void OComponentListener::_disposing( const EventObject& /*_rSource*/ ) in _disposing() argument 133 void SAL_CALL OComponentAdapterBase::disposing( const EventObject& _rSource ) in disposing() 184 void SAL_CALL OLoadListenerAdapter::disposing( const EventObject& _rSource ) in disposing() 198 void SAL_CALL OLoadListenerAdapter::loaded( const EventObject& _rEvent ) in loaded() 205 void SAL_CALL OLoadListenerAdapter::unloading( const EventObject& _rEvent ) in unloading() 212 void SAL_CALL OLoadListenerAdapter::unloaded( const EventObject& _rEvent ) in unloaded() 219 void SAL_CALL OLoadListenerAdapter::reloading( const EventObject& _rEvent ) in reloading() 226 void SAL_CALL OLoadListenerAdapter::reloaded( const EventObject& _rEvent ) in reloaded()
|
| /trunk/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) 64 …om::sun::star::sdb::XRowSetApproveListener, approveCursorMove, ::com::sun::star::lang::EventObject) 66 …::sun::star::sdb::XRowSetApproveListener, approveRowSetChange, ::com::sun::star::lang::EventObject) [all …]
|
| /trunk/main/dbaccess/source/ui/inc/ |
| H A D | sbamultiplex.hxx | 136 virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source); \ 178 void SAL_CALL classname::disposing(const ::com::sun::star::lang::EventObject& )\ 271 virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source); \ 315 void SAL_CALL classname::disposing(const ::com::sun::star::lang::EventObject& )\ 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) [all …]
|
| H A D | brwctrlr.hxx | 174 virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source); 177 virtual void SAL_CALL modified(const ::com::sun::star::lang::EventObject& aEvent); 214 virtual void SAL_CALL loaded(const ::com::sun::star::lang::EventObject& aEvent); 215 virtual void SAL_CALL unloading(const ::com::sun::star::lang::EventObject& aEvent); 216 virtual void SAL_CALL unloaded(const ::com::sun::star::lang::EventObject& aEvent); 217 virtual void SAL_CALL reloading(const ::com::sun::star::lang::EventObject& aEvent); 218 virtual void SAL_CALL reloaded(const ::com::sun::star::lang::EventObject& aEvent); 221 virtual sal_Bool SAL_CALL approveReset(const ::com::sun::star::lang::EventObject& rEvent); 222 virtual void SAL_CALL resetted(const ::com::sun::star::lang::EventObject& rEvent); 267 …virtual void disposingGridControl(const ::com::sun::star::lang::EventObject& Source); // calls r… [all …]
|
| /trunk/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 ); 81 virtual void SAL_CALL windowDisabled( const ::com::sun::star::lang::EventObject& e ); 86 virtual void SAL_CALL windowShown( const ::com::sun::star::lang::EventObject& e ); 87 virtual void SAL_CALL windowHidden( const ::com::sun::star::lang::EventObject& e ); 90 virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ); 154 void SAL_CALL WindowStateGuard_Impl::windowEnabled( const EventObject& /*e*/ ) in windowEnabled() argument 160 void SAL_CALL WindowStateGuard_Impl::windowDisabled( const EventObject& /*e*/ ) in windowDisabled() argument 178 void SAL_CALL WindowStateGuard_Impl::windowShown( const EventObject& /*e*/ ) in windowShown() argument 184 void SAL_CALL WindowStateGuard_Impl::windowHidden( const EventObject& /*e*/ ) in windowHidden() argument [all …]
|
| /trunk/main/svx/inc/svx/ |
| H A D | fmgridif.hxx | 88 virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source); 91 virtual void SAL_CALL modified(const ::com::sun::star::lang::EventObject& Source); 112 virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source); 115 virtual sal_Bool SAL_CALL approveUpdate(const ::com::sun::star::lang::EventObject &); 116 virtual void SAL_CALL updated(const ::com::sun::star::lang::EventObject &); 137 virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source); 140 virtual void SAL_CALL selectionChanged( const ::com::sun::star::lang::EventObject& aEvent ); 161 virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source); 164 virtual void SAL_CALL columnChanged( const ::com::sun::star::lang::EventObject& _event ); 184 virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source); [all …]
|
| /trunk/main/sc/source/ui/vba/ |
| H A D | vbaeventshelper.cxx | 136 virtual void SAL_CALL windowOpened( const lang::EventObject& rEvent ); 137 virtual void SAL_CALL windowClosing( const lang::EventObject& rEvent ); 138 virtual void SAL_CALL windowClosed( const lang::EventObject& rEvent ); 139 virtual void SAL_CALL windowMinimized( const lang::EventObject& rEvent ); 140 virtual void SAL_CALL windowNormalized( const lang::EventObject& rEvent ); 141 virtual void SAL_CALL windowActivated( const lang::EventObject& rEvent ); 142 virtual void SAL_CALL windowDeactivated( const lang::EventObject& rEvent ); 147 virtual void SAL_CALL windowShown( const lang::EventObject& rEvent ); 148 virtual void SAL_CALL windowHidden( const lang::EventObject& rEvent ); 157 virtual void SAL_CALL disposing( const lang::EventObject& rEvent ); [all …]
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/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()
|
| /trunk/main/framework/inc/services/ |
| H A D | frame.hxx | 258 … SAL_CALL windowShown ( const css::lang::EventObject& … 259 … SAL_CALL windowHidden ( const css::lang::EventObject& … 272 … SAL_CALL windowActivated ( const css::lang::EventObject& … 273 … SAL_CALL windowDeactivated ( const css::lang::EventObject& … 274 … SAL_CALL windowOpened ( const css::lang::EventObject& … in windowOpened() argument 275 … SAL_CALL windowClosing ( const css::lang::EventObject& … 276 … SAL_CALL windowClosed ( const css::lang::EventObject& … in windowClosed() argument 277 … SAL_CALL windowMinimized ( const css::lang::EventObject& … in windowMinimized() argument 278 … SAL_CALL windowNormalized ( const css::lang::EventObject& … in windowNormalized() argument 283 … SAL_CALL disposing ( const css::lang::EventObject& … [all …]
|
| /trunk/main/winaccessibility/inc/ |
| H A D | AccTopWindowListener.hxx | 50 virtual void SAL_CALL windowOpened( const ::com::sun::star::lang::EventObject& e ); 51 virtual void SAL_CALL windowClosing( const ::com::sun::star::lang::EventObject& e ); 52 virtual void SAL_CALL windowClosed( const ::com::sun::star::lang::EventObject& e ); 53 virtual void SAL_CALL windowMinimized( const ::com::sun::star::lang::EventObject& e ); 54 virtual void SAL_CALL windowNormalized( const ::com::sun::star::lang::EventObject& e ); 55 virtual void SAL_CALL windowActivated( const ::com::sun::star::lang::EventObject& e ); 56 virtual void SAL_CALL windowDeactivated( const ::com::sun::star::lang::EventObject& e ); 57 virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source );
|
| /trunk/main/framework/inc/tabwin/ |
| H A D | tabwindow.hxx | 120 virtual void SAL_CALL disposing( const css::lang::EventObject& aEvent ); 125 virtual void SAL_CALL windowOpened( const ::com::sun::star::lang::EventObject& e ); 126 virtual void SAL_CALL windowClosing( const ::com::sun::star::lang::EventObject& e ); 127 virtual void SAL_CALL windowClosed( const ::com::sun::star::lang::EventObject& e ); 128 virtual void SAL_CALL windowMinimized( const ::com::sun::star::lang::EventObject& e ); 129 virtual void SAL_CALL windowNormalized( const ::com::sun::star::lang::EventObject& e ); 130 virtual void SAL_CALL windowActivated( const ::com::sun::star::lang::EventObject& e ); 131 virtual void SAL_CALL windowDeactivated( const ::com::sun::star::lang::EventObject& e ); 138 virtual void SAL_CALL windowShown( const css::lang::EventObject& aEvent ); 139 virtual void SAL_CALL windowHidden( const css::lang::EventObject& aEvent );
|
| /trunk/main/fpicker/source/unx/gnome/ |
| H A D | SalGtkPicker.hxx | 91 virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& ) {} in disposing() argument 92 virtual void SAL_CALL windowOpened( const ::com::sun::star::lang::EventObject& e ); 93 virtual void SAL_CALL windowClosing( const ::com::sun::star::lang::EventObject& ) {} in windowClosing() argument 94 virtual void SAL_CALL windowClosed( const ::com::sun::star::lang::EventObject& ) {} in windowClosed() argument 95 virtual void SAL_CALL windowMinimized( const ::com::sun::star::lang::EventObject& ) {} in windowMinimized() argument 96 virtual void SAL_CALL windowNormalized( const ::com::sun::star::lang::EventObject& ) {} in windowNormalized() argument 97 virtual void SAL_CALL windowActivated( const ::com::sun::star::lang::EventObject& ) {} in windowActivated() argument 98 virtual void SAL_CALL windowDeactivated( const ::com::sun::star::lang::EventObject& ) {} in windowDeactivated() argument
|
| /trunk/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 ); 105 virtual void SAL_CALL redoActionsCleared( const EventObject& i_event ); 106 virtual void SAL_CALL resetAll( const EventObject& i_event ); 114 virtual void SAL_CALL disposing( const EventObject& i_event ); 144 void SAL_CALL UndoManagerContextListener::allActionsCleared( const EventObject& i_event ) in allActionsCleared() 151 void SAL_CALL UndoManagerContextListener::redoActionsCleared( const EventObject& i_event ) in redoActionsCleared() 158 void SAL_CALL UndoManagerContextListener::resetAll( const EventObject& i_event ) in resetAll() 200 void SAL_CALL UndoManagerContextListener::disposing( const EventObject& i_event ) in disposing()
|
| /trunk/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()
|
| /trunk/main/extensions/source/update/check/ |
| H A D | updatehdl.hxx | 196 virtual void SAL_CALL disposing( const com::sun::star::lang::EventObject &rObj ); 200 virtual void SAL_CALL windowOpened( const ::com::sun::star::lang::EventObject& e ); 201 virtual void SAL_CALL windowClosing( const ::com::sun::star::lang::EventObject& e ); 202 virtual void SAL_CALL windowClosed( const ::com::sun::star::lang::EventObject& e ); 203 virtual void SAL_CALL windowMinimized( const ::com::sun::star::lang::EventObject& e ); 204 virtual void SAL_CALL windowNormalized( const ::com::sun::star::lang::EventObject& e ); 205 virtual void SAL_CALL windowActivated( const ::com::sun::star::lang::EventObject& e ); 206 virtual void SAL_CALL windowDeactivated( const ::com::sun::star::lang::EventObject& e ); 212 virtual void SAL_CALL queryTermination( const ::com::sun::star::lang::EventObject& e ); 213 virtual void SAL_CALL notifyTermination( const ::com::sun::star::lang::EventObject& e );
|
| /trunk/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()
|
| /trunk/main/toolkit/inc/toolkit/helper/ |
| H A D | listenermultiplexer.hxx | 101 void SAL_CALL windowShown( const ::com::sun::star::lang::EventObject& e ); 102 void SAL_CALL windowHidden( const ::com::sun::star::lang::EventObject& e ); 152 void SAL_CALL windowOpened( const ::com::sun::star::lang::EventObject& e ); 153 void SAL_CALL windowClosing( const ::com::sun::star::lang::EventObject& e ); 154 void SAL_CALL windowClosed( const ::com::sun::star::lang::EventObject& e ); 155 void SAL_CALL windowMinimized( const ::com::sun::star::lang::EventObject& e ); 156 void SAL_CALL windowNormalized( const ::com::sun::star::lang::EventObject& e ); 157 void SAL_CALL windowActivated( const ::com::sun::star::lang::EventObject& e ); 158 void SAL_CALL windowDeactivated( const ::com::sun::star::lang::EventObject& e ); 222 virtual void SAL_CALL selectionChanged( const ::com::sun::star::lang::EventObject& aEvent );
|
| /trunk/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 );
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/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()
|
| /trunk/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()
|