summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/DataPilotSourceMember.idl
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-20 16:45:30 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-20 16:45:30 +0000
commit3e405c71ffb1b10f6bcaab51f5b1da981ab5cb0f (patch)
tree7b2c3447c8481ed3eca0a4c7ab6aacc762ab2b7d /offapi/com/sun/star/sheet/DataPilotSourceMember.idl
parent2fb6841905868f911153408e8319a21af4f5cb33 (diff)
INTEGRATION: CWS datapilotsort (1.6.388); FILE MERGED
2007/10/01 13:20:35 nn 1.6.388.1: #i32307# API for manual sorting in DataPilot
Diffstat (limited to 'offapi/com/sun/star/sheet/DataPilotSourceMember.idl')
-rw-r--r--offapi/com/sun/star/sheet/DataPilotSourceMember.idl12
1 files changed, 10 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/DataPilotSourceMember.idl b/offapi/com/sun/star/sheet/DataPilotSourceMember.idl
index f10c555d259f..52ed198aca9c 100644
--- a/offapi/com/sun/star/sheet/DataPilotSourceMember.idl
+++ b/offapi/com/sun/star/sheet/DataPilotSourceMember.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: DataPilotSourceMember.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:35:47 $
+ * last change: $Author: ihi $ $Date: 2007-11-20 17:45:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -89,6 +89,14 @@ published service DataPilotSourceMember
*/
[property] boolean ShowDetails;
+ //-------------------------------------------------------------------------
+
+ /** specifies the member's position in its hierarchy level if sorting
+ is manual.
+
+ @since OOo 2.4.0
+ */
+ [optional, property] boolean Position;
};
//=============================================================================