Version 4.3.0.0.beta1, tag libreoffice-4.3.0.0.beta1
[LibreOffice.git] / svx / source / sidebar / text / TextPropertyPanel.hrc
blob7f563f778cff0ca26861db2a7296fe19e141d996
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 #include "svx/dialogs.hrc"
21 #define VS_SPACING_WIDTH        80
22 #define CUSTOM_HEIGHT           CBOX_HEIGHT +  MBOX_HEIGHT + POPUPPANEL_MARGIN_LARGE * 3 + POPUPPANEL_MARGIN_SMALL * 2 + TEXT_HEIGHT * 2
23 #define CUSTOM_WIDTH            VS_SPACING_WIDTH - 8
24 #define CUSTOM_X                POPUPPANEL_MARGIN_LARGE + OFFSET_X + 1
25 #define CUSTOM_Y                OFFSET_Y + POPUPPANEL_MARGIN_SMALL * 3 + 15 * 6 + TEXT_HEIGHT
26 #define VS_UNDERLINE_WIDTH  57
27 #define VS_UNDERLINE_HEIGHT  12 * 10
29 //popup window underline
30 #define VS_UNDERLINE            1
31 #define PB_OPTIONS              2
33 #define IMG_SINGLE              10
34 #define IMG_DOUBLE              11
35 #define IMG_BOLD2               12
36 #define IMG_DOT                 13
37 #define IMG_DOT_BOLD            14
38 #define IMG_DASH                15
39 #define IMG_DASH_LONG           16
40 #define IMG_DASH_DOT            17
41 #define IMG_DASH_DOT_DOT        18
42 #define IMG_WAVE                19
44 #define STR_SINGLE              20
45 #define STR_DOUBLE              21
46 #define STR_BOLD                22
47 #define STR_DOT                 23
48 #define STR_DOT_BOLD            24
49 #define STR_DASH                25
50 #define STR_DASH_LONG           26
51 #define STR_DASH_DOT            27
52 #define STR_DASH_DOT_DOT        28
53 #define STR_WAVE                29
55 #define IMG_SINGLE_SEL          40
56 #define IMG_DOUBLE_SEL          41
57 #define IMG_BOLD2_SEL           42
58 #define IMG_DOT_SEL             43
59 #define IMG_DOT_BOLD_SEL        44
60 #define IMG_DASH_SEL            45
61 #define IMG_DASH_LONG_SEL       46
62 #define IMG_DASH_DOT_SEL        47
63 #define IMG_DASH_DOT_DOT_SEL    48
64 #define IMG_WAVE_SEL            49
66 #define STR_WITHOUT             50
68 //POPUP WINDOW OF SPACING
69 #define VS_SPACING                  1
71 #define CT_BORDER                   7
72 #define LB_KERNING                  8
73 #define ED_KERNING                  9
75 #define FT_SPACING                  18
76 #define FT_BY                       19
77 #define FT_LASTCUSTOM               20
79 #define IMG_NORMAL                  31
80 #define IMG_VERY_TIGHT              32
81 #define IMG_TIGHT                   33
82 #define IMG_LOOSE                   34
83 #define IMG_VERY_LOOSE              35
84 #define IMG_CUSTOM                  36
85 #define IMG_CUSTOM_GRAY             37
87 #define IMG_NORMAL_S                51
88 #define IMG_VERY_TIGHT_S            52
89 #define IMG_TIGHT_S                 53
90 #define IMG_LOOSE_S                 54
91 #define IMG_VERY_LOOSE_S            55
93 #define STR_VERY_TIGHT              61
94 #define STR_TIGHT                   62
95 #define STR_NORMAL                  63
96 #define STR_LOOSE                   64
97 #define STR_VERY_LOOSE              65
98 #define STR_CUSTOM                  66
100 #define STR_VERY_TIGHT_TIP          67
101 #define STR_TIGHT_TIP               68
102 #define STR_NORMAL_TIP              69
103 #define STR_LOOSE_TIP               70
104 #define STR_VERY_LOOSE_TIP          71
106 #define STR_CUSTOM_C_TIP            72
107 #define STR_CUSTOM_E_TIP            73
108 #define STR_PT                      74
110 //help ids
111 #define HID_UNDERLINE_BTN               "SVX_HID_UNDERLINE_BTN"
112 #define HID_SPACING_CB_KERN             "SVX_HID_SPACING_CB_KERN"
113 #define HID_SPACING_MB_KERN             "SVX_HID_SPACING_MB_KERN"
115 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */