LibreOffice Module svx (master) 1
|
#include <fmsrcimp.hxx>
Public Member Functions | |
CheckBoxWrapper (const css::uno::Reference< css::awt::XCheckBox > &_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::XCheckBox > | m_xBox |
Definition at line 143 of file fmsrcimp.hxx.
CheckBoxWrapper::CheckBoxWrapper | ( | const css::uno::Reference< css::awt::XCheckBox > & | _xBox | ) |
Definition at line 166 of file fmsrcimp.cxx.
References DBG_ASSERT, and m_xBox.
|
overridevirtual |
Implements svxform::ControlTextWrapper.
Definition at line 174 of file fmsrcimp.cxx.
References m_xBox, TRISTATE_FALSE, and TRISTATE_TRUE.
|
private |
Definition at line 145 of file fmsrcimp.hxx.
Referenced by CheckBoxWrapper(), and getCurrentText().