summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/DatabaseRange.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-19 15:20:28 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-19 15:20:28 +0000
commit398dd7dc57abb7306a972c9ecd2137904e007d8b (patch)
tree78dff59c86cd3195a71f495dfc10d97c3666a6c9 /offapi/com/sun/star/sheet/DatabaseRange.idl
parentd49c28cc3edd15267cf3d53df7d6c968f8ff07ad (diff)
INTEGRATION: CWS sab008 (1.9.108); FILE MERGED
2004/01/29 11:24:43 sab 1.9.108.2: #76694#; FromSelection has to be in DatabaseRange service instead of DatabaseRangeImportDescriptor Service 2004/01/23 12:47:38 sab 1.9.108.1: #76694#; add XRefreshable, add RefreshPeriod
Diffstat (limited to 'offapi/com/sun/star/sheet/DatabaseRange.idl')
-rw-r--r--offapi/com/sun/star/sheet/DatabaseRange.idl26
1 files changed, 24 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/DatabaseRange.idl b/offapi/com/sun/star/sheet/DatabaseRange.idl
index 9eb12149a748..4aa7fb00e4b8 100644
--- a/offapi/com/sun/star/sheet/DatabaseRange.idl
+++ b/offapi/com/sun/star/sheet/DatabaseRange.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DatabaseRange.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2003-04-17 10:09:54 $
+ * last change: $Author: obo $ $Date: 2004-03-19 16:20:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,6 +77,10 @@
#include <com/sun/star/container/XNamed.idl>
#endif
+#ifndef __com_sun_star_util_XRefreshable_idl__
+#include <com/sun/star/util/XRefreshable.idl>
+#endif
+
#ifndef __com_sun_star_table_CellRangeAddress_idl__
#include <com/sun/star/table/CellRangeAddress.idl>
#endif
@@ -109,6 +113,8 @@ service DatabaseRange
// DocMerge: empty anyway
interface com::sun::star::container::XNamed;
+ [optional] interface com::sun::star::util::XRefreshable;
+
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::sheet::DatabaseRange::MoveCells
@@ -158,6 +164,22 @@ service DatabaseRange
*/
[optional, property] com::sun::star::table::CellRangeAddress FilterCriteriaSource;
+ //-------------------------------------------------------------------------
+
+ /** specifies the time between two refresh actions in seconds.
+
+ @since #76694#
+ */
+ [optional, property] long RefreshPeriod;
+
+ //-------------------------------------------------------------------------
+
+ /** specifies whether the imported data is only a selection of the database.
+
+ @since #76694#
+
+ */
+ [optional, property] boolean FromSelection;
};
//=============================================================================