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
30//#define FT_TEST					1
31#define CB_SBFONT_FONT			2
32#define MB_SBFONT_FONTSIZE		3
33#define TB_FONT					4
34#define	TB_INCREASE_DECREASE	5
35#define	TB_FONTCOLOR			6
36#define TB_SCRIPT_SW			7
37#define	TB_HIGHLIGHT			8
38#define TB_SPACING				9
39#define TB_SCRIPT				10
40
41
42#define IMG_INCREASE			11
43#define IMG_INCREASE_H			12
44#define IMG_DECREASE			13
45#define IMG_DECREASE_H			14
46#define IMG_BOLD 				15
47#define IMG_BOLD_H				16
48#define IMG_ITALIC				17
49#define IMG_ITALIC_H			18
50#define IMG_UNDERLINE			19
51#define IMG_UNDERLINE_H			20
52#define IMG_STRIKEOUT			21
53#define IMG_STRIKEOUT_H			22
54#define IMG_SHADOWED			23
55#define IMG_SHADOWED_H			24
56#define IMG_FONTCOLOR			25
57#define IMG_FONTCOLOR_H			26
58#define IMG_SUPSCRIPT			27
59#define IMG_SUPSCRIPT_H			28
60#define IMG_SUBSCRIPT			29
61#define IMG_SUBSCRIPT_H			30
62//#define IMG_SPACING				31
63//#define IMG_SPACING_H			32
64#define IMG_HIGHLIGHT			33
65#define IMG_HIGHLIGHT_H			34
66
67#define TBI_FONTCOLOR			50
68#define TBI_BOLD				51
69#define TBI_ITALIC				52
70#define TBI_UNDERLINE			53
71#define TBI_STRIKEOUT			54
72#define TBI_SHADOWED			55
73#define TBI_INCREASE			56
74#define TBI_DECREASE			57
75#define TBI_HIGHLIGHT			58
76#define TBI_SUPER				59
77#define TBI_SUB					60
78#define TBI_SUPER_SW			61
79#define TBI_SUB_SW				62
80#define TBI_SPACING				63
81
82#define IMG_SPACING_D				71
83
84#define STR_QH_BOLD				72
85#define STR_QH_ITALIC			73
86#define STR_QH_UNDERLINE		74
87
88//popup window underline
89#define	VS_UNDERLINE			1
90#define PB_OPTIONS				2
91// #define BMP_UNDERLINE_MORE		3
92// #define BMP_UNDERLINE_MORE_H	4
93
94#define IMG_SINGLE				10
95#define IMG_DOUBLE				11
96#define IMG_BOLD2				12
97#define IMG_DOT					13
98#define IMG_DOT_BOLD			14
99#define IMG_DASH				15
100#define IMG_DASH_LONG			16
101#define IMG_DASH_DOT			17
102#define IMG_DASH_DOT_DOT		18
103#define IMG_WAVE				19
104
105#define STR_SINGLE				20
106#define STR_DOUBLE				21
107#define STR_BOLD				22
108#define STR_DOT					23
109#define STR_DOT_BOLD			24
110#define STR_DASH				25
111#define STR_DASH_LONG			26
112#define STR_DASH_DOT			27
113#define STR_DASH_DOT_DOT		28
114#define STR_WAVE				29
115
116#define IMG_SINGLE_H			30
117#define IMG_DOUBLE_H			31
118#define IMG_BOLD2_H				32
119#define IMG_DOT_H				33
120#define IMG_DOT_BOLD_H			34
121#define IMG_DASH_H				35
122#define IMG_DASH_LONG_H			36
123#define IMG_DASH_DOT_H			37
124#define IMG_DASH_DOT_DOT_H		38
125#define IMG_WAVE_H				39
126
127#define IMG_SINGLE_SEL			40
128#define IMG_DOUBLE_SEL			41
129#define IMG_BOLD2_SEL			42
130#define IMG_DOT_SEL				43
131#define IMG_DOT_BOLD_SEL		44
132#define IMG_DASH_SEL			45
133#define IMG_DASH_LONG_SEL		46
134#define IMG_DASH_DOT_SEL		47
135#define IMG_DASH_DOT_DOT_SEL	48
136#define IMG_WAVE_SEL			49
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