From fd66d1e3b2c27d5938606b27b58d0b1dd7252a31 Mon Sep 17 00:00:00 2001 From: Sascha Ballach Date: Thu, 12 Apr 2001 13:48:58 +0000 Subject: add Show Page Break Preview --- sc/inc/ViewSettingsSequenceDefines.hxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sc/inc/ViewSettingsSequenceDefines.hxx') diff --git a/sc/inc/ViewSettingsSequenceDefines.hxx b/sc/inc/ViewSettingsSequenceDefines.hxx index c459f301f629..672d078452e0 100644 --- a/sc/inc/ViewSettingsSequenceDefines.hxx +++ b/sc/inc/ViewSettingsSequenceDefines.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ViewSettingsSequenceDefines.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: sab $ $Date: 2001-03-29 08:30:47 $ + * last change: $Author: sab $ $Date: 2001-04-12 14:47:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,7 +65,7 @@ // this are the defines for the position of the settings in the // ViewSettingsSequence -#define SC_VIEWSETTINGS_COUNT 6 +#define SC_VIEWSETTINGS_COUNT 7 #define SC_TABLE_VIEWSETTINGS 0 #define SC_ACTIVE_TABLE 1 @@ -73,6 +73,7 @@ #define SC_ZOOM_TYPE 3 #define SC_ZOOM_VALUE 4 #define SC_PAGE_VIEW_ZOOM_VALUE 5 +#define SC_PAGE_BREAK_PREVIEW 6 // this are the defines for the position of the settings in the @@ -110,6 +111,7 @@ #define SC_ZOOMTYPE "ZoomType" #define SC_ZOOMVALUE "ZoomValue" #define SC_PAGEVIEWZOOMVALUE "PageViewZoomValue" +#define SC_SHOWPAGEBREAKPREVIEW "ShowPageBreakPreview" #define SC_VIEWID "ViewId" #define SC_VIEW "View" -- cgit