summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-20 16:45:15 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-20 16:45:15 +0000
commit251f2c0eefe92b6499d0ea878221f78cae9efef6 (patch)
tree1cae2d945953438de2661095ef3dc7386e1429e6
parent2fc4c2ba1ea6373b8bc03309d2b48f63adf22179 (diff)
INTEGRATION: CWS datapilotsort (1.4.388); FILE MERGED
2007/10/01 13:20:35 nn 1.4.388.1: #i32307# API for manual sorting in DataPilot
-rw-r--r--offapi/com/sun/star/sheet/DataPilotItem.idl11
1 files changed, 9 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/DataPilotItem.idl b/offapi/com/sun/star/sheet/DataPilotItem.idl
index d73e305b1..1cd695e25 100644
--- a/offapi/com/sun/star/sheet/DataPilotItem.idl
+++ b/offapi/com/sun/star/sheet/DataPilotItem.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: DataPilotItem.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:33:20 $
+ * last change: $Author: ihi $ $Date: 2007-11-20 17:45:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -81,6 +81,13 @@ service DataPilotItem
*/
[property] boolean IsHidden;
+ //=========================================================================
+
+ /** specifies the item's position in its field if sorting is manual.
+
+ @since OOo 2.4.0
+ */
+ [optional, property] boolean Position;
};
//=============================================================================