summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XSpreadsheetDocument.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XSpreadsheetDocument.idl')
-rw-r--r--offapi/com/sun/star/sheet/XSpreadsheetDocument.idl42
1 files changed, 11 insertions, 31 deletions
diff --git a/offapi/com/sun/star/sheet/XSpreadsheetDocument.idl b/offapi/com/sun/star/sheet/XSpreadsheetDocument.idl
index c5eab2604b77..44cb5c1361ed 100644
--- a/offapi/com/sun/star/sheet/XSpreadsheetDocument.idl
+++ b/offapi/com/sun/star/sheet/XSpreadsheetDocument.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSpreadsheetDocument.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:28 $
*
* 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_XSpreadsheetDocument_idl__
#define __com_sun_star_sheet_XSpreadsheetDocument_idl__
@@ -69,22 +70,23 @@
#include <com/sun/star/sheet/XSpreadsheets.idl>
#endif
-
//=============================================================================
- module com { module sun { module star { module sheet {
+module com { module sun { module star { module sheet {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::sheet::XSpreadsheetDocument
-/** a container of spreadsheets.@see com::sun::star::sheet::SpreadsheetDocument
+/** provides access to a collection of spreadsheets.
+
+ @see com::sun::star::sheet::SpreadsheetDocument
*/
interface XSpreadsheetDocument: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::sheet::XSpreadsheetDocument::getSheets
- /** returns the container of sheets in the document.@see Spreadsheets
+ /** returns the collection of sheets in the document.
+
+ @see com::sun::star::sheet::Spreadsheets
*/
com::sun::star::sheet::XSpreadsheets getSheets();
@@ -94,27 +96,5 @@ interface XSpreadsheetDocument: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $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
+