summaryrefslogtreecommitdiff
path: root/cui/source/options/optgdlg.hrc
blob: 5e4b2b0bf79372e4e39d4f18ba21be7d59f71af0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */
#ifndef _SVX_OPTGDLG_HRC
#define _SVX_OPTGDLG_HRC
#include <svtools/controldims.hrc>

// tabpage languages -----------------------------------------------------

#define FL_UI_LANG              1
#define FL_LINGU_LANG           4
#define FT_WEST_LANG            5
#define LB_WEST_LANG            6
#define FT_ASIAN_LANG           7
#define LB_ASIAN_LANG           8
#define FT_COMPLEX_LANG         9
#define LB_COMPLEX_LANG         10
#define CB_CURRENT_DOC          11
#define FL_ENHANCED             12
#define CB_ASIANSUPPORT         13
#define CB_CTLSUPPORT           15
#define FT_LOCALESETTING        16
#define LB_LOCALESETTING        17
#define FT_CURRENCY             18
#define LB_CURRENCY             19
#define FI_WEST_LANG            20
#define FI_ASIAN_LANG           21
#define FI_COMPLEX_LANG         22
#define FI_ASIANSUPPORT         23
#define FI_CTLSUPPORT           24
#define FI_LOCALESETTING        25
#define FI_CURRENCY             26
#define FT_DECIMALSEPARATOR     27
#define CB_DECIMALSEPARATOR     28
#define FI_USERINTERFACE        29
#define FT_USERINTERFACE        30
#define LB_USERINTERFACE        31
#define FI_DATEPATTERNS         32
#define FT_DATEPATTERNS         33
#define ED_DATEPATTERNS         34
#define CB_IGNORE_LANG_CHANGE   35

#define FL_FILEDLG                  53
#define FI_FILEDLG_RO               54
#define CB_FILEDLG                  55
#define FT_GRAPHICCACHE_UNIT        56
#define FT_GRAPHICOBJECTCACHE_UNIT  57
#define FT_GRAPHICOBJECTTIME_UNIT   58
#define FL_DOCSTATUS                60
#define CB_DOCSTATUS                61
#define CB_SAVE_ALWAYS              74
#endif // #ifndef _SVX_OPTGDLG_HRC

// ******************************************************************* EOF