Lines Matching refs:SfxGlobalEvents_Impl

577 SFX_IMPL_XSERVICEINFO( SfxGlobalEvents_Impl, "com.sun.star.frame.GlobalEventBroadcaster", "com.sun.…
578 SFX_IMPL_ONEINSTANCEFACTORY( SfxGlobalEvents_Impl );
581 SfxGlobalEvents_Impl::SfxGlobalEvents_Impl( const com::sun::star::uno::Reference < ::com::sun::star… in SfxGlobalEvents_Impl() function in SfxGlobalEvents_Impl
599 SfxGlobalEvents_Impl::~SfxGlobalEvents_Impl() in ~SfxGlobalEvents_Impl()
604 css::uno::Reference< css::container::XNameReplace > SAL_CALL SfxGlobalEvents_Impl::getEvents() in getEvents()
614 void SAL_CALL SfxGlobalEvents_Impl::addEventListener(const css::uno::Reference< css::document::XEve… in addEventListener()
622 void SAL_CALL SfxGlobalEvents_Impl::removeEventListener(const css::uno::Reference< css::document::X… in removeEventListener()
630 void SAL_CALL SfxGlobalEvents_Impl::addDocumentEventListener( const css::uno::Reference< css::docum… in addDocumentEventListener()
637 void SAL_CALL SfxGlobalEvents_Impl::removeDocumentEventListener( const css::uno::Reference< css::do… in removeDocumentEventListener()
644 void SAL_CALL SfxGlobalEvents_Impl::notifyDocumentEvent( const ::rtl::OUString& /*_EventName*/, in notifyDocumentEvent()
653 void SAL_CALL SfxGlobalEvents_Impl::notifyEvent(const css::document::EventObject& aEvent) in notifyEvent()
663 void SAL_CALL SfxGlobalEvents_Impl::documentEventOccured( const ::css::document::DocumentEvent& _Ev… in documentEventOccured()
672 void SAL_CALL SfxGlobalEvents_Impl::disposing(const css::lang::EventObject& aEvent) in disposing()
687 sal_Bool SAL_CALL SfxGlobalEvents_Impl::has(const css::uno::Any& aElement) in has()
707 void SAL_CALL SfxGlobalEvents_Impl::insert( const css::uno::Any& aElement ) in insert()
744 void SAL_CALL SfxGlobalEvents_Impl::remove( const css::uno::Any& aElement ) in remove()
781 css::uno::Reference< css::container::XEnumeration > SAL_CALL SfxGlobalEvents_Impl::createEnumeratio… in createEnumeration()
798 css::uno::Type SAL_CALL SfxGlobalEvents_Impl::getElementType() in getElementType()
805 sal_Bool SAL_CALL SfxGlobalEvents_Impl::hasElements() in hasElements()
815 void SfxGlobalEvents_Impl::implts_notifyJobExecution(const css::document::EventObject& aEvent) in implts_notifyJobExecution()
834 void SfxGlobalEvents_Impl::implts_checkAndExecuteEventBindings(const css::document::DocumentEvent& … in implts_checkAndExecuteEventBindings()
860 void SfxGlobalEvents_Impl::implts_notifyListener(const css::document::DocumentEvent& aEvent) in implts_notifyListener()
871 TModelList::iterator SfxGlobalEvents_Impl::impl_searchDoc(const css::uno::Reference< css::frame::XM… in impl_searchDoc()