LibreOffice Module sw (master) 1
|
#include <calc.hxx>
#include <doc.hxx>
#include <IDocumentTimerAccess.hxx>
#include <IMark.hxx>
#include <o3tl/sorted_vector.hxx>
#include <memory>
#include <optional>
Go to the source code of this file.
Classes | |
class | SetGetExpField |
class | SetGetExpFields |
struct | HashStr |
struct | SwCalcFieldType |
class | SwDocUpdateField |
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... | |
Variables | |
const int | GETFLD_ALL = 3 |
const int | GETFLD_CALC = 1 |
const int | GETFLD_EXPAND = 2 |
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().
const int GETFLD_ALL = 3 |
Definition at line 140 of file docfld.hxx.
Referenced by sw::DocumentFieldsManager::GetRecordsPerDocument(), SwDocUpdateField::MakeFieldList_(), and sw::DocumentFieldsManager::UpdateExpFields().
const int GETFLD_CALC = 1 |
Definition at line 141 of file docfld.hxx.
Referenced by sw::DocumentFieldsManager::FieldsToCalc(), and SwDocUpdateField::MakeFieldList_().
const int GETFLD_EXPAND = 2 |
Definition at line 142 of file docfld.hxx.
Referenced by sw::DocumentFieldsManager::FieldsToExpand(), and SwDocUpdateField::MakeFieldList_().