summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/DatabaseRange.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-09-09 15:26:32 +0000
committerOliver Bolte <obo@openoffice.org>2004-09-09 15:26:32 +0000
commit39702bd13d222bae2d10121efac57462be269f6e (patch)
treec7aadf1da0938931d6cdd11008a7885fa9d65853 /offapi/com/sun/star/sheet/DatabaseRange.idl
parent83dd12b76e5769f3609ab76bc0bcd9e55a0121b4 (diff)
INTEGRATION: CWS toolbars2 (1.11.70); FILE MERGED
2004/08/19 12:30:09 mi 1.11.70.1: #i33199# @since with version number instead of issue id
Diffstat (limited to 'offapi/com/sun/star/sheet/DatabaseRange.idl')
-rw-r--r--offapi/com/sun/star/sheet/DatabaseRange.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/sheet/DatabaseRange.idl b/offapi/com/sun/star/sheet/DatabaseRange.idl
index 51c9849f2960..356a79598002 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.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 22:37:36 $
+ * last change: $Author: obo $ $Date: 2004-09-09 16:26:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -143,7 +143,7 @@ published service DatabaseRange
/** specifies whether the AutoFilter is enabled or not.
- @since #107627#
+ @since OOo 1.1.2
*/
[optional, property] boolean AutoFilter;
@@ -151,7 +151,7 @@ published service DatabaseRange
/** specifies whether the filter criteria should be taken from a CellRange.
- @since #107627#
+ @since OOo 1.1.2
*/
[optional, property] boolean UseFilterCriteriaSource;
@@ -160,7 +160,7 @@ published service DatabaseRange
/** specifies the range where the filter can find the filter criterias.
<p>This is only used if <member>SheetFilterDescriptor::UseFilterCriteriaSource</member> is <TRUE/>.</p>
- @since #107627#
+ @since OOo 1.1.2
*/
[optional, property] com::sun::star::table::CellRangeAddress FilterCriteriaSource;
@@ -168,7 +168,7 @@ published service DatabaseRange
/** specifies the time between two refresh actions in seconds.
- @since #76694#
+ @since OOo 2.0.0
*/
[optional, property] long RefreshPeriod;
@@ -176,7 +176,7 @@ published service DatabaseRange
/** specifies whether the imported data is only a selection of the database.
- @since #76694#
+ @since OOo 2.0.0
*/
[optional, property] boolean FromSelection;