LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwVbaFormFieldDropDownListEntry Class Reference

#include <vbaformfielddropdownlistentry.hxx>

Inheritance diagram for SwVbaFormFieldDropDownListEntry:
[legend]
Collaboration diagram for SwVbaFormFieldDropDownListEntry:
[legend]

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::IDropdownFieldmarkm_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
 

Detailed Description

Definition at line 20 of file vbaformfielddropdownlistentry.hxx.

Constructor & Destructor Documentation

◆ SwVbaFormFieldDropDownListEntry()

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 
)
Exceptions
css::uno::RuntimeException

Definition at line 15 of file vbaformfielddropdownlistentry.cxx.

◆ ~SwVbaFormFieldDropDownListEntry()

SwVbaFormFieldDropDownListEntry::~SwVbaFormFieldDropDownListEntry ( )
override

Definition at line 25 of file vbaformfielddropdownlistentry.cxx.

Member Function Documentation

◆ Delete()

void SwVbaFormFieldDropDownListEntry::Delete ( )
override

◆ getIndex()

sal_Int32 SwVbaFormFieldDropDownListEntry::getIndex ( )
override

Definition at line 28 of file vbaformfielddropdownlistentry.cxx.

References m_nZIndex.

◆ getName()

OUString SwVbaFormFieldDropDownListEntry::getName ( )
override

◆ getServiceImplName()

OUString SwVbaFormFieldDropDownListEntry::getServiceImplName ( )
overridevirtual

◆ getServiceNames()

uno::Sequence< OUString > SwVbaFormFieldDropDownListEntry::getServiceNames ( )
overridevirtual

◆ setName()

void SwVbaFormFieldDropDownListEntry::setName ( const OUString &  sSet)
override

Member Data Documentation

◆ m_nZIndex

const sal_Int32 SwVbaFormFieldDropDownListEntry::m_nZIndex
private

Definition at line 25 of file vbaformfielddropdownlistentry.hxx.

Referenced by Delete(), getIndex(), getName(), and setName().

◆ m_rDropDown

sw::mark::IDropdownFieldmark& SwVbaFormFieldDropDownListEntry::m_rDropDown
private

Definition at line 23 of file vbaformfielddropdownlistentry.hxx.

Referenced by Delete(), getName(), and setName().


The documentation for this class was generated from the following files: