summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/DataPilotDescriptor.idl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-07-23 11:50:18 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-07-23 11:50:18 +0000
commitf56e4dd5150fc2ad6497042fde40844de2225564 (patch)
tree9c01b5932665aea7389f4eda11f96a57a0f33734 /offapi/com/sun/star/sheet/DataPilotDescriptor.idl
parent507a9e97316a57bf15191dbd7f82ff832cfeb38a (diff)
INTEGRATION: CWS tableoptions (1.4.58); FILE MERGED
2004/07/14 13:22:54 sab 1.4.58.1: #i25111#; add table options
Diffstat (limited to 'offapi/com/sun/star/sheet/DataPilotDescriptor.idl')
-rw-r--r--offapi/com/sun/star/sheet/DataPilotDescriptor.idl16
1 files changed, 14 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/DataPilotDescriptor.idl b/offapi/com/sun/star/sheet/DataPilotDescriptor.idl
index 5dbe6e218f63..b1c1856be1c6 100644
--- a/offapi/com/sun/star/sheet/DataPilotDescriptor.idl
+++ b/offapi/com/sun/star/sheet/DataPilotDescriptor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DataPilotDescriptor.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 22:32:54 $
+ * last change: $Author: hr $ $Date: 2004-07-23 12:50:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,6 +119,18 @@ published service DataPilotDescriptor
[optional, property] boolean RowGrand;
//-------------------------------------------------------------------------
+
+ /** specifies whether the filter button is shown.
+ */
+ [optional, property] boolean ShowFilterButton;
+
+ //-------------------------------------------------------------------------
+
+ /** specifies whether to drill down to details or go into edit mode.
+ */
+ [optional, property] boolean DrillDownOnDoubleClick;
+
+ //-------------------------------------------------------------------------
};
//=============================================================================