LibreOffice Module vcl (master) 1
|
split from the main class since it needs different ref-counting mana More...
Public Member Functions | |
NotebookBarContextChangeEventListener (NotebookBar *p, css::uno::Reference< css::frame::XFrame > xFrame) | |
void | setupFrameListener (bool bListen) |
void | setupListener (bool bListen) |
virtual void SAL_CALL | notifyContextChangeEvent (const css::ui::ContextChangeEventObject &rEvent) override |
virtual void SAL_CALL | frameAction (const css::frame::FrameActionEvent &rEvent) override |
virtual void SAL_CALL | disposing (const ::css::lang::EventObject &) override |
Private Attributes | |
bool | mbActive |
VclPtr< NotebookBar > | mpParent |
css::uno::Reference< css::frame::XFrame > | mxFrame |
split from the main class since it needs different ref-counting mana
Definition at line 48 of file notebookbar.cxx.
|
inline |
Definition at line 54 of file notebookbar.cxx.
|
overridevirtual |
Definition at line 297 of file notebookbar.cxx.
References VclPtr< reference_type >::clear(), and mpParent.
|
overridevirtual |
Definition at line 274 of file notebookbar.cxx.
References mbActive, and setupListener().
|
overridevirtual |
Definition at line 234 of file notebookbar.cxx.
References vcl::EnumContext::GetContextEnum(), NotebookBar::m_pContextContainers, and mpParent.
void NotebookBarContextChangeEventListener::setupFrameListener | ( | bool | bListen | ) |
Definition at line 266 of file notebookbar.cxx.
References mxFrame.
void NotebookBarContextChangeEventListener::setupListener | ( | bool | bListen | ) |
Definition at line 243 of file notebookbar.cxx.
References comphelper::LibreOfficeKit::isActive(), mbActive, and mxFrame.
Referenced by frameAction().
|
private |
Definition at line 50 of file notebookbar.cxx.
Referenced by frameAction(), and setupListener().
|
private |
Definition at line 51 of file notebookbar.cxx.
Referenced by disposing(), and notifyContextChangeEvent().
|
private |
Definition at line 52 of file notebookbar.cxx.
Referenced by setupFrameListener(), and setupListener().