summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 14:11:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 14:11:01 +0000
commit62168953f692665c5495962fe1414e3d9a3c26ef (patch)
tree779a3d3db92490b379df1ff872afcff1ac960412 /offapi
parenta57ad8fda5e08a70794a0538deaa59a502e93198 (diff)
INTEGRATION: CWS chart2mst3 (1.4.342); FILE MERGED
2005/10/08 01:15:33 bm 1.4.342.4: RESYNC: (1.5-1.6); FILE MERGED 2005/05/12 19:52:46 sab 1.4.342.3: get access to ranges 2004/06/15 14:14:37 bm 1.4.342.2: RESYNC: (1.4-1.5); FILE MERGED 2004/05/05 14:43:03 sab 1.4.342.1: #i10733#; have access to cellranges in all sheets
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sheet/Spreadsheets.idl12
1 files changed, 10 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/Spreadsheets.idl b/offapi/com/sun/star/sheet/Spreadsheets.idl
index 75f3594f1193..ff3e92016ee6 100644
--- a/offapi/com/sun/star/sheet/Spreadsheets.idl
+++ b/offapi/com/sun/star/sheet/Spreadsheets.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: Spreadsheets.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:53:56 $
+ * last change: $Author: vg $ $Date: 2007-05-22 15:11:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,6 +48,10 @@
#include <com/sun/star/container/XEnumerationAccess.idl>
#endif
+#ifndef __com_sun_star_sheet_XCellRangesAccess_idl__
+#include <com/sun/star/sheet/XCellRangesAccess.idl>
+#endif
+
//=============================================================================
module com { module sun { module star { module sheet {
@@ -85,6 +89,10 @@ published service Spreadsheets
*/
interface com::sun::star::container::XEnumerationAccess;
+ //-------------------------------------------------------------------------
+
+ [optional] interface com::sun::star::sheet::XCellRangesAccess;
+
};
//=============================================================================