update credits
[LibreOffice.git] / cui / source / options / opthtml.hrc
blob724248b77dadd444721af9975a7469e3cc0badb3
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 #ifndef _SVX_OPTHTML_HRC
20 #define _SVX_OPTHTML_HRC
22 // defines ------------------------------------------------------------------
24 #define GB_FONTSIZE             1
25 #define FT_SIZE1                2
26 #define NF_SIZE1                3
27 #define FT_SIZE2                4
28 #define NF_SIZE2                5
29 #define FT_SIZE3                6
30 #define NF_SIZE3                7
31 #define FT_SIZE4                8
32 #define NF_SIZE4                9
33 #define FT_SIZE5                10
34 #define NF_SIZE5                11
35 #define FT_SIZE6                12
36 #define NF_SIZE6                13
37 #define FT_SIZE7                14
38 #define NF_SIZE7                15
39 #define GB_IMPORT               20
40 #define CB_UNKNOWN_TAGS         21
41 #define CB_IGNORE_FONTNAMES     22
42 #define CB_NUMBERS_ENGLISH_US   23
44 #define GB_EXPORT               30
45 #define CB_STARBASIC            31
46 #define CB_STARBASIC_WARNING    32
48 #define CB_LOCAL_GRF            37
49 #define CB_PRINT_EXTENSION      38
50 #define LB_EXPORT               39
51 #define FT_CHARSET              40
52 #define LB_CHARSET              41
54 #endif
56 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */