xref: /aoo4110/main/sc/source/ui/pagedlg/pagedlg.hrc (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24
25#include "sc.hrc"	// -> RID_SCDLG_PAGE
26					// -> RID_SCPAGE_TABLE
27					// -> RID_SCPAGE_AREAS
28
29#define TP_PAGE_STD		1
30#define TP_PAGE_HEADER	2
31#define TP_PAGE_FOOTER	3
32#define TP_PAGE_TABLE	4
33#define TP_PAGE_AREAS	5
34
35//================================================
36// TabPage: Tabelle
37
38#define BTN_GRID			10
39#define BTN_HEADER			11
40#define BTN_NOTES			12
41#define BTN_CHARTS			13
42#define BTN_OBJECTS			14
43#define BTN_DRAWINGS		15
44#define BTN_FORMULAS		16
45#define BTN_NULLVALS		17
46#define FL_PRINT            19
47
48#define BTN_TOPDOWN			20
49#define BTN_LEFTRIGHT		21
50#define BMP_PAGEDIR			22
51#define IMG_LEFTRIGHT		23
52#define IMG_TOPDOWN			24
53#define BTN_PAGENO			25
54#define ED_PAGENO			26
55#define FL_PAGEDIR          29
56
57#define FT_SCALEMODE        30
58#define LB_SCALEMODE        31
59#define ED_SCALEALL			32
60#define ED_SCALEPAGENUM		34
61#define ED_SCALEPAGEWIDTH   35
62#define ED_SCALEPAGEHEIGHT  36
63#define FL_SCALE            39
64
65#define FT_SCALEFACTOR      51
66#define FT_SCALEPAGEWIDTH   52
67#define FT_SCALEPAGEHEIGHT  53
68#define FT_SCALEPAGENUM     54
69
70#define IMG_LEFTRIGHT_H     41
71#define IMG_TOPDOWN_H       42
72
73// List box entries "Scaling mode"
74#define SC_TPTABLE_SCALE_PERCENT    0
75#define SC_TPTABLE_SCALE_TO         1
76#define SC_TPTABLE_SCALE_TO_PAGES   2
77
78//================================================
79// Dialog: Druckbereiche
80
81#define FL_PRINTAREA        10
82#define ED_PRINTAREA		11
83#define RB_PRINTAREA		12
84#define LB_PRINTAREA		13
85
86#define FL_REPEATROW        20
87#define ED_REPEATROW		21
88#define RB_REPEATROW		22
89#define LB_REPEATROW		23
90
91#define FL_REPEATCOL        30
92#define ED_REPEATCOL		31
93#define RB_REPEATCOL		32
94#define LB_REPEATCOL		33
95
96#define BTN_OK				1
97#define BTN_CANCEL			2
98#define BTN_HELP			3
99
100