1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
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
37 #define IMG_DOT_BOLD 14
39 #define IMG_DASH_LONG 16
40 #define IMG_DASH_DOT 17
41 #define IMG_DASH_DOT_DOT 18
48 #define STR_DOT_BOLD 24
50 #define STR_DASH_LONG 26
51 #define STR_DASH_DOT 27
52 #define STR_DASH_DOT_DOT 28
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
77 #define FT_LASTCUSTOM 20
80 #define IMG_VERY_TIGHT 32
83 #define IMG_VERY_LOOSE 35
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
97 #define STR_VERY_LOOSE 65
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
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: */