Home
last modified time | relevance | path

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

/AOO42X/main/sfx2/source/notify/
H A Deventsupplier.cxx580 SFX_IMPL_XSERVICEINFO( SfxGlobalEvents_Impl, "com.sun.star.frame.GlobalEventBroadcaster", "com.sun.…
581 SFX_IMPL_ONEINSTANCEFACTORY( SfxGlobalEvents_Impl );
584 SfxGlobalEvents_Impl::SfxGlobalEvents_Impl( const com::sun::star::uno::Reference < ::com::sun::star… in SfxGlobalEvents_Impl() function in SfxGlobalEvents_Impl
602 SfxGlobalEvents_Impl::~SfxGlobalEvents_Impl() in ~SfxGlobalEvents_Impl()
607 css::uno::Reference< css::container::XNameReplace > SAL_CALL SfxGlobalEvents_Impl::getEvents() in getEvents()
617 void SAL_CALL SfxGlobalEvents_Impl::addEventListener(const css::uno::Reference< css::document::XEve… in addEventListener()
625 void SAL_CALL SfxGlobalEvents_Impl::removeEventListener(const css::uno::Reference< css::document::X… in removeEventListener()
633 void SAL_CALL SfxGlobalEvents_Impl::addDocumentEventListener( const css::uno::Reference< css::docum… in addDocumentEventListener()
640 void SAL_CALL SfxGlobalEvents_Impl::removeDocumentEventListener( const css::uno::Reference< css::do… in removeDocumentEventListener()
647 void SAL_CALL SfxGlobalEvents_Impl::notifyDocumentEvent( const ::rtl::OUString& /*_EventName*/, in notifyDocumentEvent()
[all …]
/AOO42X/main/sfx2/source/inc/
H A Deventsupplier.hxx184 class SfxGlobalEvents_Impl : public ModelCollectionMutexBase class
202SfxGlobalEvents_Impl(const com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceF…
203 virtual ~SfxGlobalEvents_Impl();
/AOO42X/main/sfx2/source/appl/
H A Dappuno.cxx2245 IF_NAME_CREATECOMPONENTFACTORY( SfxGlobalEvents_Impl ) in component_getFactory()