|
LibreOffice Module xmloff (master) 1
|
#include <svl/zforlist.hxx>#include <svl/numformat.hxx>#include <svl/zformat.hxx>#include <svl/numuno.hxx>#include <i18nlangtag/languagetag.hxx>#include <tools/color.hxx>#include <osl/diagnose.h>#include <rtl/math.hxx>#include <rtl/ustrbuf.hxx>#include <sal/log.hxx>#include <sax/tools/converter.hxx>#include <utility>#include <xmloff/xmlement.hxx>#include <xmloff/xmlnumfi.hxx>#include <xmloff/xmltkmap.hxx>#include <xmloff/xmlnamespace.hxx>#include <xmloff/xmlictxt.hxx>#include <xmloff/xmlimp.hxx>#include <xmloff/xmluconv.hxx>#include <xmloff/namespacemap.hxx>#include <xmloff/families.hxx>#include <xmloff/xmltoken.hxx>#include <xmloff/languagetagodf.hxx>#include <memory>#include <string_view>#include <vector>Go to the source code of this file.
Classes | |
| class | SvXMLNumImpData |
| struct | SvXMLNumberInfo |
Macros | |
| #define | XML_NUMF_COLORCOUNT 10 |
Functions | |
| static bool | lcl_ValidChar (sal_Unicode cChar, const SvXMLNumFormatContext &rParent) |
| static void | lcl_EnquoteIfNecessary (OUStringBuffer &rContent, const SvXMLNumFormatContext &rParent) |
| static bool | lcl_IsAtEnd (OUStringBuffer &rBuffer, std::u16string_view rToken) |
Variables | |
| const Color | aNumFmtStdColors [XML_NUMF_COLORCOUNT] |
| const SvXMLEnumMapEntry< bool > | aStyleValueMap [] |
| const SvXMLEnumMapEntry< bool > | aFormatSourceMap [] |
| const SvXMLDefaultDateFormat | aDefaultDateFormats [] |
| #define XML_NUMF_COLORCOUNT 10 |
Definition at line 211 of file xmlnumfi.cxx.
|
static |
Definition at line 532 of file xmlnumfi.cxx.
References BOOLEAN_STYLE, SvXMLNumFormatContext::GetType(), lcl_ValidChar(), nLength, nPos, and PERCENTAGE_STYLE.
|
static |
Definition at line 1975 of file xmlnumfi.cxx.
Referenced by SvXMLNumFormatContext::ReplaceNfKeyword().
|
static |
Definition at line 479 of file xmlnumfi.cxx.
References BOOLEAN_STYLE, CURRENCY_STYLE, DATE_STYLE, SvXMLNumFormatContext::GetLocaleData(), LocaleDataWrapper::getNumThousandSep(), SvXMLNumFormatContext::GetType(), NUMBER_STYLE, PERCENTAGE_STYLE, and TIME_STYLE.
Referenced by lcl_EnquoteIfNecessary().
| const SvXMLDefaultDateFormat aDefaultDateFormats[] |
Definition at line 264 of file xmlnumfi.cxx.
Referenced by SvXMLNumFmtDefaults::GetDefaultDateFormat().
| const SvXMLEnumMapEntry<bool> aFormatSourceMap[] |
Definition at line 240 of file xmlnumfi.cxx.
| const Color aNumFmtStdColors[XML_NUMF_COLORCOUNT] |
Definition at line 213 of file xmlnumfi.cxx.
Referenced by SvXMLNumFormatContext::AddColor().
| const SvXMLEnumMapEntry<bool> aStyleValueMap[] |
Definition at line 233 of file xmlnumfi.cxx.