10#include <ooo/vba/word/WdTextFormFieldType.hpp>
26 const uno::Reference<ooo::vba::XHelperInterface>& rParent,
27 const uno::Reference<uno::XComponentContext>& rContext, ::sw::mark::IFieldmark& rFormField)
29 , m_pDropDown(dynamic_cast<
sw::mark::IDropdownFieldmark*>(&rFormField))
82 uno::Reference<XCollection> xCol(
86 return xCol->Item(rIndex,
uno::Any());
95 static uno::Sequence<OUString>
const aServiceNames{
"ooo.vba.word.DropDown" };
static SW_DLLPUBLIC MarkType GetType(const ::sw::mark::IMark &rMark)
Returns the MarkType used to create the mark.
css::uno::Reference< css::uno::XComponentContext > mxContext
virtual OUString GetContent(sal_Int32 *pIndex) const =0
virtual void ReplaceContent(const OUString *pText, sal_Int32 *pIndex)=0
Sequence< OUString > aServiceNames
Dialog to specify the properties of date form field.