|
LibreOffice Module extensions (master) 1
|
#include <toolbar.hxx>
Public Member Functions | |
| BibToolBarListener (BibToolBar *pTB, OUString aStr, ToolBoxItemId nId) | |
| virtual | ~BibToolBarListener () override |
| const OUString & | GetCommand () const |
| virtual void SAL_CALL | disposing (const css::lang::EventObject &) override |
| virtual void SAL_CALL | statusChanged (const css::frame::FeatureStateEvent &Event) override |
Protected Attributes | |
| VclPtr< BibToolBar > | pToolBar |
Private Attributes | |
| ToolBoxItemId | nIndex |
| OUString | aCommand |
Definition at line 34 of file toolbar.hxx.
| BibToolBarListener::BibToolBarListener | ( | BibToolBar * | pTB, |
| OUString | aStr, | ||
| ToolBoxItemId | nId | ||
| ) |
|
overridevirtual |
Definition at line 59 of file toolbar.cxx.
|
inlineoverridevirtual |
Definition at line 54 of file toolbar.hxx.
|
inline |
Definition at line 50 of file toolbar.hxx.
References aCommand.
Referenced by BibTBListBoxListener::statusChanged(), BibTBEditListener::statusChanged(), and BibTBQueryMenuListener::statusChanged().
|
overridevirtual |
Reimplemented in BibTBListBoxListener, BibTBEditListener, and BibTBQueryMenuListener.
Definition at line 63 of file toolbar.cxx.
References aCommand, nIndex, pToolBar, and o3tl::tryAccess< bool >().
|
private |
Definition at line 39 of file toolbar.hxx.
Referenced by GetCommand(), and statusChanged().
|
private |
Definition at line 38 of file toolbar.hxx.
Referenced by statusChanged().
|
protected |
Definition at line 43 of file toolbar.hxx.
Referenced by statusChanged(), BibTBListBoxListener::statusChanged(), BibTBEditListener::statusChanged(), and BibTBQueryMenuListener::statusChanged().