xref: /aoo41x/main/cui/source/tabpages/page.hrc (revision 8414840e)
1*8414840eSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*8414840eSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*8414840eSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*8414840eSAndrew Rist * distributed with this work for additional information
6*8414840eSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*8414840eSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*8414840eSAndrew Rist * "License"); you may not use this file except in compliance
9*8414840eSAndrew Rist * with the License.  You may obtain a copy of the License at
10*8414840eSAndrew Rist *
11*8414840eSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8414840eSAndrew Rist *
13*8414840eSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*8414840eSAndrew Rist * software distributed under the License is distributed on an
15*8414840eSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8414840eSAndrew Rist * KIND, either express or implied.  See the License for the
17*8414840eSAndrew Rist * specific language governing permissions and limitations
18*8414840eSAndrew Rist * under the License.
19*8414840eSAndrew Rist *
20*8414840eSAndrew Rist *************************************************************/
21*8414840eSAndrew Rist
22*8414840eSAndrew Rist
23cdf0e10cSrcweir#ifndef _SVX_PAGE_HRC
24cdf0e10cSrcweir#define _SVX_PAGE_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir// defines ---------------------------------------------------------------
27cdf0e10cSrcweir
28cdf0e10cSrcweir#define FT_LEFT_MARGIN			10
29cdf0e10cSrcweir#define ED_LEFT_MARGIN			11
30cdf0e10cSrcweir#define FT_RIGHT_MARGIN			12
31cdf0e10cSrcweir#define ED_RIGHT_MARGIN			13
32cdf0e10cSrcweir#define FT_TOP_MARGIN			14
33cdf0e10cSrcweir#define ED_TOP_MARGIN			15
34cdf0e10cSrcweir#define FT_BOTTOM_MARGIN		16
35cdf0e10cSrcweir#define ED_BOTTOM_MARGIN		17
36cdf0e10cSrcweir#define FL_MARGIN				18
37cdf0e10cSrcweir
38cdf0e10cSrcweir#define LB_LAYOUT				20
39cdf0e10cSrcweir#define FT_PAGELAYOUT			21
40cdf0e10cSrcweir
41cdf0e10cSrcweir#define LB_NUMBER_FORMAT		30
42cdf0e10cSrcweir#define FL_LAYOUT        31
43cdf0e10cSrcweir#define FT_NUMBER_FORMAT		32
44cdf0e10cSrcweir
45cdf0e10cSrcweir#define FT_TEXT_FLOW			35
46cdf0e10cSrcweir#define LB_TEXT_FLOW			36
47cdf0e10cSrcweir
48cdf0e10cSrcweir#define WN_BSP					40
49cdf0e10cSrcweir
50cdf0e10cSrcweir#define FT_ORIENTATION          48
51cdf0e10cSrcweir#define FT_PAPER_FORMAT         49
52cdf0e10cSrcweir#define LB_PAPER_SIZE			50
53cdf0e10cSrcweir#define RB_PORTRAIT				51
54cdf0e10cSrcweir#define RB_LANDSCAPE			52
55cdf0e10cSrcweir#define FT_PAPER_WIDTH			53
56cdf0e10cSrcweir#define ED_PAPER_WIDTH			54
57cdf0e10cSrcweir#define FT_PAPER_HEIGHT			55
58cdf0e10cSrcweir#define ED_PAPER_HEIGHT			56
59cdf0e10cSrcweir#define FT_PAPER_TRAY			57
60cdf0e10cSrcweir#define LB_PAPER_TRAY			58
61cdf0e10cSrcweir#define FL_PAPER_SIZE			59
62cdf0e10cSrcweir
63cdf0e10cSrcweir#define CB_REGISTER             60
64cdf0e10cSrcweir#define FT_REGISTER             61
65cdf0e10cSrcweir#define LB_REGISTER             62
66cdf0e10cSrcweir#define FL_BOTTOM_SEP           64
67cdf0e10cSrcweir
68cdf0e10cSrcweir#define CB_HORZ					70
69cdf0e10cSrcweir#define CB_VERT					71
70cdf0e10cSrcweir#define CB_ADAPT				72
71cdf0e10cSrcweir#define FT_TBL_ALIGN            73
72cdf0e10cSrcweir
73cdf0e10cSrcweir#define PB_BACK					80
74cdf0e10cSrcweir
75cdf0e10cSrcweir#define STR_INSIDE				90
76cdf0e10cSrcweir#define STR_OUTSIDE				91
77cdf0e10cSrcweir#define STR_QUERY_PRINTRANGE    92
78cdf0e10cSrcweir
79cdf0e10cSrcweir#endif
80cdf0e10cSrcweir
81