summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/DatabaseRange.idl
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2002-12-03 16:11:45 +0000
committerJuergen Schmidt <jsc@openoffice.org>2002-12-03 16:11:45 +0000
commit37d3726314229016e936ee2eb6b2a1e538977157 (patch)
tree8e7d646c15450de4655a7704c22c9e14d5a5da2e /offapi/com/sun/star/sheet/DatabaseRange.idl
parentb65573b5c2f4380e9b9689a1de47aad9fc16b190 (diff)
#105668# remove incompatiblities
Diffstat (limited to 'offapi/com/sun/star/sheet/DatabaseRange.idl')
-rw-r--r--offapi/com/sun/star/sheet/DatabaseRange.idl13
1 files changed, 8 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/DatabaseRange.idl b/offapi/com/sun/star/sheet/DatabaseRange.idl
index fabf815ba7b3..0450db98e2ae 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: sab $ $Date: 2002-10-11 07:50:35 $
+ * last change: $Author: jsc $ $Date: 2002-12-03 17:11:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,20 +137,20 @@ service DatabaseRange
/** specifies whether the AutoFilter is enabled or not.
*/
- [property] boolean AutoFilter;
+ [optional, property] boolean AutoFilter;
//-------------------------------------------------------------------------
/** specifies whether the filter criteria should be taken from a CellRange
*/
- [property] boolean UseFilterCriteriaSource;
+ [optional, property] boolean UseFilterCriteriaSource;
//-------------------------------------------------------------------------
/** specifies the range where the filter can find the filter criterias.
<p>This is only used if <member>SheetFilterDescriptor::UseFilterCriteriaSource</member> is <TRUE/>.</p>
*/
- [property] com::sun::star::table::CellRangeAddress FilterCriteriaSource;
+ [optional, property] com::sun::star::table::CellRangeAddress FilterCriteriaSource;
};
@@ -161,6 +161,9 @@ service DatabaseRange
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2002/10/11 07:50:35 sab
+ #100469#; add AutoFilter and FilterCriteriaSource support
+
Revision 1.3 2000/11/08 12:43:46 mi
moved from api