summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-07-06 10:48:39 +0000
committerSascha Ballach <sab@openoffice.org>2001-07-06 10:48:39 +0000
commitec5e712cf234ca40af3da55827df9cbf904324dd (patch)
tree9ccbafb9f42a2f92de0b560f18240ab8657cfd40 /offapi/com/sun/star/sheet
parent66cf38170419ef9913b6f37b4db67b0e2ea205b1 (diff)
#79771#; insert new API objects XUniqueCellFormatRangesSupplier and XSheetCellRangeContainer
Diffstat (limited to 'offapi/com/sun/star/sheet')
-rw-r--r--offapi/com/sun/star/sheet/SheetCellRanges.idl133
-rw-r--r--offapi/com/sun/star/sheet/makefile.mk6
2 files changed, 72 insertions, 67 deletions
diff --git a/offapi/com/sun/star/sheet/SheetCellRanges.idl b/offapi/com/sun/star/sheet/SheetCellRanges.idl
index 7da8d0b8d..cd59c50d3 100644
--- a/offapi/com/sun/star/sheet/SheetCellRanges.idl
+++ b/offapi/com/sun/star/sheet/SheetCellRanges.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SheetCellRanges.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:46 $
+ * last change: $Author: sab $ $Date: 2001-07-06 11:48:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,81 +58,84 @@
*
*
************************************************************************/
-#ifndef __com_sun_star_sheet_SheetCellRanges_idl__
-#define __com_sun_star_sheet_SheetCellRanges_idl__
-
-#ifndef __com_sun_star_table_CellProperties_idl__
-#include <com/sun/star/table/CellProperties.idl>
-#endif
-
-#ifndef __com_sun_star_sheet_XSheetCellRanges_idl__
-#include <com/sun/star/sheet/XSheetCellRanges.idl>
-#endif
-
-#ifndef __com_sun_star_sheet_XSheetOperation_idl__
-#include <com/sun/star/sheet/XSheetOperation.idl>
-#endif
-
-#ifndef __com_sun_star_container_XEnumerationAccess_idl__
-#include <com/sun/star/container/XEnumerationAccess.idl>
-#endif
-
-#ifndef __com_sun_star_container_XIndexAccess_idl__
-#include <com/sun/star/container/XIndexAccess.idl>
-#endif
-
-#ifndef __com_sun_star_container_XNameContainer_idl__
-#include <com/sun/star/container/XNameContainer.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module sheet {
-
-//=============================================================================
-
+#ifndef __com_sun_star_sheet_SheetCellRanges_idl__
+#define __com_sun_star_sheet_SheetCellRanges_idl__
+
+#ifndef __com_sun_star_table_CellProperties_idl__
+#include <com/sun/star/table/CellProperties.idl>
+#endif
+
+#ifndef __com_sun_star_sheet_XSheetCellRangeContainer_idl__
+#include <com/sun/star/sheet/XSheetCellRangeContainer.idl>
+#endif
+
+#ifndef __com_sun_star_sheet_XSheetOperation_idl__
+#include <com/sun/star/sheet/XSheetOperation.idl>
+#endif
+
+#ifndef __com_sun_star_container_XEnumerationAccess_idl__
+#include <com/sun/star/container/XEnumerationAccess.idl>
+#endif
+
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
+#ifndef __com_sun_star_container_XNameContainer_idl__
+#include <com/sun/star/container/XNameContainer.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module sheet {
+
+//=============================================================================
+
// DocMerge from xml: service com::sun::star::sheet::SheetCellRanges
/** a collection of cell ranges.
*/
service SheetCellRanges
-{
+{
// DocMerge: empty anyway
- service com::sun::star::table::CellProperties;
-
+ service com::sun::star::table::CellProperties;
+
// DocMerge: empty anyway
- interface com::sun::star::sheet::XSheetCellRanges;
-
+ interface com::sun::star::sheet::XSheetCellRangeContainer;
+
// DocMerge: empty anyway
- interface com::sun::star::sheet::XSheetOperation;
-
+ interface com::sun::star::sheet::XSheetOperation;
+
// DocMerge: empty anyway
- interface com::sun::star::container::XEnumerationAccess;
-
+ interface com::sun::star::container::XEnumerationAccess;
+
// DocMerge: empty anyway
- interface com::sun::star::container::XIndexAccess;
-
+ interface com::sun::star::container::XIndexAccess;
+
// DocMerge: empty anyway
- interface com::sun::star::container::XNameContainer;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
+ interface com::sun::star::container::XNameContainer;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:46 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:48 hjs
initial import
-
+
Revision 1.3 2000/09/11 11:52:49 mi
documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:45 jsc
- new
-
-
-=============================================================================*/
-#endif
+
+ Revision 1.1.1.1 1999/11/11 09:48:45 jsc
+ new
+
+
+=============================================================================*/
+#endif
diff --git a/offapi/com/sun/star/sheet/makefile.mk b/offapi/com/sun/star/sheet/makefile.mk
index 2f9ad1611..59e4dd05a 100644
--- a/offapi/com/sun/star/sheet/makefile.mk
+++ b/offapi/com/sun/star/sheet/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: nn $ $Date: 2001-02-19 19:52:39 $
+# last change: $Author: sab $ $Date: 2001-07-06 11:48:39 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -229,6 +229,7 @@ IDLFILES=\
XSheetAuditing.idl\
XSheetCellCursor.idl\
XSheetCellRange.idl\
+ XSheetCellRangeContainer.idl\
XSheetCellRanges.idl\
XSheetCondition.idl\
XSheetConditionalEntries.idl\
@@ -248,6 +249,7 @@ IDLFILES=\
XSubTotalCalculatable.idl\
XSubTotalDescriptor.idl\
XSubTotalField.idl\
+ XUniqueCellFormatRangesSupplier.idl\
XUsedAreaCursor.idl\
XViewFreezable.idl\
XViewPane.idl\