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#ifndef _SVX_AUTOCDLG_HRC 28#define _SVX_AUTOCDLG_HRC 29 30#include <cuires.hrc> 31 32// defines ------------------------------------------------------------------ 33 34#define CLB_SETTINGS 1 35/* 36#define STR_DOUBLECAPS 3 37#define STR_STARTCAPS 4 38#define STR_FIRST 5 39#define STR_HALF 6 40#define STR_DASH 7 41#define STR_BOLDUNDERLINE 8 42#define STR_URL 9 43*/ 44 45#define CB_TYPO 11 46#define FT_STARTQUOTE 12 47#define PB_STARTQUOTE 13 48#define FT_ENDQUOTE 14 49#define PB_ENDQUOTE 15 50 51#define FL_ABBREV 16 52#define ED_ABBREV 17 53#define LB_ABBREV 18 54#define PB_NEWABBREV 19 55#define PB_DELABBREV 20 56#define FL_DOUBLECAPS 21 57#define ED_DOUBLE_CAPS 22 58#define LB_DOUBLE_CAPS 23 59#define PB_NEWDOUBLECAPS 24 60#define PB_DELDOUBLECAPS 25 61 62#define ED_SHORT 31 63#define ED_REPLACE 32 64#define TLB_REPLACE 33 65#define CB_TEXT_ONLY 34 66#define PB_NEW_REPLACE 35 67#define PB_DELETE_REPLACE 36 68#define STR_MODIFY 37 69#define STR_CLOSE_AUTOCORR 38 70#define FT_SHORT 39 71#define FT_REPLACE 40 72#define STR_CHANGE_START 41 73#define STR_CHANGE_END 42 74#define CB_AUTOABBREV 43 75#define CB_AUTOCAPS 44 76 77#define FT_SGL_STARTQUOTE 45 78#define PB_SGL_STARTQUOTE 46 79#define FT_SGL_ENDQUOTE 47 80#define PB_SGL_ENDQUOTE 48 81#define PB_SGL_STD 49 82#define PB_DBL_STD 50 83#define FL_SINGLE 51 84#define FL_DOUBLE 52 85#define FT_SGSTEX 53 86#define FT_SGENEX 54 87#define FT_DBSTEX 55 88#define FT_DBECEX 56 89#define CB_SGL_TYPO 57 90#define ST_STANDARD 58 91 92#define PB_EDIT 61 93#define ST_DEL_EMPTY_PARA 62 94#define ST_TYPO 66 95#define ST_USER_STYLE 67 96#define ST_BULLET 68 97#define STR_DEL_SPACES_AT_STT_END 69 98#define STR_DEL_SPACES_BETWEEN_LINES 70 99 100#define ST_RIGHT_MARGIN 74 101#define STR_NUM 75 102#define STR_BORDER 76 103#define STR_TABLE 77 104#define STR_REPLACE_TEMPLATES 78 105#define FL_PRCNT 79 106 107#define STR_HEADER 90 108#define FT_HEADER_EXPLANATION 91 109#define STR_HEADER1 92 110#define STR_HEADER2 93 111#define FT_HEADER1_EXPLANATION 94 112#define FT_HEADER2_EXPLANATION 95 113 114#define ED_RIGHT_MARGIN 100 115#define BT_OK 101 116#define BT_CANCEL 102 117 118#define BT_AWCP_OK 110 119#define BT_AWCP_CANCEL 111 120#define GB_AWCP_VALUE 112 121#define ED_AWCP_WORD_LEN 113 122#define ED_AWCP_LIST_LEN 114 123#define FT_AWCP_WORD_LEN 115 124#define FT_AWCP_LIST_LEN 116 125 126#define CB_ACTIV 121 127#define CB_COLLECT 122 128#define CB_APPEND_SPACE 123 129#define CB_REMOVE_LIST 124 130#define CB_AS_TIP 125 131#define FT_MIN_WORDLEN 126 132#define FT_MAX_ENTRIES 127 133#define NF_MIN_WORDLEN 128 134#define NF_MAX_ENTRIES 129 135#define FT_EXPAND_KEY 130 136#define DCB_EXPAND_KEY 131 137#define LB_ENTRIES 132 138#define PB_ENTRIES 133 139 140 141#define ST_USE_REPLACE 200 142#define ST_CPTL_STT_WORD 201 143#define ST_CPTL_STT_SENT 202 144#define ST_BOLD_UNDER 203 145#define STR_NO_DBL_SPACES 204 146#define ST_DETECT_URL 205 147#define ST_ORDINAL 206 148#define ST_NON_BREAK_SPACE 207 149#define ST_DASH 208 150#define FT_LANG 209 151#define LB_LANG 210 152 153#define CB_SMARTTAGS 220 154#define FT_SMARTTAGS 221 155#define LB_SMARTTAGS 222 156#define PB_SMARTTAGS 223 157//IAccessibility2 Implementation 2009----- 158#define STR_PB_NEWABBREV 224 159#define STR_PB_DELABBREV 225 160#define STR_PB_NEWDOUBLECAPS 226 161#define STR_PB_DELDOUBLECAPS 227 162#define STR_PB_SGL_STD 228 163#define STR_PB_DBL_STD 229 164#define STR_PB_SGL_START 230 165#define STR_PB_DBL_START 231 166#define STR_PB_SGL_END 232 167#define STR_PB_DBL_END 233 168//-----IAccessibility2 Implementation 2009 169 170#endif 171 172