summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/DatabaseRange.idl
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-04-17 09:09:54 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-04-17 09:09:54 +0000
commitef1e5210853752398340cfc62d724bdda420a405 (patch)
treef002be5c4ced464268c0604080cd4ebb162f68bb /offapi/com/sun/star/sheet/DatabaseRange.idl
parent7fea553b128c198f0c73a823aad7dbd8aacfe72a (diff)
INTEGRATION: CWS sdk01 (1.6.2.1.38); FILE MERGED
2003/04/07 07:46:22 mi 1.6.2.1.38.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag
Diffstat (limited to 'offapi/com/sun/star/sheet/DatabaseRange.idl')
-rw-r--r--offapi/com/sun/star/sheet/DatabaseRange.idl12
1 files changed, 9 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sheet/DatabaseRange.idl b/offapi/com/sun/star/sheet/DatabaseRange.idl
index cfd8c24c7a23..9eb12149a748 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:56:07 $
+ * last change: $Author: rt $ $Date: 2003-04-17 10:09:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -136,12 +136,16 @@ service DatabaseRange
//-------------------------------------------------------------------------
/** specifies whether the AutoFilter is enabled or not.
+
+ @since #107627#
*/
[optional, property] boolean AutoFilter;
//-------------------------------------------------------------------------
- /** specifies whether the filter criteria should be taken from a CellRange
+ /** specifies whether the filter criteria should be taken from a CellRange.
+
+ @since #107627#
*/
[optional, property] boolean UseFilterCriteriaSource;
@@ -149,6 +153,8 @@ 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#
*/
[optional, property] com::sun::star::table::CellRangeAddress FilterCriteriaSource;