Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / cui / source / options / opthtml.hrc
blob8b244723d88aaabb606aa40cc9841e4224db0989
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_OPTHTML_HRC
19 #define _SVX_OPTHTML_HRC
21 // defines ------------------------------------------------------------------
23 #define GB_FONTSIZE             1
24 #define FT_SIZE1                2
25 #define NF_SIZE1                3
26 #define FT_SIZE2                4
27 #define NF_SIZE2                5
28 #define FT_SIZE3                6
29 #define NF_SIZE3                7
30 #define FT_SIZE4                8
31 #define NF_SIZE4                9
32 #define FT_SIZE5                10
33 #define NF_SIZE5                11
34 #define FT_SIZE6                12
35 #define NF_SIZE6                13
36 #define FT_SIZE7                14
37 #define NF_SIZE7                15
38 #define GB_IMPORT               20
39 #define CB_UNKNOWN_TAGS         21
40 #define CB_IGNORE_FONTNAMES     22
41 #define CB_NUMBERS_ENGLISH_US   23
43 #define GB_EXPORT               30
44 #define CB_STARBASIC            31
45 #define CB_STARBASIC_WARNING    32
47 #define CB_LOCAL_GRF            37
48 #define CB_PRINT_EXTENSION      38
49 #define LB_EXPORT               39
50 #define FT_CHARSET              40
51 #define LB_CHARSET              41
53 #endif