summaryrefslogtreecommitdiffstats
path: root/sc/inc/appoptio.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-21 18:08:01 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-21 18:08:01 +0000
commit5e8a80f61847cbe72d5f332416fa1dd22706b693 (patch)
tree2983e5d5151e06a4c717a80de690b832d49045f5 /sc/inc/appoptio.hxx
parentINTEGRATION: CWS sheetzoom (1.5.574); FILE MERGED (diff)
downloadcore-5e8a80f61847cbe72d5f332416fa1dd22706b693.tar.gz
core-5e8a80f61847cbe72d5f332416fa1dd22706b693.zip
INTEGRATION: CWS sheetzoom (1.7.446); FILE MERGED
2007/11/12 13:44:22 nn 1.7.446.1: #i24372# allow separate zoom per sheet
Diffstat (limited to 'sc/inc/appoptio.hxx')
-rw-r--r--sc/inc/appoptio.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/appoptio.hxx b/sc/inc/appoptio.hxx
index 90542f211eb7..7170159d00b9 100644
--- a/sc/inc/appoptio.hxx
+++ b/sc/inc/appoptio.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: appoptio.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2006-04-07 08:24:08 $
+ * last change: $Author: ihi $ $Date: 2007-11-21 19:08:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -75,6 +75,8 @@ public:
USHORT GetZoom() const { return nZoom; }
void SetZoomType( SvxZoomType eNew ) { eZoomType = eNew; }
SvxZoomType GetZoomType() const { return eZoomType; }
+ void SetSynchronizeZoom( BOOL bNew ) { bSynchronizeZoom = bNew; }
+ BOOL GetSynchronizeZoom() const { return bSynchronizeZoom; }
USHORT GetLRUFuncListCount() const { return nLRUFuncCount; }
USHORT* GetLRUFuncList() const { return pLRUList; }
void SetLRUFuncList( const USHORT* pList,
@@ -114,6 +116,7 @@ private:
USHORT* pLRUList;
SvxZoomType eZoomType;
USHORT nZoom;
+ BOOL bSynchronizeZoom;
USHORT nStatusFunc;
BOOL bAutoComplete;
BOOL bDetectiveAuto;