LibreOffice
LibreOffice 5.0 SDK API Reference
|
Access locale data number format codes to use with the number formatter. More...
import "NumberFormatMapper.idl";
Additional Inherited Members | |
![]() | |
NumberFormatCode | getDefault ([in] short nFormatType,[in] short nFormatUsage,[in] com::sun::star::lang::Locale rLocale) |
returns the default number format code of a specific category (usage group) for a given locale and format length type. More... | |
NumberFormatCode | getFormatCode ([in] short nFormatIndex,[in] com::sun::star::lang::Locale rLocale) |
returns the number format pointed to by nFormatIndex for a given locale. More... | |
sequence< NumberFormatCode > | getAllFormatCode ([in] short nFormatUsage,[in] com::sun::star::lang::Locale rLocale) |
returns all format codes for a given nFormatUsage and locale. More... | |
sequence< NumberFormatCode > | getAllFormatCodes ([in] com::sun::star::lang::Locale rLocale) |
returns all format codes for a given locale. More... | |
Access locale data number format codes to use with the number formatter.