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