LibreOffice Module sfx2 (master) 1
|
#include <helpinterceptor.hxx>
Public Member Functions | |
HelpStatusListener_Impl (css::uno::Reference< css::frame::XDispatch > const &xDispatch, css::util::URL const &rURL) | |
virtual | ~HelpStatusListener_Impl () override |
virtual void SAL_CALL | statusChanged (const css::frame::FeatureStateEvent &Event) override |
virtual void SAL_CALL | disposing (const css::lang::EventObject &obj) override |
const css::frame::FeatureStateEvent & | GetStateEvent () const |
Private Attributes | |
css::uno::Reference< css::frame::XDispatch > | xDispatch |
css::frame::FeatureStateEvent | aStateEvent |
Definition at line 120 of file helpinterceptor.hxx.
HelpStatusListener_Impl::HelpStatusListener_Impl | ( | css::uno::Reference< css::frame::XDispatch > const & | xDispatch, |
css::util::URL const & | rURL | ||
) |
Definition at line 238 of file helpinterceptor.cxx.
|
overridevirtual |
Definition at line 244 of file helpinterceptor.cxx.
References xDispatch.
|
overridevirtual |
Definition at line 256 of file helpinterceptor.cxx.
References xDispatch.
|
inline |
Definition at line 135 of file helpinterceptor.hxx.
References aStateEvent.
|
overridevirtual |
Definition at line 250 of file helpinterceptor.cxx.
References aStateEvent.
|
private |
Definition at line 124 of file helpinterceptor.hxx.
Referenced by GetStateEvent(), and statusChanged().
|
private |
Definition at line 123 of file helpinterceptor.hxx.
Referenced by disposing(), and ~HelpStatusListener_Impl().