summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/CellFormatRanges.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commitcb23f6a62077022736a40d6315ee92a218f489e0 (patch)
tree713895d0de4930fd1a37b2fb7bb6ded971a2acdf /offapi/com/sun/star/sheet/CellFormatRanges.idl
parent#94968# IDL reviews merged (diff)
downloadcore-cb23f6a62077022736a40d6315ee92a218f489e0.tar.gz
core-cb23f6a62077022736a40d6315ee92a218f489e0.zip
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/sheet/CellFormatRanges.idl')
-rw-r--r--offapi/com/sun/star/sheet/CellFormatRanges.idl56
1 files changed, 30 insertions, 26 deletions
diff --git a/offapi/com/sun/star/sheet/CellFormatRanges.idl b/offapi/com/sun/star/sheet/CellFormatRanges.idl
index 6d9fc8f82ecb..6d338ca4b575 100644
--- a/offapi/com/sun/star/sheet/CellFormatRanges.idl
+++ b/offapi/com/sun/star/sheet/CellFormatRanges.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CellFormatRanges.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-21 08:35:12 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:07:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,52 +58,56 @@
*
*
************************************************************************/
+
#ifndef __com_sun_star_sheet_CellFormatRanges_idl__
#define __com_sun_star_sheet_CellFormatRanges_idl__
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
#ifndef __com_sun_star_container_XEnumerationAccess_idl__
#include <com/sun/star/container/XEnumerationAccess.idl>
#endif
-
//=============================================================================
- module com { module sun { module star { module sheet {
+module com { module sun { module star { module sheet {
//=============================================================================
-// DocMerge from xml: service com::sun::star::sheet::CellFormatRanges
-/** provides access to ranges with different formatting.@see com::sun::star::sheet::CellFormatRangesEnumeration
+/** represents a collection of equal-formatted cell ranges.
+
+ <p>All cells inside a cell range of this collection have the same
+ formatting attributes.</p>
+
+ @see com::sun::star::sheet::SheetCellRange
+ @see com::sun::star::sheet::SheetCellRanges
+ @see com::sun::star::sheet::UniqueCellFormatRanges
*/
service CellFormatRanges
{
- // DocMerge: empty anyway
- interface com::sun::star::container::XEnumerationAccess;
+ //-------------------------------------------------------------------------
-};
+ /** provides methods to access the contained cell ranges by index.
-//=============================================================================
+ @see com::sun::star::sheet::SheetCellRange
+ */
+ interface com::sun::star::container::XIndexAccess;
-}; }; }; };
-
-/*=============================================================================
+ //-------------------------------------------------------------------------
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:43:45 mi
- moved from api
+ /** creates an enumeration of all cell ranges.
- 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:46 hjs
- initial import
+ @see com::sun::star::sheet::CellFormatRangesEnumeration
+ */
+ interface com::sun::star::container::XEnumerationAccess;
- Revision 1.3 2000/09/11 11:52:47 mi
- documentation merged from XML
+};
- Revision 1.1.1.1 1999/11/11 09:48:45 jsc
- new
+//=============================================================================
+}; }; }; };
-=============================================================================*/
#endif
+