| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
Number format code information returned by various XNumberFormatCode methods. More...
import "NumberFormatCode.idl";
| Public Attributes | |
| short | Type | 
| One of KNumberFormatType values. | |
| short | Usage | 
| One of KNumberFormatUsage values. | |
| string | Code | 
| Format code, for example, "YYYY-MM-DD". | |
| string | DefaultName | 
| Descriptive name of the format for this locale. | |
| string | NameID | 
| Message identifier to be used if the name of the format is localized. | |
| short | Index | 
| Index of the code as defined in NumberFormatIndex. | |
| boolean | Default | 
| If this format is the default format of the Usage group. | |
Number format code information returned by various XNumberFormatCode methods.
| string Code | 
Format code, for example, "YYYY-MM-DD".
| boolean Default | 
If this format is the default format of the Usage group.
| string DefaultName | 
Descriptive name of the format for this locale.
| short Index | 
Index of the code as defined in NumberFormatIndex.
| string NameID | 
Message identifier to be used if the name of the format is localized.
| short Type | 
One of KNumberFormatType values.
| short Usage | 
One of KNumberFormatUsage values.