LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides an supplier of number formats More...
import"NumberFormatsSupplier.idl";
Public Member Functions | |
createWithLocale ([in] com::sun::star::lang::Locale Locale) | |
Create using specific locale. More... | |
createWithDefaultLocale () | |
Create using default locale. More... | |
Public Member Functions inherited from XNumberFormatsSupplier | |
com::sun::star::beans::XPropertySet | getNumberFormatSettings () |
com::sun::star::util::XNumberFormats | getNumberFormats () |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
createWithDefaultLocale | ( | ) |
Create using default locale.
createWithLocale | ( | [in] com::sun::star::lang::Locale | Locale | ) |
Create using specific locale.
Locale | the locale of the number formats supplier |