summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/FunctionDescription.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/FunctionDescription.idl')
-rw-r--r--offapi/com/sun/star/sheet/FunctionDescription.idl134
1 files changed, 56 insertions, 78 deletions
diff --git a/offapi/com/sun/star/sheet/FunctionDescription.idl b/offapi/com/sun/star/sheet/FunctionDescription.idl
index 603e41cf7..11fa0591b 100644
--- a/offapi/com/sun/star/sheet/FunctionDescription.idl
+++ b/offapi/com/sun/star/sheet/FunctionDescription.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: FunctionDescription.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:46 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:07:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,88 +58,66 @@
*
*
************************************************************************/
-#ifndef __com_sun_star_sheet_FunctionDescription_idl__
-#define __com_sun_star_sheet_FunctionDescription_idl__
-
-#ifndef __com_sun_star_sheet_FunctionArgument_idl__
-#include <com/sun/star/sheet/FunctionArgument.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module sheet {
-
-//=============================================================================
-
-// DocMerge from xml: service com::sun::star::sheet::FunctionDescription
-/** a description of a function.
+
+#ifndef __com_sun_star_sheet_FunctionDescription_idl__
+#define __com_sun_star_sheet_FunctionDescription_idl__
+
+#ifndef __com_sun_star_sheet_FunctionArgument_idl__
+#include <com/sun/star/sheet/FunctionArgument.idl>
+#endif
+
+//=============================================================================
+
+module com { module sun { module star { module sheet {
+
+//=============================================================================
+
+/** collects all properties used to describe a function.
+
+ @see com::sun::star::sheet::FunctionDescriptions
*/
service FunctionDescription
-{
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::FunctionDescription::Id
+{
+ //-------------------------------------------------------------------------
+
/** returns the function's unique identifier.
+
+ @see com::sun::star::sheet::XFunctionDescriptions
*/
- [readonly, property] long Id;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::FunctionDescription::Category
+ [readonly, property] long Id;
+
+ //-------------------------------------------------------------------------
+
/** returns the function's category.
+
+ @see com::sun::star::sheet::FunctionCategory
*/
- [readonly, property] long Category;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::FunctionDescription::Name
- /** returns the function's name.
+ [readonly, property] long Category;
+
+ //-------------------------------------------------------------------------
+
+ /** returns the localized function's name.
*/
- [readonly, property] string Name;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::FunctionDescription::Description
- /** returns a description of the function.
+ [readonly, property] string Name;
+
+ //-------------------------------------------------------------------------
+
+ /** returns a localized description of the function.
*/
- [readonly, property] string Description;
-
- //-------------------------------------------------------------------------
- // DOCUMENTATION CHANGED FOR FunctionDescription::Arguments
-
- // DocMerge from idl: property com::sun::star::sheet::FunctionDescription::Arguments
- /** returns a sequence of descriptions of the function's arguments.
+ [readonly, property] string Description;
+
+ //-------------------------------------------------------------------------
+
+ /** returns a sequence of localized descriptions of the function's
+ arguments (in the order specified by the function).
*/
- [readonly, property] sequence<com::sun::star::sheet::FunctionArgument> Arguments;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:35:47 hjs
- initial import
-
- Revision 1.6 2000/09/11 11:52:49 mi
- documentation merged from XML
-
- Revision 1.4 2000/03/24 17:35:23 nn
- #74032# documentation added
-
- Revision 1.3 2000/02/21 16:18:07 mi
- string documentation from stardiv...*.idl-files
-
- Revision 1.2 2000/02/07 11:24:53 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:45 jsc
- new
-
-
-=============================================================================*/
-#endif
+ [readonly, property] sequence< com::sun::star::sheet::FunctionArgument > Arguments;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
+