:: com :: sun :: star :: util ::

service NumberFormatsSupplier
Description
provides an supplier of number formats
See also
NumberFormats
See also
NumberFormatter
Since version
OpenOffice.org 1.1.5

Exported Interfaces
::com::sun::star::lang::XInitialization
Description
used to initialize the component when instantiating.

In the ::com::sun::star::lang::XInitialization::initialize method, you can pass a ::com::sun::star::lang::Locale to specify the default locale of the number formats supplier.

The component should be initialized only once, after it has been instantiated, and before it has been used.
If you initialize it a second time (or after you used it), it is up to implementation how this is handled.

XNumberFormatsSupplier
Description
allows access to the number formats supplied by the component.

 
Top of Page