LibreOffice Module sw (master) 1
|
#include <fldbas.hxx>
#include <float.h>
#include <libxml/xmlwriter.h>
#include <rtl/math.hxx>
#include <comphelper/string.hxx>
#include <svl/numformat.hxx>
#include <svl/zforlist.hxx>
#include <svl/zformat.hxx>
#include <o3tl/enumarray.hxx>
#include <osl/diagnose.h>
#include <unofldmid.h>
#include <doc.hxx>
#include <fmtfld.hxx>
#include <docufld.hxx>
#include <expfld.hxx>
#include <shellres.hxx>
#include <calc.hxx>
#include <strings.hrc>
#include <docary.hxx>
#include <authfld.hxx>
#include <calbck.hxx>
#include <viewsh.hxx>
#include <hints.hxx>
#include <unofield.hxx>
Go to the source code of this file.
Functions | |
static LanguageType | lcl_GetLanguageOfFormat (LanguageType nLng, sal_uLong nFormat, const SvNumberFormatter &rFormatter) |
OUString | FormatNumber (sal_uInt32 nNum, SvxNumType nFormat, LanguageType nLang) |
expand numbering More... | |
SwFieldTypesEnum | SwFieldTypeFromString (std::u16string_view rString) |
OUString FormatNumber | ( | sal_uInt32 | nNum, |
SvxNumType | nFormat, | ||
LanguageType | nLang | ||
) |
expand numbering
General tools.
Definition at line 523 of file fldbas.cxx.
References LanguageTag::convertToLocale(), SvxNumberType::GetNumStr(), LANGUAGE_NONE, nLang, SvxNumberType::SetNumberingType(), SVX_NUM_NUMBER_NONE, and SVX_NUM_PAGEDESC.
Referenced by SwRefPageGetField::ChangeExpansion(), SwDocStatFieldType::Expand(), SwPageNumberFieldType::Expand(), SwDBSetNumberField::ExpandImpl(), SwAccessibleFrame::GetFormattedPageNumber(), SwSetExpField::SetValue(), and SwRefPageGetFieldType::UpdateField().
|
static |
Definition at line 51 of file fldbas.cxx.
References GetAppLanguage(), SvNumberFormatter::GetIndexTableOffset(), LANGUAGE_NONE, LANGUAGE_SYSTEM, NF_DATE_SYSTEM_LONG, NF_DATE_SYSTEM_SHORT, NF_DATETIME_SYSTEM_SHORT_HHMM, and NF_NUMBER_SYSTEM.
Referenced by SwValueFieldType::ExpandValue(), and SwValueField::SetLanguage().
SwFieldTypesEnum SwFieldTypeFromString | ( | std::u16string_view | rString | ) |
Definition at line 539 of file fldbas.cxx.
References Author, Chapter, DatabaseName, Date, DocumentStatistics, Filename, Formel, Get, HiddenText, PageNumber, Set, SetRef, Time, u, and Unknown.
Referenced by SwTextShell::ExecField().