16 const uno::Reference<ooo::vba::XHelperInterface>& rParent,
17 const uno::Reference<uno::XComponentContext>& rContext,
20 , m_rDropDown(rFormField)
47 return "SwVbaFormFieldDropDownListEntry";
52 static uno::Sequence<OUString>
const aServiceNames{
"ooo.vba.word.ListEntry" };
~SwVbaFormFieldDropDownListEntry() override
void SAL_CALL setName(const OUString &sSet) override
css::uno::Sequence< OUString > getServiceNames() override
OUString getServiceImplName() override
sal_Int32 SAL_CALL getIndex() override
OUString SAL_CALL getName() override
SwVbaFormFieldDropDownListEntry(const css::uno::Reference< ooo::vba::XHelperInterface > &rParent, const css::uno::Reference< css::uno::XComponentContext > &rContext, sw::mark::IDropdownFieldmark &rFormField, sal_Int32 nZIndex)
const sal_Int32 m_nZIndex
sw::mark::IDropdownFieldmark & m_rDropDown
void SAL_CALL Delete() override
virtual void DelContent(sal_Int32 nDelIndex=-1)=0
virtual OUString GetContent(sal_Int32 *pIndex) const =0
virtual void ReplaceContent(const OUString *pText, sal_Int32 *pIndex)=0
Sequence< OUString > aServiceNames