2001-02-21 08:44:05 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-08 16:20:50 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2001-02-21 08:44:05 +00:00
|
|
|
*
|
2005-09-08 16:20:50 +00:00
|
|
|
* $RCSfile: ViewSettingsSequenceDefines.hxx,v $
|
2001-02-21 08:44:05 +00:00
|
|
|
*
|
2007-11-21 18:07:44 +00:00
|
|
|
* $Revision: 1.6 $
|
2001-02-21 08:44:05 +00:00
|
|
|
*
|
2007-11-21 18:07:44 +00:00
|
|
|
* last change: $Author: ihi $ $Date: 2007-11-21 19:07:44 $
|
2001-02-21 08:44:05 +00:00
|
|
|
*
|
2005-09-08 16:20:50 +00:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2001-02-21 08:44:05 +00:00
|
|
|
*
|
|
|
|
*
|
2005-09-08 16:20:50 +00:00
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2001-02-21 08:44:05 +00:00
|
|
|
*
|
2005-09-08 16:20:50 +00:00
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License version 2.1, as published by the Free Software Foundation.
|
2001-02-21 08:44:05 +00:00
|
|
|
*
|
2005-09-08 16:20:50 +00:00
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
2001-02-21 08:44:05 +00:00
|
|
|
*
|
2005-09-08 16:20:50 +00:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
* MA 02111-1307 USA
|
2001-02-21 08:44:05 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#ifndef _SC_VIEWSETTINGSSEQUENCEDEFINES_HXX
|
|
|
|
#define _SC_VIEWSETTINGSSEQUENCEDEFINES_HXX
|
|
|
|
|
|
|
|
// this are the defines for the position of the settings in the
|
|
|
|
// ViewSettingsSequence
|
|
|
|
|
2001-05-02 13:52:13 +00:00
|
|
|
#define SC_VIEWSETTINGS_COUNT 23
|
2001-02-21 08:44:05 +00:00
|
|
|
|
2001-05-02 13:52:13 +00:00
|
|
|
#define SC_VIEW_ID 0
|
|
|
|
#define SC_TABLE_VIEWSETTINGS 1
|
|
|
|
#define SC_ACTIVE_TABLE 2
|
|
|
|
#define SC_HORIZONTAL_SCROLL_BAR_WIDTH 3
|
|
|
|
#define SC_ZOOM_TYPE 4
|
|
|
|
#define SC_ZOOM_VALUE 5
|
|
|
|
#define SC_PAGE_VIEW_ZOOM_VALUE 6
|
|
|
|
#define SC_PAGE_BREAK_PREVIEW 7
|
|
|
|
#define SC_SHOWZERO 8
|
|
|
|
#define SC_SHOWNOTES 9
|
|
|
|
#define SC_SHOWGRID 10
|
|
|
|
#define SC_GRIDCOLOR 11
|
|
|
|
#define SC_SHOWPAGEBR 12
|
|
|
|
#define SC_COLROWHDR 13
|
|
|
|
#define SC_SHEETTABS 14
|
|
|
|
#define SC_OUTLSYMB 15
|
|
|
|
#define SC_SNAPTORASTER 16
|
|
|
|
#define SC_RASTERVIS 17
|
|
|
|
#define SC_RASTERRESX 18
|
|
|
|
#define SC_RASTERRESY 19
|
|
|
|
#define SC_RASTERSUBX 20
|
|
|
|
#define SC_RASTERSUBY 21
|
|
|
|
#define SC_RASTERSYNC 22
|
2001-02-21 08:44:05 +00:00
|
|
|
|
|
|
|
|
|
|
|
// this are the defines for the position of the settings in the
|
|
|
|
// TableViewSettingsSequence
|
|
|
|
|
2007-11-21 18:07:44 +00:00
|
|
|
#define SC_TABLE_VIEWSETTINGS_COUNT 14
|
2001-02-21 08:44:05 +00:00
|
|
|
|
|
|
|
#define SC_CURSOR_X 0
|
|
|
|
#define SC_CURSOR_Y 1
|
|
|
|
#define SC_HORIZONTAL_SPLIT_MODE 2
|
|
|
|
#define SC_VERTICAL_SPLIT_MODE 3
|
|
|
|
#define SC_HORIZONTAL_SPLIT_POSITION 4
|
|
|
|
#define SC_VERTICAL_SPLIT_POSITION 5
|
|
|
|
#define SC_ACTIVE_SPLIT_RANGE 6
|
|
|
|
#define SC_POSITION_LEFT 7
|
|
|
|
#define SC_POSITION_RIGHT 8
|
|
|
|
#define SC_POSITION_TOP 9
|
|
|
|
#define SC_POSITION_BOTTOM 10
|
2007-11-21 18:07:44 +00:00
|
|
|
#define SC_TABLE_ZOOM_TYPE 11
|
|
|
|
#define SC_TABLE_ZOOM_VALUE 12
|
|
|
|
#define SC_TABLE_PAGE_VIEW_ZOOM_VALUE 13
|
2001-02-21 08:44:05 +00:00
|
|
|
|
2001-03-29 07:30:47 +00:00
|
|
|
#define SC_CURSORPOSITIONX "CursorPositionX"
|
|
|
|
#define SC_CURSORPOSITIONY "CursorPositionY"
|
|
|
|
#define SC_HORIZONTALSPLITMODE "HorizontalSplitMode"
|
|
|
|
#define SC_VERTICALSPLITMODE "VerticalSplitMode"
|
|
|
|
#define SC_HORIZONTALSPLITPOSITION "HorizontalSplitPosition"
|
|
|
|
#define SC_VERTICALSPLITPOSITION "VerticalSplitPosition"
|
|
|
|
#define SC_ACTIVESPLITRANGE "ActiveSplitRange"
|
|
|
|
#define SC_POSITIONLEFT "PositionLeft"
|
|
|
|
#define SC_POSITIONRIGHT "PositionRight"
|
|
|
|
#define SC_POSITIONTOP "PositionTop"
|
|
|
|
#define SC_POSITIONBOTTOM "PositionBottom"
|
|
|
|
|
|
|
|
#define SC_TABLES "Tables"
|
|
|
|
#define SC_ACTIVETABLE "ActiveTable"
|
|
|
|
#define SC_HORIZONTALSCROLLBARWIDTH "HorizontalScrollbarWidth"
|
|
|
|
#define SC_ZOOMTYPE "ZoomType"
|
|
|
|
#define SC_ZOOMVALUE "ZoomValue"
|
|
|
|
#define SC_PAGEVIEWZOOMVALUE "PageViewZoomValue"
|
2001-04-12 13:48:58 +00:00
|
|
|
#define SC_SHOWPAGEBREAKPREVIEW "ShowPageBreakPreview"
|
2001-03-29 07:30:47 +00:00
|
|
|
#define SC_VIEWID "ViewId"
|
|
|
|
#define SC_VIEW "View"
|
2001-02-21 08:44:05 +00:00
|
|
|
|
|
|
|
#endif
|