summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/DataPilotSource.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/DataPilotSource.idl')
-rw-r--r--offapi/com/sun/star/sheet/DataPilotSource.idl150
1 files changed, 76 insertions, 74 deletions
diff --git a/offapi/com/sun/star/sheet/DataPilotSource.idl b/offapi/com/sun/star/sheet/DataPilotSource.idl
index a3b3e2732..e0e163066 100644
--- a/offapi/com/sun/star/sheet/DataPilotSource.idl
+++ b/offapi/com/sun/star/sheet/DataPilotSource.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DataPilotSource.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:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,81 +58,83 @@
*
*
************************************************************************/
-#ifndef __com_sun_star_sheet_DataPilotSource_idl__
-#define __com_sun_star_sheet_DataPilotSource_idl__
-
-#ifndef __com_sun_star_sheet_XDimensionsSupplier_idl__
-#include <com/sun/star/sheet/XDimensionsSupplier.idl>
-#endif
-
-#ifndef __com_sun_star_sheet_XDataPilotResults_idl__
-#include <com/sun/star/sheet/XDataPilotResults.idl>
-#endif
-
-#ifndef __com_sun_star_util_XRefreshable_idl__
-#include <com/sun/star/util/XRefreshable.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::DataPilotSource
-/** a data pilot source.
+
+#ifndef __com_sun_star_sheet_DataPilotSource_idl__
+#define __com_sun_star_sheet_DataPilotSource_idl__
+
+#ifndef __com_sun_star_sheet_XDimensionsSupplier_idl__
+#include <com/sun/star/sheet/XDimensionsSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_sheet_XDataPilotResults_idl__
+#include <com/sun/star/sheet/XDataPilotResults.idl>
+#endif
+
+#ifndef __com_sun_star_util_XRefreshable_idl__
+#include <com/sun/star/util/XRefreshable.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 data pilot source.
+
+ <p>A component that implements this service can be used as data source
+ for a data pilot table in a spreadsheet document.</p>
*/
service DataPilotSource
-{
- // DocMerge: empty anyway
- interface com::sun::star::sheet::XDimensionsSupplier;
-
- // DocMerge: empty anyway
- interface com::sun::star::sheet::XDataPilotResults;
-
- // DocMerge: empty anyway
- interface com::sun::star::util::XRefreshable;
-
- // DocMerge: empty anyway
- interface com::sun::star::beans::XPropertySet;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::DataPilotSource::ColumnGrand
+{
+ //-------------------------------------------------------------------------
+
+ /** provides access to the collection of the dimensions of the data
+ pilot source.
+ */
+ interface com::sun::star::sheet::XDimensionsSupplier;
+
+ //-------------------------------------------------------------------------
+
+ /** gives access to the results of the data pilot table.
+ */
+ interface com::sun::star::sheet::XDataPilotResults;
+
+ //-------------------------------------------------------------------------
+
+ /** provides methods to refresh the data pilot table, that means to
+ read the data again from the data pilot source.
+ */
+ interface com::sun::star::util::XRefreshable;
+
+ //-------------------------------------------------------------------------
+
+//! service PropertySet
+ /** provides access to the properties.
+ */
+ interface com::sun::star::beans::XPropertySet;
+
+ //=========================================================================
+
/** specifies if grand totals for the columns are inserted.
*/
- [property] boolean ColumnGrand;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::sheet::DataPilotSource::RowGrand
+ [property] boolean ColumnGrand;
+
+ //-------------------------------------------------------------------------
+
/** specifies if grand totals for the rows are inserted.
*/
- [property] boolean RowGrand;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
- $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
+ [property] boolean RowGrand;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
+