|
Syntax
- string convertNumberToPreviewString
(
- string aFormat,
- double fValue,
- com::sun::star::lang::Locale nLocale,
- boolean bAllowEnglish )
- raises ( com::sun::star::util::MalformedNumberFormatException );
Description
formats a value using a format string, without inserting a
number format into the list.
Syntax
- com::sun::star::util::color queryPreviewColorForNumber
(
- string aFormat,
- double fValue,
- com::sun::star::lang::Locale nLocale,
- boolean bAllowEnglish,
- com::sun::star::util::color aDefaultColor )
- raises ( com::sun::star::util::MalformedNumberFormatException );
Description
returns the color which is to be used for a number.
|