LibreOffice Module sw (master) 1
Functions | Variables
authfld.cxx File Reference
#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>
Include dependency graph for authfld.cxx:

Go to the source code of this file.

Functions

static sal_Int32 lcl_Find (std::u16string_view rFieldName)
 

Variables

const char *const aFieldNames []
 

Function Documentation

◆ lcl_Find()

static sal_Int32 lcl_Find ( std::u16string_view  rFieldName)
static

Definition at line 799 of file authfld.cxx.

References aFieldNames, AUTH_FIELD_END, o3tl::equalsAscii(), and i.

Referenced by SwAuthorityField::PutValue().

Variable Documentation

◆ aFieldNames

const char* const aFieldNames[]