From ec5e712cf234ca40af3da55827df9cbf904324dd Mon Sep 17 00:00:00 2001 From: Sascha Ballach Date: Fri, 6 Jul 2001 10:48:39 +0000 Subject: #79771#; insert new API objects XUniqueCellFormatRangesSupplier and XSheetCellRangeContainer --- offapi/com/sun/star/sheet/SheetCellRanges.idl | 133 +++++++++++++------------- offapi/com/sun/star/sheet/makefile.mk | 6 +- 2 files changed, 72 insertions(+), 67 deletions(-) (limited to 'offapi/com/sun/star/sheet') 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 -#endif - -#ifndef __com_sun_star_sheet_XSheetCellRanges_idl__ -#include -#endif - -#ifndef __com_sun_star_sheet_XSheetOperation_idl__ -#include -#endif - -#ifndef __com_sun_star_container_XEnumerationAccess_idl__ -#include -#endif - -#ifndef __com_sun_star_container_XIndexAccess_idl__ -#include -#endif - -#ifndef __com_sun_star_container_XNameContainer_idl__ -#include -#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 +#endif + +#ifndef __com_sun_star_sheet_XSheetCellRangeContainer_idl__ +#include +#endif + +#ifndef __com_sun_star_sheet_XSheetOperation_idl__ +#include +#endif + +#ifndef __com_sun_star_container_XEnumerationAccess_idl__ +#include +#endif + +#ifndef __com_sun_star_container_XIndexAccess_idl__ +#include +#endif + +#ifndef __com_sun_star_container_XNameContainer_idl__ +#include +#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\ -- cgit v1.2.3