summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl21
1 files changed, 19 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl b/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
index 822d29420f44..5d91d36d89ca 100644
--- a/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
+++ b/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SpreadsheetViewSettings.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:46 $
+ * last change: $Author: sab $ $Date: 2002-10-02 14:50:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -220,6 +220,20 @@ service SpreadsheetViewSettings
*/
[property] boolean HideSpellMarks;
+ //-------------------------------------------------------------------------
+ /** This property defines the zoom type for the document.
+
+ @see com::sun::star::view::DocumentZoomType
+ */
+ [property] short ZoomType;
+
+ //-------------------------------------------------------------------------
+ /** Defines the zoom value to use.
+ Valid only if the ZoomType is set to
+ <member scope="com::sun::star::view::DocumentZoomType">BY_VALUE</member>.
+ */
+ [property] short ZoomValue;
+
};
//=============================================================================
@@ -229,6 +243,9 @@ service SpreadsheetViewSettings
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:46 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:48 hjs
initial import