Update ooo320-m1
[ooovba.git] / svx / source / cui / page.hrc
blobbee5c133455d6846df92f4bb45b12dc3894a6257
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: page.hrc,v $
10  * $Revision: 1.7 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #ifndef _SVX_PAGE_HRC
31 #define _SVX_PAGE_HRC
33 // defines ---------------------------------------------------------------
35 #define FT_LEFT_MARGIN                  10
36 #define ED_LEFT_MARGIN                  11
37 #define FT_RIGHT_MARGIN                 12
38 #define ED_RIGHT_MARGIN                 13
39 #define FT_TOP_MARGIN                   14
40 #define ED_TOP_MARGIN                   15
41 #define FT_BOTTOM_MARGIN                16
42 #define ED_BOTTOM_MARGIN                17
43 #define FL_MARGIN                               18
45 #define LB_LAYOUT                               20
46 #define FT_PAGELAYOUT                   21
48 #define LB_NUMBER_FORMAT                30
49 #define FL_LAYOUT        31
50 #define FT_NUMBER_FORMAT                32
52 #define FT_TEXT_FLOW                    35
53 #define LB_TEXT_FLOW                    36
55 #define WN_BSP                                  40
57 #define FT_ORIENTATION          48
58 #define FT_PAPER_FORMAT         49
59 #define LB_PAPER_SIZE                   50
60 #define RB_PORTRAIT                             51
61 #define RB_LANDSCAPE                    52
62 #define FT_PAPER_WIDTH                  53
63 #define ED_PAPER_WIDTH                  54
64 #define FT_PAPER_HEIGHT                 55
65 #define ED_PAPER_HEIGHT                 56
66 #define FT_PAPER_TRAY                   57
67 #define LB_PAPER_TRAY                   58
68 #define FL_PAPER_SIZE                   59
70 #define CB_REGISTER             60
71 #define FT_REGISTER             61
72 #define LB_REGISTER             62
73 #define FL_BOTTOM_SEP           64
75 #define CB_HORZ                                 70
76 #define CB_VERT                                 71
77 #define CB_ADAPT                                72
78 #define FT_TBL_ALIGN            73
80 #define PB_BACK                                 80
82 #define STR_INSIDE                              90
83 #define STR_OUTSIDE                             91
84 #define STR_QUERY_PRINTRANGE    92
86 #endif