LibreOffice Module sfx2 (master) 1
Public Member Functions | Private Attributes | List of all members
HelpDispatch_Impl Class Reference

#include <helpdispatch.hxx>

Inheritance diagram for HelpDispatch_Impl:
[legend]
Collaboration diagram for HelpDispatch_Impl:
[legend]

Public Member Functions

 HelpDispatch_Impl (HelpInterceptor_Impl &_rInterceptor, css::uno::Reference< css::frame::XDispatch > _xDisp)
 
virtual ~HelpDispatch_Impl () override
 
virtual void SAL_CALL dispatch (const css::util::URL &aURL, const css::uno::Sequence< css::beans::PropertyValue > &aArgs) override
 
virtual void SAL_CALL addStatusListener (const css::uno::Reference< css::frame::XStatusListener > &xControl, const css::util::URL &aURL) override
 
virtual void SAL_CALL removeStatusListener (const css::uno::Reference< css::frame::XStatusListener > &xControl, const css::util::URL &aURL) override
 

Private Attributes

HelpInterceptor_Implm_rInterceptor
 
css::uno::Reference< css::frame::XDispatch > m_xRealDispatch
 

Detailed Description

Definition at line 27 of file helpdispatch.hxx.

Constructor & Destructor Documentation

◆ HelpDispatch_Impl()

HelpDispatch_Impl::HelpDispatch_Impl ( HelpInterceptor_Impl _rInterceptor,
css::uno::Reference< css::frame::XDispatch >  _xDisp 
)

Definition at line 33 of file helpdispatch.cxx.

◆ ~HelpDispatch_Impl()

HelpDispatch_Impl::~HelpDispatch_Impl ( )
overridevirtual

Definition at line 43 of file helpdispatch.cxx.

Member Function Documentation

◆ addStatusListener()

void SAL_CALL HelpDispatch_Impl::addStatusListener ( const css::uno::Reference< css::frame::XStatusListener > &  xControl,
const css::util::URL &  aURL 
)
overridevirtual

Definition at line 87 of file helpdispatch.cxx.

References aURL, DBG_ASSERT, and m_xRealDispatch.

◆ dispatch()

void SAL_CALL HelpDispatch_Impl::dispatch ( const css::util::URL &  aURL,
const css::uno::Sequence< css::beans::PropertyValue > &  aArgs 
)
overridevirtual

◆ removeStatusListener()

void SAL_CALL HelpDispatch_Impl::removeStatusListener ( const css::uno::Reference< css::frame::XStatusListener > &  xControl,
const css::util::URL &  aURL 
)
overridevirtual

Definition at line 97 of file helpdispatch.cxx.

References aURL, DBG_ASSERT, and m_xRealDispatch.

Member Data Documentation

◆ m_rInterceptor

HelpInterceptor_Impl& HelpDispatch_Impl::m_rInterceptor
private

Definition at line 30 of file helpdispatch.hxx.

Referenced by dispatch().

◆ m_xRealDispatch

css::uno::Reference< css::frame::XDispatch > HelpDispatch_Impl::m_xRealDispatch
private

Definition at line 32 of file helpdispatch.hxx.

Referenced by addStatusListener(), dispatch(), and removeStatusListener().


The documentation for this class was generated from the following files: