|
LibreOffice Module sw (master) 1
|
#include <vbaformfielddropdownlistentry.hxx>
Public Member Functions | |
| SwVbaFormFieldDropDownListEntry (const css::uno::Reference< ooo::vba::XHelperInterface > &rParent, const css::uno::Reference< css::uno::XComponentContext > &rContext, sw::mark::IDropdownFieldmark &rFormField, sal_Int32 nZIndex) | |
| ~SwVbaFormFieldDropDownListEntry () override | |
| sal_Int32 SAL_CALL | getIndex () override |
| OUString SAL_CALL | getName () override |
| void SAL_CALL | setName (const OUString &sSet) override |
| void SAL_CALL | Delete () 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::IDropdownFieldmark & | m_rDropDown |
| const sal_Int32 | m_nZIndex |
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 20 of file vbaformfielddropdownlistentry.hxx.
| SwVbaFormFieldDropDownListEntry::SwVbaFormFieldDropDownListEntry | ( | const css::uno::Reference< ooo::vba::XHelperInterface > & | rParent, |
| const css::uno::Reference< css::uno::XComponentContext > & | rContext, | ||
| sw::mark::IDropdownFieldmark & | rFormField, | ||
| sal_Int32 | nZIndex | ||
| ) |
| css::uno::RuntimeException |
Definition at line 15 of file vbaformfielddropdownlistentry.cxx.
|
override |
Definition at line 25 of file vbaformfielddropdownlistentry.cxx.
|
override |
Definition at line 42 of file vbaformfielddropdownlistentry.cxx.
References sw::mark::IDropdownFieldmark::DelContent(), m_nZIndex, and m_rDropDown.
|
override |
Definition at line 28 of file vbaformfielddropdownlistentry.cxx.
References m_nZIndex.
|
override |
Definition at line 30 of file vbaformfielddropdownlistentry.cxx.
References sw::mark::IDropdownFieldmark::GetContent(), m_nZIndex, and m_rDropDown.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 45 of file vbaformfielddropdownlistentry.cxx.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 50 of file vbaformfielddropdownlistentry.cxx.
References aServiceNames.
|
override |
Definition at line 36 of file vbaformfielddropdownlistentry.cxx.
References m_nZIndex, m_rDropDown, sw::mark::IDropdownFieldmark::ReplaceContent(), and rSet.
|
private |
Definition at line 25 of file vbaformfielddropdownlistentry.hxx.
Referenced by Delete(), getIndex(), getName(), and setName().
|
private |
Definition at line 23 of file vbaformfielddropdownlistentry.hxx.