summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XNumberFormatTypes.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commitcb23f6a62077022736a40d6315ee92a218f489e0 (patch)
tree713895d0de4930fd1a37b2fb7bb6ded971a2acdf /offapi/com/sun/star/util/XNumberFormatTypes.idl
parent625aff4ec7a47d618a9da160e962fc6fb5c834c5 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/util/XNumberFormatTypes.idl')
-rw-r--r--offapi/com/sun/star/util/XNumberFormatTypes.idl39
1 files changed, 4 insertions, 35 deletions
diff --git a/offapi/com/sun/star/util/XNumberFormatTypes.idl b/offapi/com/sun/star/util/XNumberFormatTypes.idl
index 61d3c78e790f..f785d52b0660 100644
--- a/offapi/com/sun/star/util/XNumberFormatTypes.idl
+++ b/offapi/com/sun/star/util/XNumberFormatTypes.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XNumberFormatTypes.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,14 +76,12 @@
//=============================================================================
-// DocMerge from xml: interface com::sun::star::util::XNumberFormatTypes
/** represents functions to get specific, predefined number formats.
*/
interface XNumberFormatTypes: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::util::XNumberFormatTypes::getStandardIndex
/** @returns
the key of the standard format for a locale.
*/
@@ -91,20 +89,18 @@ interface XNumberFormatTypes: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::util::XNumberFormatTypes::getStandardFormat
/** @returns
the key of the standard format within a specified type for a given locale.
@param nType
the type of the number format. Must be one of the
- NUMBERFORMAT_... constants.
+ <type>NumberFormat</type> constants.
*/
long getStandardFormat( [in] short nType,
[in] com::sun::star::lang::Locale nLocale );
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::util::XNumberFormatTypes::getFormatIndex
/** @returns
the key of a built-in format for a locale:
@@ -119,7 +115,6 @@ interface XNumberFormatTypes: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::util::XNumberFormatTypes::isTypeCompatible
/** verifies if one type of number format is compatible with another type.
*/
boolean isTypeCompatible( [in] short nOldType,
@@ -127,7 +122,6 @@ interface XNumberFormatTypes: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::util::XNumberFormatTypes::getFormatForLocale
/** @returns
the index of the converted number format if successful,
the old index if the number format could not be converted.
@@ -147,30 +141,5 @@ interface XNumberFormatTypes: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.4 2001/03/16 16:41:51 jsc
- remove interfaceheader with uik and remove [const] in method definitions
-
- Revision 1.3 2000/11/08 12:45:17 mi
- moved from api
-
- Revision 1.2 2000/11/02 20:34:33 er
- getFormatIndex: added a comment pointing to <type scope=com::sun::star::i18n>NumberFormatIndex</type>
-
- Revision 1.1.1.1 2000/09/18 23:36:20 hjs
- initial import
-
- Revision 1.4 2000/09/11 11:53:06 mi
- documentation merged from XML
-
- Revision 1.2 2000/01/28 15:01:52 mi
- #72210# Locale instead of Language in NumberFormatter
-
- Revision 1.1.1.1 1999/11/11 09:48:46 jsc
- new
-
-
-=============================================================================*/
#endif
+