bump product version to 4.1.6.2
[LibreOffice.git] / svx / source / dialog / fontwork.hrc
blobd060510a66ce10ee278ba144313bd4d772cfe86c
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 #define VS_FORMS 1
20 #define TBX_STYLE 1
21 #define TBX_ADJUST 2
22 #define TBX_SHADOW 3
24 #define FB_DISTANCE 1
25 #define FB_TEXTSTART 2
26 #define FB_SHADOW_X 3
27 #define FB_SHADOW_Y 4
28 #define MTR_FLD_DISTANCE 1
29 #define MTR_FLD_TEXTSTART 2
30 #define MTR_FLD_SHADOW_X 3
31 #define MTR_FLD_SHADOW_Y 4
32 #define CLB_SHADOW_COLOR 1
34 #define IL_FONTWORK     1200
36 // the following ids are also used to identify the
37 // bitmaps for the image list
38 #define TBI_STYLE_OFF           1
39 #define TBI_STYLE_ROTATE        2
40 #define TBI_STYLE_UPRIGHT       3
41 #define TBI_STYLE_SLANTX        4
42 #define TBI_STYLE_SLANTY        5
43 #define TBI_ADJUST_MIRROR       6
44 #define TBI_ADJUST_LEFT         7
45 #define TBI_ADJUST_CENTER       8
46 #define TBI_ADJUST_RIGHT        9
47 #define TBI_ADJUST_AUTOSIZE     10
48 #define TBI_SHOWFORM            11
49 #define TBI_OUTLINE             12
50 #define TBI_SHADOW_OFF          13
51 #define TBI_SHADOW_NORMAL       14
52 #define TBI_SHADOW_SLANT        15
53 #define TBI_SHADOW_XDIST        16
54 #define TBI_SHADOW_YDIST        17
55 #define TBI_SHADOW_ANGLE        18
56 #define TBI_SHADOW_SIZE         19
57 #define TBI_DISTANCE            20
58 #define TBI_TEXTSTART           21
60 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */