1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: fontwork.hrc,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
36 #define FB_TEXTSTART 2
39 #define MTR_FLD_DISTANCE 1
40 #define MTR_FLD_TEXTSTART 2
41 #define MTR_FLD_SHADOW_X 3
42 #define MTR_FLD_SHADOW_Y 4
43 #define CLB_SHADOW_COLOR 1
45 #define IL_FONTWORK 1200
46 #define ILH_FONTWORK 1201
48 // the following ids are also used to identify the
49 // bitmaps for the image list
50 #define TBI_STYLE_OFF 1
51 #define TBI_STYLE_ROTATE 2
52 #define TBI_STYLE_UPRIGHT 3
53 #define TBI_STYLE_SLANTX 4
54 #define TBI_STYLE_SLANTY 5
55 #define TBI_ADJUST_MIRROR 6
56 #define TBI_ADJUST_LEFT 7
57 #define TBI_ADJUST_CENTER 8
58 #define TBI_ADJUST_RIGHT 9
59 #define TBI_ADJUST_AUTOSIZE 10
60 #define TBI_SHOWFORM 11
61 #define TBI_OUTLINE 12
62 #define TBI_SHADOW_OFF 13
63 #define TBI_SHADOW_NORMAL 14
64 #define TBI_SHADOW_SLANT 15
65 #define TBI_SHADOW_XDIST 16
66 #define TBI_SHADOW_YDIST 17
67 #define TBI_SHADOW_ANGLE 18
68 #define TBI_SHADOW_SIZE 19
69 #define TBI_DISTANCE 20
70 #define TBI_TEXTSTART 21