diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 11:35:17 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 11:35:17 +0000 |
commit | 62bd5535e75479f630966b55e47e5e335991b6e9 (patch) | |
tree | 47d5dbae0368359f72a72186606c2452d07c1148 /offapi | |
parent | ed4b8cabfceb22b928d5cb40645379d69f18b755 (diff) |
INTEGRATION: CWS pagefields (1.4.324); FILE MERGED
2004/03/05 14:00:30 sab 1.4.324.2: #i22164#; add new properties
2004/02/27 14:54:22 sab 1.4.324.1: #i22164#; add Page fields; add DatapilotItems
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sheet/DataPilotField.idl | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/DataPilotField.idl b/offapi/com/sun/star/sheet/DataPilotField.idl index dd96f0a7604b..de165c21f9e1 100644 --- a/offapi/com/sun/star/sheet/DataPilotField.idl +++ b/offapi/com/sun/star/sheet/DataPilotField.idl @@ -2,9 +2,9 @@ * * $RCSfile: DataPilotField.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:07:45 $ + * last change: $Author: hr $ $Date: 2004-04-13 12:35:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,6 +70,10 @@ #include <com/sun/star/beans/XPropertySet.idl> #endif +#ifndef __com_sun_star_sheet_XDataPilotField_idl__ +#include <com/sun/star/sheet/XDataPilotField.idl> +#endif + #ifndef __com_sun_star_sheet_DataPilotFieldOrientation_idl__ #include <com/sun/star/sheet/DataPilotFieldOrientation.idl> #endif @@ -105,6 +109,10 @@ service DataPilotField */ interface com::sun::star::beans::XPropertySet; + //------------------------------------------------------------------------- + + [optional] interface com::sun::star::sheet::XDataPilotField; + //========================================================================= /** specifies the orientation of the field. @@ -122,6 +130,19 @@ service DataPilotField */ [property] com::sun::star::sheet::GeneralFunction Function; + + //------------------------------------------------------------------------- + + /** specifies the selected page which is used to filter the data pilot. + */ + [property,optional] string SelectedPage; + + //------------------------------------------------------------------------- + + /** specifies whether to use the selected page to filter the data pilot or + show all. + */ + [property,optional] boolean UseSelectedPage; }; //============================================================================= |