summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XDataPilotTable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XDataPilotTable.idl')
-rw-r--r--offapi/com/sun/star/sheet/XDataPilotTable.idl113
1 files changed, 45 insertions, 68 deletions
diff --git a/offapi/com/sun/star/sheet/XDataPilotTable.idl b/offapi/com/sun/star/sheet/XDataPilotTable.idl
index 72b359ba9..83afcf606 100644
--- a/offapi/com/sun/star/sheet/XDataPilotTable.idl
+++ b/offapi/com/sun/star/sheet/XDataPilotTable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDataPilotTable.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:38 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:08:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,73 +58,50 @@
*
*
************************************************************************/
-#ifndef __com_sun_star_sheet_XDataPilotTable_idl__
-#define __com_sun_star_sheet_XDataPilotTable_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-#ifndef __com_sun_star_table_CellRangeAddress_idl__
-#include <com/sun/star/table/CellRangeAddress.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module sheet {
-
-//=============================================================================
-
-// DocMerge from xml: interface com::sun::star::sheet::XDataPilotTable
-/** represents a data pilot table which has already
- been created.@see com::sun::star::sheet::DataPilotTable
+
+#ifndef __com_sun_star_sheet_XDataPilotTable_idl__
+#define __com_sun_star_sheet_XDataPilotTable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_table_CellRangeAddress_idl__
+#include <com/sun/star/table/CellRangeAddress.idl>
+#endif
+
+//=============================================================================
+
+module com { module sun { module star { module sheet {
+
+//=============================================================================
+
+/** provides methods to control a data pilot table which has already
+ been created.
+
+ @see com::sun::star::sheet::DataPilotTable
*/
interface XDataPilotTable: com::sun::star::uno::XInterface
-{
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: method com::sun::star::sheet::XDataPilotTable::getOutputRange
- /** returns the address of the cell range that
- contains the data pilot table.
+{
+ //-------------------------------------------------------------------------
+
+ /** returns the address of the cell range that contains the data
+ pilot table.
*/
- com::sun::star::table::CellRangeAddress getOutputRange();
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: method com::sun::star::sheet::XDataPilotTable::refresh
- /** recreates the data pilot table with current
- data from the source cell range.
+ com::sun::star::table::CellRangeAddress getOutputRange();
+
+ //-------------------------------------------------------------------------
+
+ /** recreates the data pilot table with current data from the source
+ cell range.
*/
- void refresh();
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.4 2000/12/21 08:35:12 mi
- @see interface/service/... ident -> @see ident - for new docu generator
-
- Revision 1.3 2000/11/08 12:43:46 mi
- moved from api
-
- Revision 1.2 2000/10/09 14:24:58 mi
- #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)
-
- Revision 1.1.1.1 2000/09/18 23:35:49 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:51 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:45 jsc
- new
-
-
-=============================================================================*/
-#endif
+ void refresh();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
+