Version 4.3.0.0.beta1, tag libreoffice-4.3.0.0.beta1
[LibreOffice.git] / svx / source / dialog / fontwork.hrc
blob5da8cdcacef1a46d6ae03918b8e45dc2c39a043d
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 TBX_STYLE 1
20 #define TBX_ADJUST 2
21 #define TBX_SHADOW 3
23 #define FB_DISTANCE 1
24 #define FB_TEXTSTART 2
25 #define FB_SHADOW_X 3
26 #define FB_SHADOW_Y 4
27 #define MTR_FLD_DISTANCE 1
28 #define MTR_FLD_TEXTSTART 2
29 #define MTR_FLD_SHADOW_X 3
30 #define MTR_FLD_SHADOW_Y 4
31 #define CLB_SHADOW_COLOR 1
33 #define IL_FONTWORK     1200
35 // the following ids are also used to identify the
36 // bitmaps for the image list
37 #define TBI_STYLE_OFF           1
38 #define TBI_STYLE_ROTATE        2
39 #define TBI_STYLE_UPRIGHT       3
40 #define TBI_STYLE_SLANTX        4
41 #define TBI_STYLE_SLANTY        5
42 #define TBI_ADJUST_MIRROR       6
43 #define TBI_ADJUST_LEFT         7
44 #define TBI_ADJUST_CENTER       8
45 #define TBI_ADJUST_RIGHT        9
46 #define TBI_ADJUST_AUTOSIZE     10
47 #define TBI_SHOWFORM            11
48 #define TBI_OUTLINE             12
49 #define TBI_SHADOW_OFF          13
50 #define TBI_SHADOW_NORMAL       14
51 #define TBI_SHADOW_SLANT        15
52 #define TBI_SHADOW_XDIST        16
53 #define TBI_SHADOW_YDIST        17
54 #define TBI_SHADOW_ANGLE        18
55 #define TBI_SHADOW_SIZE         19
56 #define TBI_DISTANCE            20
57 #define TBI_TEXTSTART           21
59 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */