summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XNumberFormatTypes.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XNumberFormatTypes.idl')
-rw-r--r--offapi/com/sun/star/util/XNumberFormatTypes.idl13
1 files changed, 9 insertions, 4 deletions
diff --git a/offapi/com/sun/star/util/XNumberFormatTypes.idl b/offapi/com/sun/star/util/XNumberFormatTypes.idl
index 63d3902668a4..b281710fa1d9 100644
--- a/offapi/com/sun/star/util/XNumberFormatTypes.idl
+++ b/offapi/com/sun/star/util/XNumberFormatTypes.idl
@@ -41,9 +41,12 @@ published interface XNumberFormatTypes: com::sun::star::uno::XInterface
/** @returns
the key of the standard format within a specified type for a given locale.
- @param nType
+ @param nType
the type of the number format. Must be one of the
NumberFormat constants.
+ @param nLocale
+ the locale for which the number format is requested.
+
*/
long getStandardFormat( [in] short nType,
[in] com::sun::star::lang::Locale nLocale );
@@ -52,11 +55,13 @@ published interface XNumberFormatTypes: com::sun::star::uno::XInterface
/** @returns
the key of a built-in format for a locale:
- @param nIndex
+ @param nIndex
the index of the wanted number format within the formats for
the given locale. One of the
com::sun::star::i18n::NumberFormatIndex
constants.
+ @param nLocale
+ the locale for which the key is requested.
*/
long getFormatIndex( [in] short nIndex,
[in] com::sun::star::lang::Locale nLocale );
@@ -72,10 +77,10 @@ published interface XNumberFormatTypes: com::sun::star::uno::XInterface
the index of the converted number format if successful,
the old index if the number format could not be converted.
- @param nKey
+ @param nKey
index of the old number format
- @param nLocale
+ @param nLocale
the locale to which the number format is converted
*/
long getFormatForLocale( [in] long nKey,