1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 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. 14 * 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). 20 * 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. 25 * 26 ************************************************************************/ 27 28// defines --------------------------------------------------------------- 29 30#define FL_LINGUISTIC 101 31 32#define FT_LINGU_MODULES 111 33#define CLB_LINGU_MODULES 112 34#define PB_LINGU_MODULES_EDIT 113 35 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 40 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 51 52#define STR_NUM_PRE_BREAK_DLG 214 53#define STR_NUM_POST_BREAK_DLG 215 54#define STR_NUM_MIN_WORDLEN_DLG 216 55 56#define STR_GRAMMAR_AUTO 217 57 58#define STR_WARNING 63 59 60#define PB_OK 70 61#define PB_HELP 72 62 63#define ST_SPELL 82 64#define ST_HYPH 83 65#define ST_THES 84 66#define ST_GRAMMAR 85 67 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 75 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 81 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. 93