summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XSheetCellRange.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/XSheetCellRange.idl
parent625aff4ec7a47d618a9da160e962fc6fb5c834c5 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/sheet/XSheetCellRange.idl')
-rw-r--r--offapi/com/sun/star/sheet/XSheetCellRange.idl52
1 files changed, 16 insertions, 36 deletions
diff --git a/offapi/com/sun/star/sheet/XSheetCellRange.idl b/offapi/com/sun/star/sheet/XSheetCellRange.idl
index fdb7c0f8644f..ab3cf56ced37 100644
--- a/offapi/com/sun/star/sheet/XSheetCellRange.idl
+++ b/offapi/com/sun/star/sheet/XSheetCellRange.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSheetCellRange.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:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,7 @@
*
*
************************************************************************/
+
#ifndef __com_sun_star_sheet_XSheetCellRange_idl__
#define __com_sun_star_sheet_XSheetCellRange_idl__
@@ -67,30 +68,31 @@
//=============================================================================
- module com { module sun { module star { module sheet {
+module com { module sun { module star { module sheet {
+
+//=============================================================================
interface XSpreadsheet;
//=============================================================================
-// DocMerge from xml: interface com::sun::star::sheet::XSheetCellRange
-/** represents a cell range in a sheet.@see com::sun::star::sheet::SheetCellRange
+/** provides access to the spreadsheet that contains a cell range.
+
+ @see com::sun::star::sheet::SheetCellRange
*/
interface XSheetCellRange: com::sun::star::table::XCellRange
{
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::sheet::XSheetCellRange::getSpreadsheet
- /** returns the spreadsheet interface which contains
- the cell range.
+ /** returns the spreadsheet interface which contains the cell range.
- @returns
- a <type>Spreadsheet</type> object.
+ @returns
+ a <type>Spreadsheet</type> object.
- @see com::sun::star::sheet::SheetCellRange
- @see com::sun::star::sheet::SheetCellRanges
+ @see com::sun::star::sheet::SheetCellRange
+ @see com::sun::star::sheet::SheetCellRanges
*/
- XSpreadsheet getSpreadsheet();
+ com::sun::star::sheet::XSpreadsheet getSpreadsheet();
};
@@ -98,27 +100,5 @@ interface XSheetCellRange: com::sun::star::table::XCellRange
}; }; }; };
-/*=============================================================================
-
- $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:47 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:51 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:52 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:45 jsc
- new
-
-
-=============================================================================*/
#endif
+