1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
28 // defines ---------------------------------------------------------------
30 #define FL_LINGUISTIC 101
32 #define FT_LINGU_MODULES 111
33 #define CLB_LINGU_MODULES 112
34 #define PB_LINGU_MODULES_EDIT 113
36 #define FT_LINGU_OPTIONS 121
37 #define CLB_LINGU_OPTIONS 122
38 #define PB_LINGU_OPTIONS_EDIT 123
39 #define FT_LINGU_OPTIONS_MOREDICTS 124
41 #define STR_CAPITAL_WORDS 201
42 #define STR_WORDS_WITH_DIGITS 202
43 #define STR_CAPITALIZATION 203
44 #define STR_SPELL_SPECIAL 204
45 #define STR_SPELL_AUTO 206
46 #define STR_NUM_PRE_BREAK 209
47 #define STR_NUM_POST_BREAK 210
48 #define STR_HYPH_AUTO 211
49 #define STR_HYPH_SPECIAL 212
50 #define STR_NUM_MIN_WORDLEN 213
52 #define STR_NUM_PRE_BREAK_DLG 214
53 #define STR_NUM_POST_BREAK_DLG 215
54 #define STR_NUM_MIN_WORDLEN_DLG 216
56 #define STR_GRAMMAR_AUTO 217
58 #define STR_WARNING 63
68 #define FL_NUMVAL_PREBREAK 305
69 #define BT_OK_PREBREAK 306
70 #define BT_CANCEL_PREBREAK 307
71 #define ED_PREBREAK 308
72 #define PB_EDIT_MODULES_PRIO_UP 309
73 #define PB_EDIT_MODULES_PRIO_DOWN 310
74 #define PB_EDIT_MODULES_PRIO_BACK 311
76 #define FT_LINGU_DICS 312
77 #define CLB_LINGU_DICS 313
78 #define PB_LINGU_DICS_NEW_DIC 314
79 #define PB_LINGU_DICS_EDIT_DIC 315
80 #define PB_LINGU_DICS_DEL_DIC 316
82 #define FL_EDIT_MODULES_OPTIONS 317
83 #define FT_EDIT_MODULES_LANGUAGE 318
84 #define LB_EDIT_MODULES_LANGUAGE 319
85 #define CLB_EDIT_MODULES_MODULES 320
86 #define FT_EDIT_MODULES_NEWDICTSLINK 321
87 #define FL_EDIT_MODULES_BUTTONS 322
88 // IAccessibility2 implementation 2009. ------
89 #define STR_LINGU_MODULES_EDIT 323
90 #define STR_LINGU_DICS_EDIT_DIC 324
91 #define STR_LINGU_OPTIONS_EDIT 325
92 // ------ IAccessibility2 implementation 2009.