summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/VolatileResult.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/VolatileResult.idl')
-rw-r--r--offapi/com/sun/star/sheet/VolatileResult.idl39
1 files changed, 14 insertions, 25 deletions
diff --git a/offapi/com/sun/star/sheet/VolatileResult.idl b/offapi/com/sun/star/sheet/VolatileResult.idl
index a581d94f8753..ac25b6955139 100644
--- a/offapi/com/sun/star/sheet/VolatileResult.idl
+++ b/offapi/com/sun/star/sheet/VolatileResult.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: VolatileResult.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:08:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,7 @@
*
*
************************************************************************/
+
#ifndef __com_sun_star_sheet_VolatileResult_idl__
#define __com_sun_star_sheet_VolatileResult_idl__
@@ -65,25 +66,26 @@
#include <com/sun/star/sheet/XVolatileResult.idl>
#endif
-
//=============================================================================
- module com { module sun { module star { module sheet {
+module com { module sun { module star { module sheet {
//=============================================================================
-// DocMerge from xml: service com::sun::star::sheet::VolatileResult
-/** a volatile result.
-
+/** represents a volatile function result.
+ <p>A volatile function result can change its value over time. The
+ <type>XVolatileResult</type> interface allows the addition of
+ listeners which are notified when the value changes.</p>
- <p>A volatile result can change its value over time.
- The <type>XVolatileResult</type> interface allows the addition of listeners
- which are notified when the value changes.</p>
+ @see com::sun::star::sheet::AddIn
*/
service VolatileResult
{
- // DocMerge: empty anyway
+ // ------------------------------------------------------------------------
+
+ /** porovides handling with a volatile function result.
+ */
interface com::sun::star::sheet::XVolatileResult;
};
@@ -92,18 +94,5 @@ service VolatileResult
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:35:49 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:50 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:45 jsc
- new
-
-
-=============================================================================*/
#endif
+