summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-10-02 13:50:21 +0000
committerSascha Ballach <sab@openoffice.org>2002-10-02 13:50:21 +0000
commit0b051a06b6fdda4e6536ef0802c14164288914e6 (patch)
treeffa6f3fdefaaf9a0411bef1bcdddcb4b971fd228 /offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
parent806d35773804e73edc7b4570546ccb5b669153f6 (diff)
#101599#; add ZoomType and ZoomValue
Diffstat (limited to 'offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl')
-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