summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/DataPilotSourceMember.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/DataPilotSourceMember.idl')
-rw-r--r--offapi/com/sun/star/sheet/DataPilotSourceMember.idl125
1 files changed, 63 insertions, 62 deletions
diff --git a/offapi/com/sun/star/sheet/DataPilotSourceMember.idl b/offapi/com/sun/star/sheet/DataPilotSourceMember.idl
index 3b173a132..24ce000a4 100644
--- a/offapi/com/sun/star/sheet/DataPilotSourceMember.idl
+++ b/offapi/com/sun/star/sheet/DataPilotSourceMember.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DataPilotSourceMember.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:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,67 +58,68 @@
*
*
************************************************************************/
-#ifndef __com_sun_star_sheet_DataPilotSourceMember_idl__
-#define __com_sun_star_sheet_DataPilotSourceMember_idl__
-
-#ifndef __com_sun_star_container_XNamed_idl__
-#include <com/sun/star/container/XNamed.idl>
-#endif
-
-#ifndef __com_sun_star_beans_XPropertySet_idl__
-#include <com/sun/star/beans/XPropertySet.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module sheet {
-
-//=============================================================================
-
-// DocMerge from xml: service com::sun::star::sheet::DataPilotSourceMember
-/** a field in a data pilot source.
+
+#ifndef __com_sun_star_sheet_DataPilotSourceMember_idl__
+#define __com_sun_star_sheet_DataPilotSourceMember_idl__
+
+#ifndef __com_sun_star_container_XNamed_idl__
+#include <com/sun/star/container/XNamed.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+//=============================================================================
+
+module com { module sun { module star { module sheet {
+
+//=============================================================================
+
+/** represents a member in a data pilot source level.
+
+ <p>Members are the data items that will appear in a data pilot table
+ as row headers and column headers of the data range (if used in
+ row or column dimensions), or to calculate the values of the
+ data range (if used in data dimensions).</p>
+
+ @see com::sun::star::sheet::DataPilotSourceLevel
+ @see com::sun::star::sheet::DataPilotSource
*/
service DataPilotSourceMember
-{
- // DocMerge: empty anyway
- interface com::sun::star::container::XNamed;
-
- // DocMerge: empty anyway
- interface com::sun::star::beans::XPropertySet;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::DataPilotSourceMember::IsVisible
- /** specifies if the member is visible.
+{
+ //-------------------------------------------------------------------------
+
+ /** provides access to the name of the member.
+
+ <p>This may be the textual representation of a numerical value.</p>
*/
- [property] boolean IsVisible;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::DataPilotSourceMember::ShowDetails
- /** specifies if details for the member are shown.
+ interface com::sun::star::container::XNamed;
+
+ //-------------------------------------------------------------------------
+
+//! service PropertySet
+ /** provides access to the properties.
*/
- [property] boolean ShowDetails;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
- $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
+ interface com::sun::star::beans::XPropertySet;
+
+ //=========================================================================
+
+ /** specifies whether the member is visible.
+ */
+ [property] boolean IsVisible;
+
+ //-------------------------------------------------------------------------
+
+ /** specifies whether details for the member are shown.
+ */
+ [property] boolean ShowDetails;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
+