|
LibreOffice Module sw (master) 1
|
#include <comphelper/sequence.hxx>#include <sal/log.hxx>#include <doc.hxx>#include <docsh.hxx>#include <IDocumentMarkAccess.hxx>#include "vbaformfield.hxx"#include "vbaformfields.hxx"#include "wordvbahelper.hxx"Go to the source code of this file.
Functions | |
| static sw::mark::IFieldmark * | lcl_getFieldmark (std::string_view rName, sal_Int32 &rIndex, const uno::Reference< frame::XModel > &xModel, uno::Sequence< OUString > *pElementNames=nullptr) |
|
static |
Definition at line 28 of file vbaformfields.cxx.
References IDocumentMarkAccess::CHECKBOX_FIELDMARK, comphelper::containerToSequence(), IDocumentMarkAccess::DROPDOWN_FIELDMARK, SwDocShell::GetDoc(), ooo::vba::word::getDocShell(), IDocumentMarkAccess::getFieldmarksBegin(), IDocumentMarkAccess::getFieldmarksEnd(), SwDoc::getIDocumentMarkAccess(), IDocumentMarkAccess::GetType(), IDocumentMarkAccess::TEXT_FIELDMARK, and xModel.