LibreOffice Module sw (master) 1
|
#include <sal/config.h>
#include <memory>
#include <libxml/xmlwriter.h>
#include <comphelper/processfactory.hxx>
#include <comphelper/string.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <o3tl/any.hxx>
#include <o3tl/string_view.hxx>
#include <officecfg/Office/Common.hxx>
#include <osl/diagnose.h>
#include <tools/urlobj.hxx>
#include <swtypes.hxx>
#include <strings.hrc>
#include <authfld.hxx>
#include <expfld.hxx>
#include <pam.hxx>
#include <cntfrm.hxx>
#include <rootfrm.hxx>
#include <tox.hxx>
#include <txmsrt.hxx>
#include <fmtfld.hxx>
#include <txtfld.hxx>
#include <ndtxt.hxx>
#include <doc.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <unofldmid.h>
#include <unoprnms.hxx>
#include <docsh.hxx>
#include <com/sun/star/beans/PropertyValues.hpp>
#include <com/sun/star/uri/UriReferenceFactory.hpp>
Go to the source code of this file.
Functions | |
static sal_Int32 | lcl_Find (std::u16string_view rFieldName) |
Variables | |
const char *const | aFieldNames [] |
|
static |
Definition at line 799 of file authfld.cxx.
References aFieldNames, AUTH_FIELD_END, o3tl::equalsAscii(), and i.
Referenced by SwAuthorityField::PutValue().
const char* const aFieldNames[] |
Definition at line 724 of file authfld.cxx.
Referenced by SwAuthEntry::dumpAsXml(), SwXTextFieldMasters::getElementNames(), ww::GetEnglishFieldName(), lcl_ApplyParagraphClassification(), lcl_Find(), SwAuthorityField::QueryValue(), and SwWW8ImplReader::Read_FieldVanish().