struct NumberFormatCode in module com::sun::star::i18n::

(Global Index)

Syntax

struct NumberFormatCode;

Field Summary

Type One of KNumberFormatType values

Usage One of KNumberFormatUsage values

Code Format code like DD/MM/YY

DefaultName Descriptive name of the format for this locale

NameID Message identifier to be used if the name of the format is localized

Index Index of the code as defined in NumberFormatIndex

Default Whether this format is the default format of the usage group

Field Details



Type

Syntax

short Type;

Description

One of KNumberFormatType values


Usage

Syntax

short Usage;

Description

One of KNumberFormatUsage values


Code

Syntax

string Code;

Description

Format code like DD/MM/YY


DefaultName

Syntax

string DefaultName;

Description

Descriptive name of the format for this locale


NameID

Syntax

string NameID;

Description

Message identifier to be used if the name of the format is localized


Index

Syntax

short Index;

Description

Index of the code as defined in NumberFormatIndex


Default

Syntax

boolean Default;

Description

Whether this format is the default format of the usage group

Top of Page