LibreOffice Module svx (master) 1
|
#include <fmsrcimp.hxx>
Public Member Functions | |
SimpleTextWrapper (const css::uno::Reference< css::awt::XTextComponent > &_xText) | |
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::XTextComponent > | m_xText |
Definition at line 127 of file fmsrcimp.hxx.
SimpleTextWrapper::SimpleTextWrapper | ( | const css::uno::Reference< css::awt::XTextComponent > & | _xText | ) |
Definition at line 138 of file fmsrcimp.cxx.
References DBG_ASSERT, and m_xText.
|
overridevirtual |
Implements svxform::ControlTextWrapper.
Definition at line 146 of file fmsrcimp.cxx.
References m_xText.
|
private |
Definition at line 129 of file fmsrcimp.hxx.
Referenced by getCurrentText(), and SimpleTextWrapper().