summaryrefslogtreecommitdiffstats
path: root/sc/inc/ViewSettingsSequenceDefines.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-21 18:07:44 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-21 18:07:44 +0000
commit2b288fe780bd052524c26ad1a8a6bdca409351ae (patch)
tree2b0aa8d910afe750b13cc3e78786d1e541a5e3c4 /sc/inc/ViewSettingsSequenceDefines.hxx
parentINTEGRATION: CWS dba24c (1.3.684); FILE MERGED (diff)
downloadcore-2b288fe780bd052524c26ad1a8a6bdca409351ae.tar.gz
core-2b288fe780bd052524c26ad1a8a6bdca409351ae.zip
INTEGRATION: CWS sheetzoom (1.5.574); FILE MERGED
2007/11/12 13:44:22 nn 1.5.574.1: #i24372# allow separate zoom per sheet
Diffstat (limited to 'sc/inc/ViewSettingsSequenceDefines.hxx')
-rw-r--r--sc/inc/ViewSettingsSequenceDefines.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sc/inc/ViewSettingsSequenceDefines.hxx b/sc/inc/ViewSettingsSequenceDefines.hxx
index 286b9ed15ea9..831e9a59848e 100644
--- a/sc/inc/ViewSettingsSequenceDefines.hxx
+++ b/sc/inc/ViewSettingsSequenceDefines.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ViewSettingsSequenceDefines.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:20:50 $
+ * last change: $Author: ihi $ $Date: 2007-11-21 19:07:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -69,7 +69,7 @@
// this are the defines for the position of the settings in the
// TableViewSettingsSequence
-#define SC_TABLE_VIEWSETTINGS_COUNT 11
+#define SC_TABLE_VIEWSETTINGS_COUNT 14
#define SC_CURSOR_X 0
#define SC_CURSOR_Y 1
@@ -82,6 +82,9 @@
#define SC_POSITION_RIGHT 8
#define SC_POSITION_TOP 9
#define SC_POSITION_BOTTOM 10
+#define SC_TABLE_ZOOM_TYPE 11
+#define SC_TABLE_ZOOM_VALUE 12
+#define SC_TABLE_PAGE_VIEW_ZOOM_VALUE 13
#define SC_CURSORPOSITIONX "CursorPositionX"
#define SC_CURSORPOSITIONY "CursorPositionY"