Home
last modified time | relevance | path

Searched refs:EventObject (Results 26 – 50 of 1454) sorted by relevance

12345678910>>...59

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DToolkitNode.java136 public void disposing(com.sun.star.lang.EventObject eventObject) { in disposing()
143 public void windowActivated(com.sun.star.lang.EventObject eventObject) { in windowActivated()
146 public void windowClosed(com.sun.star.lang.EventObject eventObject) { in windowClosed()
178 public void windowClosing(com.sun.star.lang.EventObject eventObject) { in windowClosing()
181 public void windowDeactivated(com.sun.star.lang.EventObject eventObject) { in windowDeactivated()
184 public void windowMinimized(com.sun.star.lang.EventObject eventObject) { in windowMinimized()
187 public void windowNormalized(com.sun.star.lang.EventObject eventObject) { in windowNormalized()
190 public void windowOpened(com.sun.star.lang.EventObject eventObject) { in windowOpened()
/trunk/main/forms/source/component/
H A DEventThread.hxx54 DECLARE_STL_VECTOR(::com::sun::star::lang::EventObject*, ThreadEvents);
77 …virtual ::com::sun::star::lang::EventObject* cloneEvent(const ::com::sun::star::lang::EventObject*…
86 const ::com::sun::star::lang::EventObject* _pEvt,
99 void addEvent( const ::com::sun::star::lang::EventObject* _pEvt, sal_Bool bFlag = sal_False );
100 …void addEvent( const ::com::sun::star::lang::EventObject* _pEvt, const ::com::sun::star::uno::Refe…
104 …virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& _rSource ) throw (::com…
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx162 EventObject aMulti( e); in modified()
200 EventObject aMulti( e ); in approveUpdate()
217 EventObject aMulti( e ); in updated()
256 EventObject aMulti(_rEvent); in selectionChanged()
347 EventObject aForwardedEvent( _event ); in columnChanged()
447 EventObject aEvt; in dispose()
1103 EventObject aSource; in selectionChanged()
1111 EventObject aEvent( *this ); in columnChanged()
1459 EventObject aEvt; in CellModified()
1775 EventObject aEvt(m_xColumns); in setColumns()
[all …]
/trunk/main/dbaccess/source/ui/app/
H A Dcloseveto.cxx56 using ::com::sun::star::lang::EventObject;
73 …virtual void SAL_CALL queryClosing( const EventObject& Source, ::sal_Bool GetsOwnership ) throw (C…
74 virtual void SAL_CALL notifyClosing( const EventObject& Source ) throw (RuntimeException);
77 virtual void SAL_CALL disposing( const EventObject& Source) throw (RuntimeException);
91 …void SAL_CALL CloseListener_Impl::queryClosing( const EventObject& i_source, ::sal_Bool i_deliverO… in queryClosing()
102 …void SAL_CALL CloseListener_Impl::notifyClosing( const EventObject& i_source ) throw (RuntimeExcep… in notifyClosing()
108 …void SAL_CALL CloseListener_Impl::disposing( const EventObject& i_source ) throw (RuntimeException) in disposing()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DAccessBridge.java184 public void windowOpened(com.sun.star.lang.EventObject event) { in windowOpened()
190 public void windowActivated(com.sun.star.lang.EventObject event) { in windowActivated()
193 public void windowDeactivated(com.sun.star.lang.EventObject event) { in windowDeactivated()
196 public void windowMinimized(com.sun.star.lang.EventObject event) { in windowMinimized()
199 public void windowNormalized(com.sun.star.lang.EventObject event) { in windowNormalized()
202 public void windowClosing(com.sun.star.lang.EventObject event) { in windowClosing()
205 public void windowClosed(com.sun.star.lang.EventObject event) { in windowClosed()
216 public void disposing(com.sun.star.lang.EventObject event) { in disposing()
/trunk/main/unotools/source/misc/
H A Dsharedunocomponent.cxx43 using ::com::sun::star::lang::EventObject;
99 …virtual void SAL_CALL queryClosing( const EventObject& Source, ::sal_Bool GetsOwnership ) throw (C…
100 virtual void SAL_CALL notifyClosing( const EventObject& Source ) throw (RuntimeException);
103 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com:…
182 void SAL_CALL CloseableComponentImpl::queryClosing( const EventObject& in queryClosing()
195 void SAL_CALL CloseableComponentImpl::notifyClosing( const EventObject& in notifyClosing()
210 void SAL_CALL CloseableComponentImpl::disposing( const EventObject& in disposing()
H A Ddesktopterminationobserver.cxx81 …virtual void SAL_CALL queryTermination( const EventObject& Event ) throw (TerminationVetoException…
82 … virtual void SAL_CALL notifyTermination( const EventObject& Event ) throw (RuntimeException);
85 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com:…
126 …void SAL_CALL OObserverImpl::queryTermination( const EventObject& /*Event*/ ) throw (TerminationVe… in queryTermination() argument
145 …void SAL_CALL OObserverImpl::notifyTermination( const EventObject& /*Event*/ ) throw (RuntimeExcep… in notifyTermination() argument
173 … void SAL_CALL OObserverImpl::disposing( const EventObject& /*Event*/ ) throw (RuntimeException) in disposing() argument
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx1056 EventObject aEvt(*this); in focusGained()
1084 EventObject aEvt(*this); in focusLost()
1105 void SbaXDataBrowserController::disposingGridModel(const ::com::sun::star::lang::EventObject& /*Sou… in disposingGridModel() argument
1112 void SbaXDataBrowserController::disposingFormModel(const ::com::sun::star::lang::EventObject& Sourc… in disposingFormModel()
1141 void SbaXDataBrowserController::disposingColumnModel(const ::com::sun::star::lang::EventObject& Sou… in disposingColumnModel()
1148 void SbaXDataBrowserController::disposing(const EventObject& Source) throw( RuntimeException ) in disposing()
2748 void SbaXDataBrowserController::loaded(const EventObject& /*aEvent*/) throw( RuntimeException ) in loaded() argument
2756 void SbaXDataBrowserController::unloading(const EventObject& /*aEvent*/) throw( RuntimeException ) in unloading() argument
2763 void SbaXDataBrowserController::unloaded(const EventObject& /*aEvent*/) throw( RuntimeException ) in unloaded() argument
2776 void SbaXDataBrowserController::reloading(const EventObject& /*aEvent*/) throw( RuntimeException ) in reloading() argument
[all …]
/trunk/main/toolkit/inc/toolkit/helper/
H A Dlistenermultiplexer.hxx101 …void SAL_CALL windowShown( const ::com::sun::star::lang::EventObject& e ) throw(::com::sun::star::…
102 …void SAL_CALL windowHidden( const ::com::sun::star::lang::EventObject& e ) throw(::com::sun::star:…
152 …void SAL_CALL windowOpened( const ::com::sun::star::lang::EventObject& e ) throw(::com::sun::star:…
153 …void SAL_CALL windowClosing( const ::com::sun::star::lang::EventObject& e ) throw(::com::sun::star…
154 …void SAL_CALL windowClosed( const ::com::sun::star::lang::EventObject& e ) throw(::com::sun::star:…
155 …void SAL_CALL windowMinimized( const ::com::sun::star::lang::EventObject& e ) throw(::com::sun::st…
156 …void SAL_CALL windowNormalized( const ::com::sun::star::lang::EventObject& e ) throw(::com::sun::s…
157 …void SAL_CALL windowActivated( const ::com::sun::star::lang::EventObject& e ) throw(::com::sun::st…
158 …void SAL_CALL windowDeactivated( const ::com::sun::star::lang::EventObject& e ) throw(::com::sun::…
222 …virtual void SAL_CALL selectionChanged( const ::com::sun::star::lang::EventObject& aEvent ) throw …
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XWindow.java43 import com.sun.star.lang.EventObject;
189 public void windowHidden(EventObject e) { in windowHidden()
192 public void windowShown(EventObject e) { in windowShown()
195 public void disposing(EventObject e) {} in disposing()
345 public void disposing(EventObject e) {} in disposing()
418 public void disposing(EventObject e) {} in disposing()
474 public void disposing(EventObject e) {} in disposing()
527 public void disposing(EventObject e) {} in disposing()
573 public void disposing(EventObject e) {} in disposing()
/trunk/main/extensions/source/oooimprovecore/
H A Dcore.cxx51 using ::com::sun::star::lang::EventObject;
89 virtual void SAL_CALL queryTermination(const EventObject&) throw(RuntimeException);
90 virtual void SAL_CALL notifyTermination(const EventObject&) throw(RuntimeException);
93 virtual void SAL_CALL disposing(const EventObject&) throw(RuntimeException);
169 void Core::queryTermination(const EventObject&) throw(RuntimeException) in queryTermination() argument
172 void Core::notifyTermination(const EventObject&) throw(RuntimeException) in notifyTermination() argument
177 void Core::disposing(const EventObject&) throw(RuntimeException) in disposing() argument
/trunk/main/winaccessibility/source/service/
H A DAccTopWindowListener.cxx149 void AccTopWindowListener::windowOpened( const ::com::sun::star::lang::EventObject& e ) throw (::co… in windowOpened()
225 void AccTopWindowListener::windowClosing( const ::com::sun::star::lang::EventObject& e ) throw (::c… in windowClosing()
234 void AccTopWindowListener::windowClosed( const ::com::sun::star::lang::EventObject& e ) throw (::co… in windowClosed()
278 void AccTopWindowListener::windowMinimized( const ::com::sun::star::lang::EventObject& ) throw (::c… in windowMinimized() argument
282 void AccTopWindowListener::windowNormalized( const ::com::sun::star::lang::EventObject& ) throw (::… in windowNormalized() argument
286 void AccTopWindowListener::windowActivated( const ::com::sun::star::lang::EventObject& ) throw (::c… in windowActivated() argument
290 void AccTopWindowListener::windowDeactivated( const ::com::sun::star::lang::EventObject& ) throw (:… in windowDeactivated() argument
294 void AccTopWindowListener::disposing( const ::com::sun::star::lang::EventObject& ) throw (::com::s… in disposing() argument
/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx82 …virtual void SAL_CALL changingState( const lang::EventObject& aEvent, ::sal_Int32 nOldState, ::sal…
84 …virtual void SAL_CALL stateChanged( const lang::EventObject& aEvent, ::sal_Int32 nOldState, ::sal_…
86 virtual void SAL_CALL queryClosing( const lang::EventObject& Source, ::sal_Bool GetsOwnership )
88 …virtual void SAL_CALL notifyClosing( const lang::EventObject& Source ) throw (uno::RuntimeExceptio…
89 …virtual void SAL_CALL notifyEvent( const document::EventObject& aEvent ) throw( uno::RuntimeExcept…
90 … virtual void SAL_CALL disposing( const lang::EventObject& aEvent ) throw( uno::RuntimeException );
125 void SAL_CALL EmbedEventListener_Impl::changingState( const lang::EventObject&, in changingState() argument
133 void SAL_CALL EmbedEventListener_Impl::stateChanged( const lang::EventObject&, in stateChanged() argument
172 void SAL_CALL EmbedEventListener_Impl::modified( const lang::EventObject& ) throw (uno::RuntimeExce… in modified() argument
212 void SAL_CALL EmbedEventListener_Impl::queryClosing( const lang::EventObject& Source, ::sal_Bool ) in queryClosing()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Dlistenernotification.hxx74 void disposing( const ::com::sun::star::lang::EventObject& _rEventSource );
114 …bool impl_notify( const ::com::sun::star::lang::EventObject& _rEvent ) SAL_THROW(( ::com::sun::…
141 const ::com::sun::star::lang::EventObject& _rEvent
215 const ::com::sun::star::lang::EventObject& _rEvent
233 …const ::com::sun::star::lang::EventObject& _rEvent ) SAL_THROW( ( ::com::sun::star::uno::Excepti… in implNotify()
279 const ::com::sun::star::lang::EventObject& _rEvent
291 …const ::com::sun::star::lang::EventObject& _rEvent ) SAL_THROW( ( ::com::sun::star::uno::Excepti… in implNotify()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/
H A D_XLoadable.java65 public void disposing(com.sun.star.lang.EventObject e) { in disposing()
70 public void loaded(com.sun.star.lang.EventObject e) { in loaded()
75 public void reloaded(com.sun.star.lang.EventObject e) { in reloaded()
80 public void reloading(com.sun.star.lang.EventObject e) { in reloading()
85 public void unloaded(com.sun.star.lang.EventObject e) { in unloaded()
90 public void unloading(com.sun.star.lang.EventObject e) { in unloading()
/trunk/main/svx/source/inc/
H A Dformcontroller.hxx246 …virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source) throw( ::com::s…
290 …virtual void SAL_CALL loaded(const ::com::sun::star::lang::EventObject& rEvent) throw( ::com::sun:…
291 …virtual void SAL_CALL unloaded(const ::com::sun::star::lang::EventObject& rEvent) throw( ::com::su…
292 …virtual void SAL_CALL unloading(const ::com::sun::star::lang::EventObject& aEvent) throw( ::com::s…
293 …virtual void SAL_CALL reloading(const ::com::sun::star::lang::EventObject& aEvent) throw( ::com::s…
294 …virtual void SAL_CALL reloaded(const ::com::sun::star::lang::EventObject& aEvent) throw( ::com::su…
339 …virtual void SAL_CALL modified(const ::com::sun::star::lang::EventObject& rEvent) throw( ::com::su…
369 …virtual void SAL_CALL cursorMoved(const ::com::sun::star::lang::EventObject& event) throw( ::com::…
370 …virtual void SAL_CALL rowChanged(const ::com::sun::star::lang::EventObject& event) throw( ::com::s…
371 …virtual void SAL_CALL rowSetChanged(const ::com::sun::star::lang::EventObject& event) throw( ::com…
[all …]
/trunk/main/sfx2/source/appl/
H A Dappinit.cxx101 …virtual void SAL_CALL queryTermination( const EventObject& aEvent ) throw( TerminationVetoExceptio…
102 virtual void SAL_CALL notifyTermination( const EventObject& aEvent ) throw( RuntimeException );
103 virtual void SAL_CALL disposing( const EventObject& Source ) throw( RuntimeException );
111 void SAL_CALL SfxTerminateListener_Impl::disposing( const EventObject& ) throw( RuntimeException ) in disposing() argument
115 void SAL_CALL SfxTerminateListener_Impl::queryTermination( const EventObject& ) throw(TerminationVe… in queryTermination() argument
122 void SAL_CALL SfxTerminateListener_Impl::notifyTermination( const EventObject& aEvent ) throw(Runti… in notifyTermination()
142 css::document::EventObject aEvent2; in notifyTermination()
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentEvents.java32 import com.sun.star.lang.EventObject;
158 public void disposing(EventObject eo) in disposing()
167 public void queryClosing(EventObject eo, boolean bln) throws CloseVetoException in queryClosing()
172 public void notifyClosing(EventObject eo) in notifyClosing()
180 public void disposing(EventObject eo) in disposing()
188 public void disposing(EventObject eo) in disposing()
/trunk/main/chart2/source/tools/
H A DModifyListenerHelper.cxx47 const lang::EventObject * pEvent ) in lcl_fireModifyEvent()
53 lang::EventObject aEventToSend; in lcl_fireModifyEvent()
115 void ModifyEventForwarder::FireEvent( const lang::EventObject & rEvent ) in FireEvent()
171 pCntHlp->disposeAndClear( lang::EventObject( xSource ) ); in DisposeAndClear()
188 void SAL_CALL ModifyEventForwarder::modified( const lang::EventObject& aEvent ) in modified()
195 void SAL_CALL ModifyEventForwarder::disposing( const lang::EventObject& /* Source */ ) in disposing() argument
/trunk/main/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx67 using ::com::sun::star::lang::EventObject;
327 …void notify( void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )( const EventObject& ) );
346 EventObject aEvent; in disposing()
371 const EventObject aEvent( getXUndoManager() ); in impl_notifyModified()
392 …Impl::notify( void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )( const EventObject& ) ) in notify() argument
394 const EventObject aEvent( getXUndoManager() ); in notify()
645 const EventObject aClearedEvent( getXUndoManager() ); in impl_leaveUndoContext()
729 const EventObject aEventClear( getXUndoManager() ); in impl_addUndoAction()
762 const EventObject aEvent( getXUndoManager() ); in impl_clear()
785 const EventObject aEvent( getXUndoManager() ); in impl_clearRedo()
[all …]
/trunk/main/extensions/source/bibliography/
H A Dformcontrolcontainer.hxx67 virtual void _loaded( const ::com::sun::star::lang::EventObject& _rEvent );
68 virtual void _unloading( const ::com::sun::star::lang::EventObject& _rEvent );
69 virtual void _unloaded( const ::com::sun::star::lang::EventObject& _rEvent );
70 virtual void _reloading( const ::com::sun::star::lang::EventObject& _rEvent );
71 virtual void _reloaded( const ::com::sun::star::lang::EventObject& _rEvent );
/trunk/main/offapi/com/sun/star/form/
H A DXLoadListener.idl31 #include <com/sun/star/lang/EventObject.idl>
59 [oneway] void loaded( [in] com::sun::star::lang::EventObject aEvent );
70 [oneway] void unloading( [in] com::sun::star::lang::EventObject aEvent );
79 [oneway] void unloaded( [in] com::sun::star::lang::EventObject aEvent );
91 [oneway] void reloading( [in] com::sun::star::lang::EventObject aEvent );
100 [oneway] void reloaded( [in] com::sun::star::lang::EventObject aEvent );
/trunk/main/sot/source/sdstor/
H A Dunostorageholder.hxx54 virtual void SAL_CALL preCommit( const ::com::sun::star::lang::EventObject& aEvent )
58 virtual void SAL_CALL commited( const ::com::sun::star::lang::EventObject& aEvent )
61 virtual void SAL_CALL preRevert( const ::com::sun::star::lang::EventObject& aEvent )
65 virtual void SAL_CALL reverted( const ::com::sun::star::lang::EventObject& aEvent )
68 virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source )
/trunk/main/forms/source/inc/
H A Dlistenercontainers.hxx42 …ners : public ::comphelper::OListenerContainerBase< LISTENER, ::com::sun::star::lang::EventObject >
46 typedef ::com::sun::star::lang::EventObject EventClass;
72 ::com::sun::star::lang::EventObject aEvent( m_rInstigator ); in notify()
78 ::com::sun::star::lang::EventObject aEvent( m_rInstigator ); in disposing()
127 const ::com::sun::star::lang::EventObject& _rEvent
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XRowSet.java30 import com.sun.star.lang.EventObject;
73 public void cursorMoved(EventObject ev) { in cursorMoved()
76 public void rowChanged(EventObject ev) { in rowChanged()
79 public void rowSetChanged(EventObject ev) { in rowSetChanged()
82 public void disposing(EventObject ev) {} in disposing()

Completed in 137 milliseconds

12345678910>>...59