Home
last modified time | relevance | path

Searched refs:EventObject (Results 1 – 25 of 1454) sorted by relevance

12345678910>>...59

/trunk/main/UnoControls/source/base/
H A Dmultiplexer.cxx232 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 …]
/trunk/main/dbaccess/source/ui/misc/
H A Dcontrollerframe.cxx76 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 …]
/trunk/main/extensions/source/bibliography/
H A Dloadlisteneradapter.hxx59 …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 Dloadlisteneradapter.cxx53 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()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbamultiplex.cxx50 …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 …]
/trunk/main/dbaccess/source/ui/inc/
H A Dsbamultiplex.hxx345 ::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 Dbrwctrlr.hxx174 …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 …]
/trunk/main/forms/source/helper/
H A Dwindowstateguard.cxx49 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 …]
/trunk/main/sc/source/ui/vba/
H A Dvbaeventshelper.cxx136 …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 …]
/trunk/main/toolkit/test/accessibility/
H A DQueuedTopWindowListener.java23 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/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XTopWindow.java33 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/odk/examples/DevelopersGuide/Accessibility/
H A DEventListenerProxy.java27 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/svx/inc/svx/
H A Dfmgridif.hxx88 …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 …]
/trunk/main/winaccessibility/inc/
H A DAccTopWindowListener.hxx50 …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:…
/trunk/main/framework/source/fwe/helper/
H A Ddocumentundoguard.cxx56 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()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiDialog.java41 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/framework/inc/services/
H A Dframe.hxx260 … 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 …]
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkPicker.hxx94 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
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DRowSetEventListener.java27 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/framework/inc/tabwin/
H A Dtabwindow.hxx120 …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…
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.hxx196 …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…
/trunk/main/offapi/com/sun/star/awt/
H A DXTopWindowListener.idl31 #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.java30 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 DRowSetEventListener.java29 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()
/trunk/main/toolkit/source/helper/
H A Dlistenermultiplexer.cxx66 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 …]

Completed in 162 milliseconds

12345678910>>...59