LibreOffice Module sw (master) 1
|
#include "vbafield.hxx"
#include "vbarange.hxx"
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/text/XTextFieldsSupplier.hpp>
#include <com/sun/star/text/FilenameDisplayFormat.hpp>
#include <com/sun/star/util/XRefreshable.hpp>
#include <com/sun/star/util/XUpdatable.hpp>
#include <ooo/vba/word/WdFieldType.hpp>
#include <basic/sberrors.hxx>
#include <cppuhelper/implbase.hxx>
#include <sal/log.hxx>
#include <tools/long.hxx>
#include <utility>
Go to the source code of this file.
Functions | |
static uno::Any | lcl_createField (const uno::Reference< XHelperInterface > &xParent, const uno::Reference< uno::XComponentContext > &xContext, const uno::Reference< frame::XModel > &xModel, const uno::Any &aSource) |
Variables | |
const DocPropertyTable | aDocPropertyTables [] |
|
static |
Definition at line 220 of file vbafield.cxx.
References xModel.
Referenced by SwVbaFields::createCollectionObject().
const DocPropertyTable aDocPropertyTables[] |
Definition at line 392 of file vbafield.cxx.
Referenced by SwVbaFields::Create_Field_DocProperty().