Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/appl/
H A Dappinit.cxx96 class SfxTerminateListener_Impl : public ::cppu::WeakImplHelper2< XTerminateListener, XServiceInfo > class
111 void SAL_CALL SfxTerminateListener_Impl::disposing( const EventObject& ) throw( RuntimeException ) in disposing()
115 void SAL_CALL SfxTerminateListener_Impl::queryTermination( const EventObject& ) throw(TerminationVe… in queryTermination()
122 void SAL_CALL SfxTerminateListener_Impl::notifyTermination( const EventObject& aEvent ) throw(Runti… in notifyTermination()
152 ::rtl::OUString SAL_CALL SfxTerminateListener_Impl::getImplementationName() throw (RuntimeException) in getImplementationName()
158 ::sal_Bool SAL_CALL SfxTerminateListener_Impl::supportsService( const ::rtl::OUString& sServiceName… in supportsService()
173 Sequence< ::rtl::OUString > SAL_CALL SfxTerminateListener_Impl::getSupportedServiceNames() throw (R… in getSupportedServiceNames()
240 xDesktop->addTerminateListener( new SfxTerminateListener_Impl() ); in Initialize_Impl()

Completed in 12 milliseconds