LibreOffice Module sw (master) 1
|
#include <com/sun/star/uri/UriReferenceFactory.hpp>
#include <unotools/charclass.hxx>
#include <osl/diagnose.h>
#include <tools/urlobj.hxx>
#include <comphelper/processfactory.hxx>
#include <officecfg/Office/Common.hxx>
#include <txtfld.hxx>
#include <doc.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <IDocumentMarkAccess.hxx>
#include <cntfrm.hxx>
#include <txtfrm.hxx>
#include <rootfrm.hxx>
#include <modeltoviewhelper.hxx>
#include <node.hxx>
#include <pam.hxx>
#include <txttxmrk.hxx>
#include <frmfmt.hxx>
#include <fmtfld.hxx>
#include <txmsrt.hxx>
#include <ndtxt.hxx>
#include <swtable.hxx>
#include <expfld.hxx>
#include <authfld.hxx>
#include <toxwrap.hxx>
#include <strings.hrc>
#include <reffld.hxx>
#include <docsh.hxx>
#include <utility>
Go to the source code of this file.
Functions | |
static OUString | lcl_GetText (SwFormatField const &rField, SwRootFrame const *const pLayout) |
|
static |
Definition at line 815 of file txmsrt.cxx.
References SwField::ExpandField(), and SwFormatField::GetField().
Referenced by SwTOXAuthority::GetText(), and SwTOXAuthority::GetText_Impl().