summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-19 15:21:13 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-19 15:21:13 +0000
commitc17135959104a60c24badc58b54adb89cca933fc (patch)
tree75383fe8a1eed1fe41044cbd0929e6993e018179
parent9d48a729f1598c04de99abd705722a9898810f7d (diff)
INTEGRATION: CWS sab008 (1.4.208); FILE MERGED
2004/02/16 16:08:16 sab 1.4.208.5: #i20889#; remove inkompatible changes; they are now in tl01 2004/02/11 12:12:41 sab 1.4.208.4: RESYNC: (1.5-1.6); FILE MERGED 2004/01/28 13:58:43 sab 1.4.208.3: #112046#; the properties aren't readonly, #i20889#; XScenario moved to Scenario 2004/01/26 09:54:06 sab 1.4.208.2: RESYNC: (1.4-1.5); FILE MERGED 2004/01/23 12:54:57 sab 1.4.208.1: #i20889#; add service Scenario
-rw-r--r--offapi/com/sun/star/sheet/Spreadsheet.idl28
1 files changed, 15 insertions, 13 deletions
diff --git a/offapi/com/sun/star/sheet/Spreadsheet.idl b/offapi/com/sun/star/sheet/Spreadsheet.idl
index 0a428da4e..34e17319e 100644
--- a/offapi/com/sun/star/sheet/Spreadsheet.idl
+++ b/offapi/com/sun/star/sheet/Spreadsheet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Spreadsheet.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 12:02:28 $
+ * last change: $Author: obo $ $Date: 2004-03-19 16:21:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,10 +110,6 @@
#include <com/sun/star/sheet/XSheetPageBreak.idl>
#endif
-#ifndef __com_sun_star_sheet_XScenario_idl__
-#include <com/sun/star/sheet/XScenario.idl>
-#endif
-
#ifndef __com_sun_star_sheet_XSheetOutline_idl__
#include <com/sun/star/sheet/XSheetOutline.idl>
#endif
@@ -126,6 +122,10 @@
#include <com/sun/star/sheet/XSheetLinkable.idl>
#endif
+#ifndef __com_sun_star_sheet_Scenario_idl__
+#include <com/sun/star/sheet/Scenario.idl>
+#endif
+
//=============================================================================
module com { module sun { module star { module sheet {
@@ -149,6 +149,10 @@ service Spreadsheet
//=========================================================================
+ [optional] service com::sun::star::sheet::Scenario;
+
+ //=========================================================================
+
/** provides methods to create a cell cursor.
*/
interface com::sun::star::sheet::XSpreadsheet;
@@ -177,7 +181,7 @@ service Spreadsheet
*/
interface com::sun::star::sheet::XScenariosSupplier;
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
/** provides access to the collection of annotations.
*/
@@ -216,12 +220,6 @@ service Spreadsheet
//-------------------------------------------------------------------------
- /** provides methods for a scenario sheet.
- */
- interface com::sun::star::sheet::XScenario;
-
- //-------------------------------------------------------------------------
-
/** provides access to row and column outline settings.
*/
interface com::sun::star::sheet::XSheetOutline;
@@ -238,6 +236,10 @@ service Spreadsheet
*/
interface com::sun::star::sheet::XSheetLinkable;
+ //-------------------------------------------------------------------------
+
+ interface com::sun::star::sheet::XScenario;
+
//=========================================================================
/** specifies if the sheet is visible.