LibreOffice Module sw (master) 1
|
#include <config_features.h>
#include <config_fuzzers.h>
#include <hintids.hxx>
#include <comphelper/string.hxx>
#include <osl/diagnose.h>
#include <unotools/charclass.hxx>
#include <o3tl/string_view.hxx>
#include <doc.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <IDocumentMarkAccess.hxx>
#include <IDocumentState.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <node2lay.hxx>
#include <cntfrm.hxx>
#include <pagefrm.hxx>
#include <txtfrm.hxx>
#include <notxtfrm.hxx>
#include <pam.hxx>
#include <ndtxt.hxx>
#include <swtable.hxx>
#include <calc.hxx>
#include <txtfld.hxx>
#include <fmtfld.hxx>
#include <txttxmrk.hxx>
#include <docfld.hxx>
#include <docufld.hxx>
#include <usrfld.hxx>
#include <expfld.hxx>
#include <dbfld.hxx>
#include <reffld.hxx>
#include <dbmgr.hxx>
#include <section.hxx>
#include <docary.hxx>
#include <authfld.hxx>
#include <txtinet.hxx>
#include <fmtcntnt.hxx>
#include <utility>
Go to the source code of this file.
Functions | |
OUString | LookString (SwHashTable< HashStr > const &rTable, const OUString &rName) |
Look up the Name, if it is present, return its String, otherwise return an empty String. More... | |
OUString LookString | ( | SwHashTable< HashStr > const & | rTable, |
const OUString & | rName | ||
) |
Look up the Name, if it is present, return its String, otherwise return an empty String.
Definition at line 377 of file docfld.cxx.
References HashStr::aSetStr, SwHashTable< T >::Find(), and comphelper::string::strip().
Referenced by SwGetExpField::ChangeExpansion(), sw::DocumentFieldsManager::FieldsToExpand(), and sw::DocumentFieldsManager::UpdateExpFieldsImpl().