Home
last modified time | relevance | path

Searched refs:EventObject (Results 201 – 225 of 1454) sorted by relevance

12345678910>>...59

/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontactofunocontrol.cxx146 using ::com::sun::star::lang::EventObject;
695 virtual void SAL_CALL disposing( const EventObject& Source ) throw(RuntimeException);
700 virtual void SAL_CALL windowShown( const EventObject& e ) throw(RuntimeException);
701 virtual void SAL_CALL windowHidden( const EventObject& e ) throw(RuntimeException);
1432 …void SAL_CALL ViewObjectContactOfUnoControl_Impl::disposing( const EventObject& Source ) throw(Run… in disposing()
1471 …void SAL_CALL ViewObjectContactOfUnoControl_Impl::windowShown( const EventObject& /*e*/ ) throw(Ru… in windowShown() argument
1478 …void SAL_CALL ViewObjectContactOfUnoControl_Impl::windowHidden( const EventObject& /*e*/ ) throw(R… in windowHidden() argument
/trunk/main/sd/source/ui/framework/factories/
H A DViewShellWrapper.cxx232 void SAL_CALL ViewShellWrapper::windowShown (const lang::EventObject& rEvent) in windowShown()
244 void SAL_CALL ViewShellWrapper::windowHidden (const lang::EventObject& rEvent) in windowHidden()
255 void SAL_CALL ViewShellWrapper::disposing (const lang::EventObject& rEvent) in disposing()
/trunk/main/toolkit/test/accessibility/
H A DTopWindowListener.java171 public void windowOpened (final com.sun.star.lang.EventObject aEvent) in windowOpened()
194 public void windowClosed (final com.sun.star.lang.EventObject aEvent) in windowClosed()
214 public void disposing (final com.sun.star.lang.EventObject aEvent) in disposing()
/trunk/main/offapi/com/sun/star/form/
H A DXDeleteListener.idl31 #include <com/sun/star/lang/EventObject.idl>
58 boolean approveDelete( [in] com::sun::star::lang::EventObject aEvent );
65 void deleted( [in] com::sun::star::lang::EventObject aEvent );
H A DXFormControllerListener.idl31 #include <com/sun/star/lang/EventObject.idl>
58 [oneway] void formActivated( [in] com::sun::star::lang::EventObject rEvent );
69 [oneway] void formDeactivated( [in] com::sun::star::lang::EventObject rEvent );
H A DXResetListener.idl31 #include <com/sun/star/lang/EventObject.idl>
67 boolean approveReset( [in] com::sun::star::lang::EventObject rEvent );
76 [oneway] void resetted( [in] com::sun::star::lang::EventObject rEvent );
H A DXUpdateListener.idl31 #include <com/sun/star/lang/EventObject.idl>
61 boolean approveUpdate( [in] com::sun::star::lang::EventObject aEvent );
71 void updated( [in] com::sun::star::lang::EventObject aEvent );
/trunk/main/toolkit/source/layout/vcl/
H A Dwfield.cxx64 virtual void SAL_CALL disposing( lang::EventObject const& e )
80 void SAL_CALL EditImpl::disposing( lang::EventObject const& e ) in disposing()
391 void SAL_CALL disposing( lang::EventObject const& e )
428 void ComboBoxImpl::disposing( lang::EventObject const& e ) in disposing()
580 virtual void SAL_CALL disposing( lang::EventObject const& e ) in disposing()
/trunk/main/framework/source/jobs/
H A Djob.cxx748 void SAL_CALL Job::queryTermination( /*IN*/ const css::lang::EventObject& ) throw(css::frame::Termi… in queryTermination() argument
795 void SAL_CALL Job::notifyTermination( /*IN*/ const css::lang::EventObject& ) throw(css::uno::Runtim… in notifyTermination() argument
820 void SAL_CALL Job::queryClosing( const css::lang::EventObject& aEvent , in queryClosing()
895 void SAL_CALL Job::notifyClosing( const css::lang::EventObject& ) throw(css::uno::RuntimeException) in notifyClosing() argument
910 void SAL_CALL Job::disposing( const css::lang::EventObject& aEvent ) throw(css::uno::RuntimeExcepti… in disposing()
/trunk/main/sw/source/ui/uno/
H A Dunodispatch.cxx161 void SwXDispatchProviderInterceptor::disposing( const lang::EventObject& ) in disposing() argument
377 void SwXDispatch::selectionChanged( const lang::EventObject& ) throw(uno::RuntimeException) in selectionChanged() argument
405 void SwXDispatch::disposing( const lang::EventObject& rSource ) throw(uno::RuntimeException) in disposing()
412 lang::EventObject aObject; in disposing()
/trunk/main/forms/source/component/
H A Dclickableimage.hxx266 …virtual ::com::sun::star::lang::EventObject* cloneEvent( const ::com::sun::star::lang::EventObject
271 const ::com::sun::star::lang::EventObject*,
280 …void addEvent() { ::com::sun::star::lang::EventObject aEvt; OComponentEventThread::addEvent( &aEvt… in addEvent()
H A Dentrylisthelper.hxx86 bool handleDisposing( const ::com::sun::star::lang::EventObject& _rEvent );
93 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com:…
150 …virtual void SAL_CALL allEntriesChanged( const ::com::sun::star::lang::EventObject& _rSource ) thr…
/trunk/main/sdext/source/presenter/
H A DPresenterClock.hxx92 disposing (const css::lang::EventObject& rEventObject)
110 virtual void SAL_CALL windowShown (const css::lang::EventObject& rEvent)
113 virtual void SAL_CALL windowHidden (const css::lang::EventObject& rEvent)
H A DPresenterPaneBase.hxx116 virtual void SAL_CALL windowShown (const css::lang::EventObject& rEvent)
119 virtual void SAL_CALL windowHidden (const css::lang::EventObject& rEvent)
125 virtual void SAL_CALL disposing (const css::lang::EventObject& rEvent)
H A DPresenterNotesView.hxx101 disposing (const css::lang::EventObject& rEventObject)
113 virtual void SAL_CALL windowShown (const css::lang::EventObject& rEvent)
116 virtual void SAL_CALL windowHidden (const css::lang::EventObject& rEvent)
/trunk/main/svx/inc/svx/
H A Dfmgridcl.hxx124 void positioned(const ::com::sun::star::lang::EventObject& rEvent);
130 void inserted(const ::com::sun::star::lang::EventObject& rEvent);
133 void restored(const ::com::sun::star::lang::EventObject& rEvent);
/trunk/main/offapi/com/sun/star/awt/
H A DXWindowListener.idl35 #include <com/sun/star/lang/EventObject.idl>
70 [oneway] void windowShown( [in] com::sun::star::lang::EventObject e );
76 [oneway] void windowHidden( [in] com::sun::star::lang::EventObject e );
/trunk/main/offapi/com/sun/star/linguistic2/
H A DDictionaryEvent.idl27 #include <com/sun/star/lang/EventObject.idl>
49 @see <type scope="com::sun::star::lang">EventObject</type>
51 published struct DictionaryEvent : com::sun::star::lang::EventObject
H A DLinguServiceEvent.idl27 #include <com/sun/star/lang/EventObject.idl>
48 @see <type scope="com::sun::star::lang">EventObject</type>
50 published struct LinguServiceEvent : com::sun::star::lang::EventObject
/trunk/main/chart2/source/controller/main/
H A DCommandDispatch.cxx58 lang::EventObject m_aEvent;
126 void SAL_CALL CommandDispatch::modified( const lang::EventObject& /* aEvent */ ) in modified() argument
133 void SAL_CALL CommandDispatch::disposing( const lang::EventObject& /* Source */ ) in disposing() argument
/trunk/main/dbaccess/source/ui/inc/
H A Dexsrcbrw.hxx72 …virtual void SAL_CALL modified(const ::com::sun::star::lang::EventObject& aEvent) throw( ::com::su…
82 …virtual void SAL_CALL unloading(const ::com::sun::star::lang::EventObject& aEvent) throw( ::com::s…
85 …virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source) throw( ::com::s…
/trunk/main/offapi/com/sun/star/embed/
H A DXStateChangeListener.idl31 #include <com/sun/star/lang/EventObject.idl>
71 void changingState( [in] com::sun::star::lang::EventObject aEvent,
88 void stateChanged( [in] com::sun::star::lang::EventObject aEvent,
/trunk/main/offapi/com/sun/star/frame/
H A DXTerminateListener.idl31 #include <com/sun/star/lang/EventObject.idl>
68 void queryTermination( [in] com::sun::star::lang::EventObject Event )
78 void notifyTermination( [in] com::sun::star::lang::EventObject Event );
/trunk/main/chart2/source/model/main/
H A DFormattedString.cxx187 void SAL_CALL FormattedString::modified( const lang::EventObject& aEvent ) in modified()
194 void SAL_CALL FormattedString::disposing( const lang::EventObject& /* Source */ ) in disposing() argument
208 m_xModifyEventForwarder->modified( lang::EventObject( static_cast< uno::XWeak* >( this ))); in fireModifyEvent()
H A DGridProperties.cxx227 void SAL_CALL GridProperties::modified( const lang::EventObject& aEvent ) in modified()
234 void SAL_CALL GridProperties::disposing( const lang::EventObject& /* Source */ ) in disposing() argument
248 m_xModifyEventForwarder->modified( lang::EventObject( static_cast< uno::XWeak* >( this ))); in fireModifyEvent()

Completed in 68 milliseconds

12345678910>>...59