|
LibreOffice Module sfx2 (master) 1
|
#include <helpinterceptor.hxx>
Public Member Functions | |
| HelpListener_Impl (HelpInterceptor_Impl *pInter) | |
| virtual void SAL_CALL | statusChanged (const css::frame::FeatureStateEvent &Event) override |
| virtual void SAL_CALL | disposing (const css::lang::EventObject &obj) override |
| void | SetChangeHdl (const Link< HelpListener_Impl &, void > &rLink) |
| const OUString & | GetFactory () const |
Private Attributes | |
| HelpInterceptor_Impl * | pInterceptor |
| Link< HelpListener_Impl &, void > | aChangeLink |
| OUString | aFactory |
Definition at line 102 of file helpinterceptor.hxx.
|
explicit |
Definition at line 217 of file helpinterceptor.cxx.
References HelpInterceptor_Impl::addStatusListener(), and pInterceptor.
|
overridevirtual |
Definition at line 232 of file helpinterceptor.cxx.
References pInterceptor, and HelpInterceptor_Impl::removeStatusListener().
|
inline |
Definition at line 116 of file helpinterceptor.hxx.
References aFactory.
|
inline |
Definition at line 115 of file helpinterceptor.hxx.
References aChangeLink.
|
overridevirtual |
Definition at line 224 of file helpinterceptor.cxx.
References aChangeLink, aFactory, Link< typename Arg, typename Ret >::Call(), and INetURLObject::GetHost().
|
private |
Definition at line 106 of file helpinterceptor.hxx.
Referenced by SetChangeHdl(), and statusChanged().
|
private |
Definition at line 107 of file helpinterceptor.hxx.
Referenced by GetFactory(), and statusChanged().
|
private |
Definition at line 105 of file helpinterceptor.hxx.
Referenced by disposing(), and HelpListener_Impl().