|
LibreOffice Module svx (master) 1
|
#include <fmsrcimp.hxx>
Public Member Functions | |
| ListBoxWrapper (const css::uno::Reference< css::awt::XListBox > &_xBox) | |
| virtual OUString | getCurrentText () const override |
Public Member Functions inherited from svxform::ControlTextWrapper | |
| const css::uno::Reference< css::uno::XInterface > & | getControl () const |
| ControlTextWrapper (const css::uno::Reference< css::uno::XInterface > &_xControl) | |
| virtual | ~ControlTextWrapper () |
| virtual OUString | getCurrentText () const =0 |
Private Attributes | |
| css::uno::Reference< css::awt::XListBox > | m_xBox |
Definition at line 135 of file fmsrcimp.hxx.
| ListBoxWrapper::ListBoxWrapper | ( | const css::uno::Reference< css::awt::XListBox > & | _xBox | ) |
Definition at line 152 of file fmsrcimp.cxx.
References DBG_ASSERT, and m_xBox.
|
overridevirtual |
Implements svxform::ControlTextWrapper.
Definition at line 160 of file fmsrcimp.cxx.
References m_xBox.
|
private |
Definition at line 137 of file fmsrcimp.hxx.
Referenced by getCurrentText(), and ListBoxWrapper().