#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 <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.
#define XML_NUMF_COLORCOUNT 10 |
static bool lcl_IsAtEnd |
( |
OUStringBuffer & |
rBuffer, |
|
|
const OUString & |
rToken |
|
) |
| |
|
static |
const SvXMLDefaultDateFormat aDefaultDateFormats[] |
Initial value:=
{
}
NF_DATETIME_SYS_DDMMYYYY_HHMMSS
NF_DATETIME_SYS_DDMMYYYY_HHMM
NF_DATE_SYS_NNNNDMMMMYYYY
NF_DATETIME_SYSTEM_SHORT_HHMM
Definition at line 262 of file xmlnumfi.cxx.
Initial value:=
{
}
const ::std::vector< Color > ImpSvNumberformatScan::StandardColor COL_LIGHTMAGENTA
const ::std::vector< Color > ImpSvNumberformatScan::StandardColor COL_LIGHTRED
const ::std::vector< Color > ImpSvNumberformatScan::StandardColor COL_GRAY
const ::std::vector< Color > ImpSvNumberformatScan::StandardColor COL_LIGHTCYAN
const ::std::vector< Color > ImpSvNumberformatScan::StandardColor COL_WHITE
const ::std::vector< Color > ImpSvNumberformatScan::StandardColor COL_BROWN
const ::std::vector< Color > ImpSvNumberformatScan::StandardColor COL_LIGHTGREEN
const ::std::vector< Color > ImpSvNumberformatScan::StandardColor COL_BLACK
const ::std::vector< Color > ImpSvNumberformatScan::StandardColor COL_YELLOW
const ::std::vector< Color > ImpSvNumberformatScan::StandardColor COL_LIGHTBLUE
Definition at line 211 of file xmlnumfi.cxx.