summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/DataPilotFieldOrientation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/DataPilotFieldOrientation.idl')
-rw-r--r--offapi/com/sun/star/sheet/DataPilotFieldOrientation.idl32
1 files changed, 6 insertions, 26 deletions
diff --git a/offapi/com/sun/star/sheet/DataPilotFieldOrientation.idl b/offapi/com/sun/star/sheet/DataPilotFieldOrientation.idl
index e049299db235..31dde03269ef 100644
--- a/offapi/com/sun/star/sheet/DataPilotFieldOrientation.idl
+++ b/offapi/com/sun/star/sheet/DataPilotFieldOrientation.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DataPilotFieldOrientation.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:45 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:07:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,53 +58,46 @@
*
*
************************************************************************/
+
#ifndef __com_sun_star_sheet_DataPilotFieldOrientation_idl__
#define __com_sun_star_sheet_DataPilotFieldOrientation_idl__
-
//=============================================================================
- module com { module sun { module star { module sheet {
+module com { module sun { module star { module sheet {
//=============================================================================
-// DocMerge from xml: enum com::sun::star::sheet::DataPilotFieldOrientation
-/** used to specify where a field in a Data Pilot Table is
- laid out.
+/** used to specify where a field in a data pilot table is laid out.
*/
enum DataPilotFieldOrientation
{
//-------------------------------------------------------------------------
- // DocMerge from xml: value com::sun::star::sheet::DataPilotFieldOrientation::HIDDEN
/** the field is not used in the table.
*/
HIDDEN,
//-------------------------------------------------------------------------
- // DocMerge from xml: value com::sun::star::sheet::DataPilotFieldOrientation::COLUMN
/** the field is used as a column field.
*/
COLUMN,
//-------------------------------------------------------------------------
- // DocMerge from xml: value com::sun::star::sheet::DataPilotFieldOrientation::ROW
/** the field is used as a row field.
*/
ROW,
//-------------------------------------------------------------------------
- // DocMerge from xml: value com::sun::star::sheet::DataPilotFieldOrientation::PAGE
/** the field is used as a page field.
*/
PAGE,
//-------------------------------------------------------------------------
- // DocMerge from xml: value com::sun::star::sheet::DataPilotFieldOrientation::DATA
/** the field is used as a data field.
*/
DATA
@@ -115,18 +108,5 @@ enum DataPilotFieldOrientation
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:35:46 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:48 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:45 jsc
- new
-
-
-=============================================================================*/
#endif
+