Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / cui / source / options / fontsubs.hrc
blob4501b1a54f2cdba9005ccbae327631ca835e4163
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
18 #ifndef _SVX_FONT_SUBSTITUTION
19 #define _SVX_FONT_SUBSTITUTION
21 #include <cuires.hrc>
23 // defines ------------------------------------------------------------------
25 #define CLB_SUBSTITUTES         1
26 #define FT_FONT1                2
27 #define CB_FONT1                3
28 #define FT_FONT2                4
29 #define CB_FONT2                5
30 #define TBX_SUBSTNEWDEL         6
31 #define BT_SUBSTAPPLY           7
32 #define BT_SUBSTDELETE          8
34 #define STR_HEADER1             10
35 #define STR_HEADER2             11
36 #define STR_HEADER3             12
37 #define STR_HEADER4             13
39 #define IL_ICON                 20
40 #define CB_USETABLE             21
42 #define FL_SOURCEVIEW           22
43 #define FT_FONTNAME             23
44 #define LB_FONTNAME             24
45 #define CB_NONPROP              25
46 #define FT_FONTHEIGHT           26
47 #define LB_FONTHEIGHT           27
48 #define STR_AUTOMATIC           28
50 #endif