LibreOffice Module sw (master) 1
|
#include <vbaformfieldtextinput.hxx>
Public Member Functions | |
SwVbaFormFieldTextInput (const css::uno::Reference< ooo::vba::XHelperInterface > &rParent, const css::uno::Reference< css::uno::XComponentContext > &rContext, sw::mark::IFieldmark &rFormField) | |
TextInput formfields are inline text objects that are only found in MS Word. More... | |
~SwVbaFormFieldTextInput () override | |
OUString SAL_CALL | getDefaultPropertyName () override |
sal_Bool SAL_CALL | getValid () override |
OUString SAL_CALL | getDefault () override |
void SAL_CALL | setDefault (const OUString &bSet) override |
OUString SAL_CALL | getFormat () override |
sal_Int32 SAL_CALL | getType () override |
sal_Int32 SAL_CALL | getWidth () override |
void SAL_CALL | setWidth (sal_Int32 nSet) override |
void SAL_CALL | Clear () override |
void SAL_CALL | EditType (sal_Int32 nType, const css::uno::Any &rDefault, const css::uno::Any &rFormat, const css::uno::Any &rEnabled) override |
OUString | getServiceImplName () override |
css::uno::Sequence< OUString > | getServiceNames () override |
Public Member Functions inherited from InheritedHelperInterfaceWeakImpl< typename... Ifc > | |
InheritedHelperInterfaceWeakImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext) | |
Public Member Functions inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > > | |
InheritedHelperInterfaceImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, css::uno::Reference< css::uno::XComponentContext > xContext) | |
virtual OUString | getServiceImplName ()=0 |
virtual css::uno::Sequence< OUString > | getServiceNames ()=0 |
virtual ::sal_Int32 SAL_CALL | getCreator () override |
virtual css::uno::Reference< ov::XHelperInterface > SAL_CALL | getParent () override |
virtual css::uno::Any SAL_CALL | Application () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
Private Attributes | |
sw::mark::IFieldmark & | m_rTextInput |
Additional Inherited Members | |
Protected Attributes inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > > | |
css::uno::WeakReference< ov::XHelperInterface > | mxParent |
css::uno::Reference< css::uno::XComponentContext > | mxContext |
Definition at line 19 of file vbaformfieldtextinput.hxx.
SwVbaFormFieldTextInput::SwVbaFormFieldTextInput | ( | const css::uno::Reference< ooo::vba::XHelperInterface > & | rParent, |
const css::uno::Reference< css::uno::XComponentContext > & | rContext, | ||
sw::mark::IFieldmark & | rFormField | ||
) |
TextInput formfields are inline text objects that are only found in MS Word.
css::uno::RuntimeException |
They cannot be created in Excel or in Calc.
Note that VBA might call this a TextInput, but it might not actually be one, so make good use of getValid()
Definition at line 26 of file vbaformfieldtextinput.cxx.
|
override |
Definition at line 34 of file vbaformfieldtextinput.cxx.
|
override |
Definition at line 100 of file vbaformfieldtextinput.cxx.
References getValid(), and m_rTextInput.
|
override |
Definition at line 108 of file vbaformfieldtextinput.cxx.
|
override |
Definition at line 44 of file vbaformfieldtextinput.cxx.
References getValid(), and m_rTextInput.
Referenced by setDefault().
|
override |
Definition at line 36 of file vbaformfieldtextinput.cxx.
|
override |
Definition at line 65 of file vbaformfieldtextinput.cxx.
References getValid(), and SAL_INFO.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 122 of file vbaformfieldtextinput.cxx.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 124 of file vbaformfieldtextinput.cxx.
References aServiceNames.
|
override |
Definition at line 74 of file vbaformfieldtextinput.cxx.
References getValid(), and SAL_INFO.
|
override |
Definition at line 38 of file vbaformfieldtextinput.cxx.
References IDocumentMarkAccess::GetType(), m_rTextInput, and IDocumentMarkAccess::TEXT_FIELDMARK.
Referenced by Clear(), getDefault(), getFormat(), getType(), getWidth(), setDefault(), and setWidth().
|
override |
Definition at line 83 of file vbaformfieldtextinput.cxx.
References getValid(), and SAL_INFO.
|
override |
Definition at line 52 of file vbaformfieldtextinput.cxx.
References getDefault(), getValid(), and m_rTextInput.
|
override |
Definition at line 92 of file vbaformfieldtextinput.cxx.
References getValid(), and SAL_INFO.
|
private |
Definition at line 22 of file vbaformfieldtextinput.hxx.
Referenced by Clear(), getDefault(), getValid(), and setDefault().