LibreOffice
LibreOffice 24.2 SDK API Reference
|
Attributes describing a native number mode for a specific locale, stored in XML file format. More...
import"NativeNumberXmlAttributes.idl";
Public Attributes | |
::com::sun::star::lang::Locale | Locale |
The locale of the native number representation. More... | |
string | Format |
The number "1" expressed as a native number string. More... | |
string | Style |
The type of the number string, for example, "short" or "medium" or "long". More... | |
Attributes describing a native number mode for a specific locale, stored in XML file format.
Used with XNativeNumberSupplier::convertToXmlAttributes() and XNativeNumberSupplier::convertFromXmlAttributes()
string Format |
The number "1" expressed as a native number string.
::com::sun::star::lang::Locale Locale |
The locale of the native number representation.
string Style |
The type of the number string, for example, "short" or "medium" or "long".