Home
last modified time | relevance | path

Searched refs:EmbedEventListener_Impl (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/svtools/source/misc/
H A Dembedhlp.cxx66 class EmbedEventListener_Impl : public ::cppu::WeakImplHelper4 < embed::XStateChangeListener, class
75 EmbedEventListener_Impl( EmbeddedObjectRef* p ) : in EmbedEventListener_Impl() function in svt::EmbedEventListener_Impl
80 static EmbedEventListener_Impl* Create( EmbeddedObjectRef* );
94 EmbedEventListener_Impl* EmbedEventListener_Impl::Create( EmbeddedObjectRef* p ) in Create()
96 EmbedEventListener_Impl* xRet = new EmbedEventListener_Impl( p ); in Create()
125 void SAL_CALL EmbedEventListener_Impl::changingState( const lang::EventObject&, in changingState()
133 void SAL_CALL EmbedEventListener_Impl::stateChanged( const lang::EventObject&, in stateChanged()
172 void SAL_CALL EmbedEventListener_Impl::modified( const lang::EventObject& ) throw (uno::RuntimeExce… in modified()
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()
[all …]