diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-20 16:45:15 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-20 16:45:15 +0000 |
commit | 2fb6841905868f911153408e8319a21af4f5cb33 (patch) | |
tree | c4c5006a5ba012f69b4f8cdbe7eabde2fa7cb8ab /offapi | |
parent | 8c95528ebf1a17166e0ccf4069128816212c503f (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
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sheet/DataPilotItem.idl | 11 |
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 d73e305b147a..1cd695e25845 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; }; //============================================================================= |