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

service NumberFormatsSupplier
Description
provides an supplier of number formats
Since
OOo 1.1.2
See also
NumberFormats, NumberFormatter

Exported Interfaces - Summary
::com::sun::star::lang::XInitialization

used to initialize the component when instantiating. (details)

XNumberFormatsSupplier

allows access to the number formats supplied by the component.

Exported Interfaces - Details
::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