LibreOffice Module chart2 (master) 1
|
#include <ModifyListenerCallBack.hxx>
Public Member Functions | |
ModifyListenerCallBack (const Link< void *, void > &rCallBack) | |
~ModifyListenerCallBack () | |
void | startListening (const ::com::sun::star::uno::Reference<::com::sun::star::util::XModifyBroadcaster > &xBroadcaster) |
SAL_DLLPRIVATE void | stopListening () |
Private Member Functions | |
ModifyListenerCallBack (const ModifyListenerCallBack &)=delete | |
Private Attributes | |
ModifyListenerCallBack_impl * | pModifyListener_impl |
css::uno::Reference< css::util::XModifyListener > | m_xModifyListener |
Definition at line 35 of file ModifyListenerCallBack.hxx.
|
explicit |
Definition at line 89 of file ModifyListenerCallBack.cxx.
chart::ModifyListenerCallBack::~ModifyListenerCallBack | ( | ) |
Definition at line 95 of file ModifyListenerCallBack.cxx.
References stopListening().
|
privatedelete |
void chart::ModifyListenerCallBack::startListening | ( | const ::com::sun::star::uno::Reference<::com::sun::star::util::XModifyBroadcaster > & | xBroadcaster | ) |
Definition at line 100 of file ModifyListenerCallBack.cxx.
References pModifyListener_impl, and chart::ModifyListenerCallBack_impl::startListening().
void chart::ModifyListenerCallBack::stopListening | ( | ) |
Definition at line 104 of file ModifyListenerCallBack.cxx.
References pModifyListener_impl, and chart::ModifyListenerCallBack_impl::stopListening().
Referenced by ~ModifyListenerCallBack().
|
private |
Definition at line 52 of file ModifyListenerCallBack.hxx.
|
private |
Definition at line 51 of file ModifyListenerCallBack.hxx.
Referenced by startListening(), and stopListening().