Lines Matching refs:EventObject

82 …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 );
91 …virtual void SAL_CALL modified( const ::com::sun::star::lang::EventObject& aEvent ) throw (::com::…
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
193 void SAL_CALL EmbedEventListener_Impl::notifyEvent( const document::EventObject& aEvent ) throw( un… in notifyEvent()
212 void SAL_CALL EmbedEventListener_Impl::queryClosing( const lang::EventObject& Source, ::sal_Bool ) in queryClosing()
222 void SAL_CALL EmbedEventListener_Impl::notifyClosing( const lang::EventObject& Source ) throw (::co… in notifyClosing()
231 void SAL_CALL EmbedEventListener_Impl::disposing( const lang::EventObject& aEvent ) throw( uno::Run… in disposing()