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#include "svx/dialogs.hrc"
23
24#define VS_SPACING_WIDTH		80
25#define	CUSTOM_HEIGHT			CBOX_HEIGHT +  MBOX_HEIGHT + POPUPPANEL_MARGIN_LARGE * 3 + POPUPPANEL_MARGIN_SMALL * 2 + TEXT_HEIGHT * 2
26#define CUSTOM_WIDTH			VS_SPACING_WIDTH - 8
27#define CUSTOM_X				POPUPPANEL_MARGIN_LARGE + OFFSET_X + 1
28#define CUSTOM_Y				OFFSET_Y + POPUPPANEL_MARGIN_SMALL * 3 + 15 * 6 + TEXT_HEIGHT
29#define VS_UNDERLINE_WIDTH	57
30#define VS_UNDERLINE_HEIGHT	 12 * 10
31
32#define CONTROL_HEIGHT_FONT_NAME  		250
33#define CONTROL_HEIGHT_FONT_SIZE		180
34#define FONTSIZE_WIDTH					(TOOLBOX_ITEM_WIDTH * 2 - 1)
35#define FONTNAME_WIDTH					(TOOLBOX_ITEM_WIDTH * 4)
36//PROPERTYPAGE_WIDTH - (FONTSIZE_WIDTH) - 6)
37
38#define TB_SPACE				18
39#define TB_SPACE_V				4
40#define TEXT_WIDTH				TOOLBOX_42_42_ITEM_DD_WIDTH + TB_SPACE - 3
41
42#define FT_TB_SPACE				1
43#define BK_IMG					20
44
45#define X0                      SECTIONPAGE_MARGIN_HORIZONTAL
46#define X1                      SECTIONPAGE_MARGIN_HORIZONTAL + 1 + TOOLBOX_ITEM_WIDTH * 2  + 4
47#define X2                      (PROPERTYPAGE_WIDTH - (FONTSIZE_WIDTH))
48#define X3                      (X2 - (TOOLBOX_ITEM_DD_WIDTH) - 3)
49
50#define FIRST_LINE_Y            SECTIONPAGE_MARGIN_VERTICAL_TOP
51#define SECOND_LINE_Y           FIRST_LINE_Y + CBOX_HEIGHT + CONTROL_SPACING_VERTICAL  + 1
52#define THIRD_LINE_Y            SECOND_LINE_Y + CONTROL_SPACING_VERTICAL + (TOOLBOX_ITEM_HEIGHT + 2)
53
54
55
56
57//#define FT_TEST					1
58#define CB_SBFONT_FONT			2
59#define MB_SBFONT_FONTSIZE		3
60#define TB_FONT					4
61#define	TB_INCREASE_DECREASE	5
62#define	TB_FONTCOLOR			6
63#define	TB_FONTCOLOR_SW			7
64#define	TB_HIGHLIGHT			8
65#define TB_SPACING				9
66#define TB_SCRIPT				10
67#define TB_SCRIPT_SW			11
68
69#define TBI_FONTCOLOR			50
70#define TBI_BOLD				51
71#define TBI_ITALIC				52
72#define TBI_UNDERLINE			53
73#define TBI_STRIKEOUT			54
74#define TBI_SHADOWED			55
75#define TBI_INCREASE			56
76#define TBI_DECREASE			57
77#define TBI_HIGHLIGHT			58
78#define TBI_SUPER				59
79#define TBI_SUB					60
80#define TBI_SUPER_SW			61
81#define TBI_SUB_SW				62
82#define TBI_SPACING				63
83
84#define IMG_SPACING_D				71
85
86//popup window underline
87#define	VS_UNDERLINE			1
88#define PB_OPTIONS				2
89#define BMP_UNDERLINE_MORE		3
90#define BMP_UNDERLINE_MORE_H	4
91
92#define IMG_SINGLE				10
93#define IMG_DOUBLE				11
94#define IMG_BOLD2				12
95#define IMG_DOT					13
96#define IMG_DOT_BOLD			14
97#define IMG_DASH				15
98#define IMG_DASH_LONG			16
99#define IMG_DASH_DOT			17
100#define IMG_DASH_DOT_DOT		18
101#define IMG_WAVE				19
102
103#define STR_SINGLE				20
104#define STR_DOUBLE				21
105#define STR_BOLD				22
106#define STR_DOT					23
107#define STR_DOT_BOLD			24
108#define STR_DASH				25
109#define STR_DASH_LONG			26
110#define STR_DASH_DOT			27
111#define STR_DASH_DOT_DOT		28
112#define STR_WAVE				29
113
114#define IMG_SINGLE_H			30
115#define IMG_DOUBLE_H			31
116#define IMG_BOLD2_H				32
117#define IMG_DOT_H				33
118#define IMG_DOT_BOLD_H			34
119#define IMG_DASH_H				35
120#define IMG_DASH_LONG_H			36
121#define IMG_DASH_DOT_H			37
122#define IMG_DASH_DOT_DOT_H		38
123#define IMG_WAVE_H				39
124
125#define IMG_SINGLE_SEL			40
126#define IMG_DOUBLE_SEL			41
127#define IMG_BOLD2_SEL			42
128#define IMG_DOT_SEL				43
129#define IMG_DOT_BOLD_SEL		44
130#define IMG_DASH_SEL			45
131#define IMG_DASH_LONG_SEL		46
132#define IMG_DASH_DOT_SEL		47
133#define IMG_DASH_DOT_DOT_SEL	48
134#define IMG_WAVE_SEL			49
135
136#define STR_WITHOUT             50
137
138//popup window font color
139#define VS_FONT_COLOR			1
140#define STR_AUTOMATICE			2
141
142//POPUP WINDOW OF SPACING
143#define VS_SPACING					1
144
145#define	CT_BORDER					7
146#define LB_KERNING					8
147#define ED_KERNING					9
148
149#define FT_SPACING					18
150#define FT_BY						19
151#define FT_LASTCUSTOM				20
152
153#define IMG_NORMAL					31
154#define IMG_VERY_TIGHT				32
155#define IMG_TIGHT					33
156#define IMG_LOOSE					34
157#define IMG_VERY_LOOSE				35
158#define IMG_CUSTOM					36
159#define IMG_CUSTOM_GRAY				37
160
161#define IMG_NORMAL_S				51
162#define IMG_VERY_TIGHT_S			52
163#define IMG_TIGHT_S					53
164#define IMG_LOOSE_S					54
165#define IMG_VERY_LOOSE_S			55
166
167#define STR_VERY_TIGHT				61
168#define STR_TIGHT					62
169#define STR_NORMAL					63
170#define STR_LOOSE					64
171#define STR_VERY_LOOSE				65
172#define STR_CUSTOM					66
173
174#define STR_VERY_TIGHT_TIP			67
175#define STR_TIGHT_TIP				68
176#define STR_NORMAL_TIP				69
177#define STR_LOOSE_TIP				70
178#define STR_VERY_LOOSE_TIP			71
179
180#define STR_CUSTOM_C_TIP			72
181#define STR_CUSTOM_E_TIP			73
182#define STR_PT						74
183
184//help ids
185#define	HID_COMBO_FONT_NAME				"SVX_HID_COMBO_FONT_NAME"
186#define HID_METRIC_FONT_SIZE            "SVX_HID_METRIC_FONT_SIZE"
187#define HID_TB_INCREASE_DECREASE		"SVX_HID_TB_INCREASE_DECREASE"
188#define HID_TBI_INCREASE				"SVX_HID_TBI_INCREASE"
189#define HID_TBI_DECREASE				"SVX_HID_TBI_DECREASE"
190#define HID_TB_FONT						"SVX_HID_TB_FONT"
191#define HID_TBI_FONT_BOLD				"SVX_HID_TBI_FONT_BOLD"
192#define HID_TBI_FONT_ITALIC				"SVX_HID_TBI_FONT_ITALIC"
193#define HID_TBI_FONT_UNDERLINE			"SVX_HID_TBI_FONT_UNDERLINE"
194#define HID_TBI_FONT_STRIKEOUT			"SVX_HID_TBI_FONT_STRIKEOUT"
195#define HID_TBI_FONT_SHADOWED			"SVX_HID_TBI_FONT_SHADOWED"
196#define HID_TB_COLOR					"SVX_HID_TB_COLOR"
197#define HID_TBI_COLOR					"SVX_HID_TBI_COLOR"
198#define HID_TB_SCRIPT					"SVX_HID_TB_SCRIPT"
199#define HID_TBI_SCRIPT_SUPER			"SVX_HID_TBI_SCRIPT_SUPER"
200#define HID_TBI_SCRIPT_SUB				"SVX_HID_TBI_SCRIPT_SUB"
201#define HID_TB_SCRIPT_SW				"SVX_HID_TB_SCRIPT_SW"
202#define HID_TBI_SCRIPT_SW_SUPER			"SVX_HID_TBI_SCRIPT_SW_SUPER"
203#define HID_TBI_SCRIPT_SW_SUB			"SVX_HID_TBI_SCRIPT_SW_SUB"
204#define HID_TB_SPACING					"SVX_HID_TB_SPACING"
205#define HID_TBI_SPACING					"SVX_HID_TBI_SPACING"
206#define HID_TB_HIGHLIGHT				"SVX_HID_TB_HIGHLIGHT"
207#define HID_TBI_HIGHLIGHT				"SVX_HID_TBI_HIGHLIGHT"
208
209#define HID_UNDERLINE_VS				"SVX_HID_UNDERLINE_VS"
210#define HID_UNDERLINE_BTN				"SVX_HID_UNDERLINE_BTN"
211
212#define HID_COLOR_VS					"SVX_HID_COLOR_VS"
213
214#define HID_SPACING_TB_VERY_LOOSE		"SVX_HID_SPACING_TB_VERY_LOOSE"
215#define HID_SPACING_TBI_VERY_LOOSE		"SVX_HID_SPACING_TBI_VERY_LOOSE"
216#define HID_SPACING_TB_LOOSE			"SVX_HID_SPACING_TB_LOOSE"
217#define HID_SPACING_TBI_LOOSE			"SVX_HID_SPACING_TBI_LOOSE"
218#define HID_SPACING_TB_NORMAL			"SVX_HID_SPACING_TB_NORMAL"
219#define HID_SPACING_TBI_NORMAL			"SVX_HID_SPACING_TBI_NORMAL"
220#define HID_SPACING_TB_TIGHT			"SVX_HID_SPACING_TB_TIGHT"
221#define HID_SPACING_TBI_TIGHT			"SVX_HID_SPACING_TBI_TIGHT"
222#define HID_SPACING_TB_VERY_TIGHT		"SVX_HID_SPACING_TB_VERY_TIGHT"
223#define HID_SPACING_TBI_VERY_TIGHT		"SVX_HID_SPACING_TBI_VERY_TIGHT"
224#define HID_SPACING_TB_CUSTOM			"SVX_HID_SPACING_TB_CUSTOM"
225#define HID_SPACING_TBI_CUSTOM			"SVX_HID_SPACING_TBI_CUSTOM"
226#define HID_SPACING_CB_KERN				"SVX_HID_SPACING_CB_KERN"
227#define HID_SPACING_MB_KERN				"SVX_HID_SPACING_MB_KERN"
228