xref: /aoo41x/main/svx/source/dialog/fontwork.hrc (revision 1e9c32af)
1*c0dc1914SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*c0dc1914SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*c0dc1914SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*c0dc1914SAndrew Rist * distributed with this work for additional information
6*c0dc1914SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*c0dc1914SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*c0dc1914SAndrew Rist * "License"); you may not use this file except in compliance
9*c0dc1914SAndrew Rist * with the License.  You may obtain a copy of the License at
10*c0dc1914SAndrew Rist *
11*c0dc1914SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*c0dc1914SAndrew Rist *
13*c0dc1914SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*c0dc1914SAndrew Rist * software distributed under the License is distributed on an
15*c0dc1914SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*c0dc1914SAndrew Rist * KIND, either express or implied.  See the License for the
17*c0dc1914SAndrew Rist * specific language governing permissions and limitations
18*c0dc1914SAndrew Rist * under the License.
19*c0dc1914SAndrew Rist *
20*c0dc1914SAndrew Rist *************************************************************/
21*c0dc1914SAndrew Rist
22*c0dc1914SAndrew Rist
23cdf0e10cSrcweir#define TBX_STYLE 1
24cdf0e10cSrcweir#define TBX_ADJUST 2
25cdf0e10cSrcweir#define TBX_SHADOW 3
26cdf0e10cSrcweir
27cdf0e10cSrcweir#define FB_DISTANCE 1
28cdf0e10cSrcweir#define FB_TEXTSTART 2
29cdf0e10cSrcweir#define FB_SHADOW_X 3
30cdf0e10cSrcweir#define FB_SHADOW_Y 4
31cdf0e10cSrcweir#define MTR_FLD_DISTANCE 1
32cdf0e10cSrcweir#define MTR_FLD_TEXTSTART 2
33cdf0e10cSrcweir#define MTR_FLD_SHADOW_X 3
34cdf0e10cSrcweir#define MTR_FLD_SHADOW_Y 4
35cdf0e10cSrcweir#define CLB_SHADOW_COLOR 1
36cdf0e10cSrcweir
37cdf0e10cSrcweir#define IL_FONTWORK		1200
38cdf0e10cSrcweir#define ILH_FONTWORK 	1201
39cdf0e10cSrcweir
40cdf0e10cSrcweir// the following ids are also used to identify the
41cdf0e10cSrcweir// bitmaps for the image list
42cdf0e10cSrcweir#define TBI_STYLE_OFF			1
43cdf0e10cSrcweir#define TBI_STYLE_ROTATE		2
44cdf0e10cSrcweir#define TBI_STYLE_UPRIGHT		3
45cdf0e10cSrcweir#define TBI_STYLE_SLANTX		4
46cdf0e10cSrcweir#define TBI_STYLE_SLANTY		5
47cdf0e10cSrcweir#define TBI_ADJUST_MIRROR		6
48cdf0e10cSrcweir#define TBI_ADJUST_LEFT			7
49cdf0e10cSrcweir#define TBI_ADJUST_CENTER		8
50cdf0e10cSrcweir#define TBI_ADJUST_RIGHT		9
51cdf0e10cSrcweir#define TBI_ADJUST_AUTOSIZE		10
52cdf0e10cSrcweir#define TBI_SHOWFORM			11
53cdf0e10cSrcweir#define TBI_OUTLINE				12
54cdf0e10cSrcweir#define TBI_SHADOW_OFF			13
55cdf0e10cSrcweir#define TBI_SHADOW_NORMAL		14
56cdf0e10cSrcweir#define TBI_SHADOW_SLANT		15
57cdf0e10cSrcweir#define TBI_SHADOW_XDIST		16
58cdf0e10cSrcweir#define TBI_SHADOW_YDIST		17
59cdf0e10cSrcweir#define TBI_SHADOW_ANGLE		18
60cdf0e10cSrcweir#define TBI_SHADOW_SIZE			19
61cdf0e10cSrcweir#define TBI_DISTANCE			20
62cdf0e10cSrcweir#define TBI_TEXTSTART			21
63