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

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


Constructors' Summary
createWithLocale Create using specific locale.  
createWithDefaultLocale Create using default locale.  
Constructors' Details
createWithLocale
createWithLocale( [in] ::com::sun::star::lang::Locale  locale );

Description
Create using specific locale.
Parameter aLocale
the locale of the number formats supplier
createWithDefaultLocale
createWithDefaultLocale();

Description
Create using default locale.

 
Top of Page