xref: /trunk/main/cui/source/options/opthtml.hrc (revision af7f2cbf3d6a5481a2f45e7fae5e85a32449c47d)
1*8414840eSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*8414840eSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*8414840eSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*8414840eSAndrew Rist * distributed with this work for additional information
6*8414840eSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*8414840eSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*8414840eSAndrew Rist * "License"); you may not use this file except in compliance
9*8414840eSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*8414840eSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*8414840eSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*8414840eSAndrew Rist * software distributed under the License is distributed on an
15*8414840eSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8414840eSAndrew Rist * KIND, either express or implied.  See the License for the
17*8414840eSAndrew Rist * specific language governing permissions and limitations
18*8414840eSAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*8414840eSAndrew Rist *************************************************************/
21*8414840eSAndrew Rist
22*8414840eSAndrew Rist
23cdf0e10cSrcweir#ifndef _SVX_OPTHTML_HRC
24cdf0e10cSrcweir#define _SVX_OPTHTML_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir// defines ------------------------------------------------------------------
27cdf0e10cSrcweir
28cdf0e10cSrcweir#define GB_FONTSIZE             1
29cdf0e10cSrcweir#define FT_SIZE1                2
30cdf0e10cSrcweir#define NF_SIZE1                3
31cdf0e10cSrcweir#define FT_SIZE2                4
32cdf0e10cSrcweir#define NF_SIZE2                5
33cdf0e10cSrcweir#define FT_SIZE3                6
34cdf0e10cSrcweir#define NF_SIZE3                7
35cdf0e10cSrcweir#define FT_SIZE4                8
36cdf0e10cSrcweir#define NF_SIZE4                9
37cdf0e10cSrcweir#define FT_SIZE5                10
38cdf0e10cSrcweir#define NF_SIZE5                11
39cdf0e10cSrcweir#define FT_SIZE6                12
40cdf0e10cSrcweir#define NF_SIZE6                13
41cdf0e10cSrcweir#define FT_SIZE7                14
42cdf0e10cSrcweir#define NF_SIZE7                15
43cdf0e10cSrcweir#define GB_IMPORT               20
44cdf0e10cSrcweir#define CB_UNKNOWN_TAGS         21
45cdf0e10cSrcweir#define CB_IGNORE_FONTNAMES     22
46cdf0e10cSrcweir#define CB_NUMBERS_ENGLISH_US   23
47cdf0e10cSrcweir
48cdf0e10cSrcweir#define GB_EXPORT               30
49cdf0e10cSrcweir#define CB_STARBASIC            31
50cdf0e10cSrcweir#define CB_STARBASIC_WARNING    32
51cdf0e10cSrcweir
52cdf0e10cSrcweir#define CB_LOCAL_GRF            37
53cdf0e10cSrcweir#define CB_PRINT_EXTENSION      38
54cdf0e10cSrcweir#define LB_EXPORT               39
55cdf0e10cSrcweir#define FT_CHARSET              40
56cdf0e10cSrcweir#define LB_CHARSET              41
57cdf0e10cSrcweir
58cdf0e10cSrcweir#endif
59