2000-09-18 11:07:07 -05:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-10 15:38:13 -05:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2010-02-12 08:01:35 -06:00
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 15:38:13 -05:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 15:38:13 -05:00
|
|
|
* This file is part of OpenOffice.org.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 15:38:13 -05:00
|
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
* only, as published by the Free Software Foundation.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 15:38:13 -05:00
|
|
|
* OpenOffice.org 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 version 3 for more details
|
|
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 15:38:13 -05:00
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
|
|
* <http://www.openoffice.org/license.html>
|
|
|
|
* for a copy of the LGPLv3 License.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
#define TP_OPTIONS_LAYOUT 596
|
|
|
|
#define TP_OPTIONS_CONTENTS 597
|
|
|
|
#define TP_OPTIONS_SNAP 598
|
|
|
|
#define TP_OPTIONS_MISC 599
|
|
|
|
#define GRP_OTHER 1
|
2001-03-22 07:15:58 -06:00
|
|
|
#define FT_METRIC 2
|
2000-09-18 11:07:07 -05:00
|
|
|
#define GRP_PROGRAMSTART 3
|
|
|
|
#define GRP_DISPLAY 4
|
2001-03-22 07:15:58 -06:00
|
|
|
#define GRP_SETTINGS 5
|
2000-09-18 11:07:07 -05:00
|
|
|
#define GRP_TEXT 6
|
2001-03-22 07:15:58 -06:00
|
|
|
#define FT_TABSTOP 7
|
2007-11-26 07:36:23 -06:00
|
|
|
//#i80528##define GRP_VIEW_SUBSTITUTE 8
|
2000-09-18 11:07:07 -05:00
|
|
|
#define CBX_COPY 13
|
|
|
|
#define CBX_RULER 14
|
|
|
|
#define CBX_HELPLINES 1
|
|
|
|
#define CBX_MOVE_OUTLINE 15
|
2007-11-26 07:36:23 -06:00
|
|
|
//#i80528##define CBX_OUTLINEMODE 11
|
|
|
|
//#i80528##define CBX_HAIRLINEMODE 12
|
2000-09-18 11:07:07 -05:00
|
|
|
#define CBX_MARKED_HIT_MOVES_ALWAYS 19
|
|
|
|
#define CBX_CROOK_NO_CONTORTION 21
|
|
|
|
#define CBX_SLANT_BUT_SHEAR 22
|
2007-11-26 07:36:23 -06:00
|
|
|
#//#i80528#define CBX_EXTERN_GRAPHIC 10
|
2000-09-18 11:07:07 -05:00
|
|
|
#define CBX_HANDLES_BEZIER 2
|
|
|
|
#define GRP_SNAP 1
|
|
|
|
#define GRP_ORTHO 2
|
|
|
|
#define FT_SNAP_AREA 1
|
|
|
|
#define FI_ORTHO 2
|
|
|
|
#define FI_SNAP 3
|
|
|
|
#define FT_BEZ_ANGLE 4
|
|
|
|
//#define FT_METRIC 5
|
|
|
|
#define LB_METRIC 1
|
|
|
|
#define MTR_FLD_SNAP_AREA 1
|
|
|
|
#define MTR_FLD_ANGLE 2
|
|
|
|
#define MTR_FLD_BEZ_ANGLE 3
|
|
|
|
#define MTR_FLD_TABSTOP 4
|
|
|
|
#define CBX_ROTATE 8
|
|
|
|
#define CBX_ORTHO 6
|
|
|
|
#define CBX_BIGORTHO 7
|
|
|
|
#define CBX_SNAPGRID 1
|
|
|
|
#define CBX_SNAP_HELPLINES 2
|
|
|
|
#define CBX_SNAP_GRID 1
|
|
|
|
#define CBX_SNAP_BORDER 3
|
|
|
|
#define CBX_SNAP_FRAME 4
|
|
|
|
#define CBX_SNAP_POINTS 5
|
|
|
|
#define CBX_START_WITH_TEMPLATE 6
|
|
|
|
#define CBX_START_WITH_LAYOUT 7
|
|
|
|
#define CBX_PICKTHROUGH 9
|
2007-11-26 07:36:23 -06:00
|
|
|
//#i80528##define CBX_NOTEXT 23
|
2000-09-18 11:07:07 -05:00
|
|
|
#define CBX_QUICKEDIT 24
|
|
|
|
#define CBX_MASTERPAGE_CACHE 25
|
|
|
|
|
|
|
|
#define CBX_START_WITH_ACTUAL_PAGE 26
|
|
|
|
#define GRP_START_WITH_ACTUAL_PAGE 8
|
2001-04-02 05:37:41 -05:00
|
|
|
#define FT_COMPATIBILITY 27
|
2001-04-04 01:00:36 -05:00
|
|
|
#define CB_MERGE_PARA_DIST 28
|
|
|
|
|
|
|
|
#define CB_SCALE 29
|
|
|
|
#define FT_ORIGINAL 30
|
|
|
|
#define MTR_FLD_ORIGINAL_WIDTH 31
|
|
|
|
#define FT_EQUIVALENT 32
|
|
|
|
#define MTR_FLD_ORIGINAL_HEIGHT 33
|
|
|
|
#define GRP_SCALE 34
|
|
|
|
#define FI_INFO_1 35
|
|
|
|
#define FI_INFO_2 36
|
|
|
|
#define FT_PAGEWIDTH 37
|
|
|
|
#define FT_PAGEHEIGHT 38
|
|
|
|
#define FT_SCALE 39
|
|
|
|
|
2003-04-08 09:21:13 -05:00
|
|
|
#define CB_USE_PRINTER_METRICS 40
|