Lines Matching refs:SfxGlobalEvents_Impl

580 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()
656 void SAL_CALL SfxGlobalEvents_Impl::notifyEvent(const css::document::EventObject& aEvent) in notifyEvent()
666 void SAL_CALL SfxGlobalEvents_Impl::documentEventOccured( const ::css::document::DocumentEvent& _Ev… in documentEventOccured()
675 void SAL_CALL SfxGlobalEvents_Impl::disposing(const css::lang::EventObject& aEvent) in disposing()
690 sal_Bool SAL_CALL SfxGlobalEvents_Impl::has(const css::uno::Any& aElement) in has()
710 void SAL_CALL SfxGlobalEvents_Impl::insert( const css::uno::Any& aElement ) in insert()
747 void SAL_CALL SfxGlobalEvents_Impl::remove( const css::uno::Any& aElement ) in remove()
784 css::uno::Reference< css::container::XEnumeration > SAL_CALL SfxGlobalEvents_Impl::createEnumeratio… in createEnumeration()
801 css::uno::Type SAL_CALL SfxGlobalEvents_Impl::getElementType() in getElementType()
808 sal_Bool SAL_CALL SfxGlobalEvents_Impl::hasElements() in hasElements()
818 void SfxGlobalEvents_Impl::implts_notifyJobExecution(const css::document::EventObject& aEvent) in implts_notifyJobExecution()
837 void SfxGlobalEvents_Impl::implts_checkAndExecuteEventBindings(const css::document::DocumentEvent& … in implts_checkAndExecuteEventBindings()
863 void SfxGlobalEvents_Impl::implts_notifyListener(const css::document::DocumentEvent& aEvent) in implts_notifyListener()
874 TModelList::iterator SfxGlobalEvents_Impl::impl_searchDoc(const css::uno::Reference< css::frame::XM… in impl_searchDoc()