1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
19 #ifndef _SVX_OPTGDLG_HRC
20 #define _SVX_OPTGDLG_HRC
21 #include <svtools/controldims.hrc>
23 // tabpage languages -----------------------------------------------------
26 #define FL_LINGU_LANG 4
27 #define FT_WEST_LANG 5
28 #define LB_WEST_LANG 6
29 #define FT_ASIAN_LANG 7
30 #define LB_ASIAN_LANG 8
31 #define FT_COMPLEX_LANG 9
32 #define LB_COMPLEX_LANG 10
33 #define CB_CURRENT_DOC 11
34 #define FL_ENHANCED 12
35 #define CB_ASIANSUPPORT 13
36 #define CB_CTLSUPPORT 15
37 #define FT_LOCALESETTING 16
38 #define LB_LOCALESETTING 17
39 #define FT_CURRENCY 18
40 #define LB_CURRENCY 19
41 #define FI_WEST_LANG 20
42 #define FI_ASIAN_LANG 21
43 #define FI_COMPLEX_LANG 22
44 #define FI_ASIANSUPPORT 23
45 #define FI_CTLSUPPORT 24
46 #define FI_LOCALESETTING 25
47 #define FI_CURRENCY 26
48 #define FT_DECIMALSEPARATOR 27
49 #define CB_DECIMALSEPARATOR 28
50 #define FI_USERINTERFACE 29
51 #define FT_USERINTERFACE 30
52 #define LB_USERINTERFACE 31
53 #define FI_DATEPATTERNS 32
54 #define FT_DATEPATTERNS 33
55 #define ED_DATEPATTERNS 34
56 #define CB_IGNORE_LANG_CHANGE 35
59 #define FI_FILEDLG_RO 54
61 #define FT_GRAPHICCACHE_UNIT 56
62 #define FT_GRAPHICOBJECTCACHE_UNIT 57
63 #define FT_GRAPHICOBJECTTIME_UNIT 58
64 #define FL_DOCSTATUS 60
65 #define CB_DOCSTATUS 61
66 #define CB_SAVE_ALWAYS 74
67 #endif // #ifndef _SVX_OPTGDLG_HRC
69 // ******************************************************************* EOF
71 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */