summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/CellAreaLink.idl
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2001-04-05 09:01:48 +0000
committerDaniel Rentz <dr@openoffice.org>2001-04-05 09:01:48 +0000
commit41829164546ac49039f5acfef8e9f7c131d7fbf9 (patch)
treeed30ae9fe1e8b647fc03b3bad3f003f4cc323a9a /offapi/com/sun/star/sheet/CellAreaLink.idl
parentmodified spelling, added verbiage to IllegalArgumentException (diff)
downloadcore-41829164546ac49039f5acfef8e9f7c131d7fbf9.tar.gz
core-41829164546ac49039f5acfef8e9f7c131d7fbf9.zip
new property: RefreshDelay
Diffstat (limited to 'offapi/com/sun/star/sheet/CellAreaLink.idl')
-rw-r--r--offapi/com/sun/star/sheet/CellAreaLink.idl14
1 files changed, 12 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/CellAreaLink.idl b/offapi/com/sun/star/sheet/CellAreaLink.idl
index bbf6aebe64ab..659c281b68f8 100644
--- a/offapi/com/sun/star/sheet/CellAreaLink.idl
+++ b/offapi/com/sun/star/sheet/CellAreaLink.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CellAreaLink.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:45 $
+ * last change: $Author: dr $ $Date: 2001-04-05 10:01:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -117,6 +117,13 @@ service CellAreaLink
*/
[property] string FilterOptions;
+ //-------------------------------------------------------------------------
+
+ /** specifies the delay time between
+ two refresh actions in seconds.
+ */
+ [property] long RefreshDelay;
+
};
//=============================================================================
@@ -126,6 +133,9 @@ service CellAreaLink
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:45 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:46 hjs
initial import