1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23#ifndef _SVX_AUTOCDLG_HRC 24#define _SVX_AUTOCDLG_HRC 25 26#include <cuires.hrc> 27 28// defines ------------------------------------------------------------------ 29 30#define CLB_SETTINGS 1 31/* 32#define STR_DOUBLECAPS 3 33#define STR_STARTCAPS 4 34#define STR_FIRST 5 35#define STR_HALF 6 36#define STR_DASH 7 37#define STR_BOLDUNDERLINE 8 38#define STR_URL 9 39*/ 40 41#define CB_TYPO 11 42#define FT_STARTQUOTE 12 43#define PB_STARTQUOTE 13 44#define FT_ENDQUOTE 14 45#define PB_ENDQUOTE 15 46 47#define FL_ABBREV 16 48#define ED_ABBREV 17 49#define LB_ABBREV 18 50#define PB_NEWABBREV 19 51#define PB_DELABBREV 20 52#define FL_DOUBLECAPS 21 53#define ED_DOUBLE_CAPS 22 54#define LB_DOUBLE_CAPS 23 55#define PB_NEWDOUBLECAPS 24 56#define PB_DELDOUBLECAPS 25 57 58#define ED_SHORT 31 59#define ED_REPLACE 32 60#define TLB_REPLACE 33 61#define CB_TEXT_ONLY 34 62#define PB_NEW_REPLACE 35 63#define PB_DELETE_REPLACE 36 64#define STR_MODIFY 37 65#define STR_CLOSE_AUTOCORR 38 66#define FT_SHORT 39 67#define FT_REPLACE 40 68#define STR_CHANGE_START 41 69#define STR_CHANGE_END 42 70#define CB_AUTOABBREV 43 71#define CB_AUTOCAPS 44 72 73#define FT_SGL_STARTQUOTE 45 74#define PB_SGL_STARTQUOTE 46 75#define FT_SGL_ENDQUOTE 47 76#define PB_SGL_ENDQUOTE 48 77#define PB_SGL_STD 49 78#define PB_DBL_STD 50 79#define FL_SINGLE 51 80#define FL_DOUBLE 52 81#define FT_SGSTEX 53 82#define FT_SGENEX 54 83#define FT_DBSTEX 55 84#define FT_DBECEX 56 85#define CB_SGL_TYPO 57 86#define ST_STANDARD 58 87 88#define PB_EDIT 61 89#define ST_DEL_EMPTY_PARA 62 90#define ST_TYPO 66 91#define ST_USER_STYLE 67 92#define ST_BULLET 68 93#define STR_DEL_SPACES_AT_STT_END 69 94#define STR_DEL_SPACES_BETWEEN_LINES 70 95 96#define ST_RIGHT_MARGIN 74 97#define STR_NUM 75 98#define STR_BORDER 76 99#define STR_TABLE 77 100#define STR_REPLACE_TEMPLATES 78 101#define FL_PRCNT 79 102 103#define STR_HEADER 90 104#define FT_HEADER_EXPLANATION 91 105#define STR_HEADER1 92 106#define STR_HEADER2 93 107#define FT_HEADER1_EXPLANATION 94 108#define FT_HEADER2_EXPLANATION 95 109 110#define ED_RIGHT_MARGIN 100 111#define BT_OK 101 112#define BT_CANCEL 102 113 114#define BT_AWCP_OK 110 115#define BT_AWCP_CANCEL 111 116#define GB_AWCP_VALUE 112 117#define ED_AWCP_WORD_LEN 113 118#define ED_AWCP_LIST_LEN 114 119#define FT_AWCP_WORD_LEN 115 120#define FT_AWCP_LIST_LEN 116 121 122#define CB_ACTIV 121 123#define CB_COLLECT 122 124#define CB_APPEND_SPACE 123 125#define CB_REMOVE_LIST 124 126#define CB_AS_TIP 125 127#define FT_MIN_WORDLEN 126 128#define FT_MAX_ENTRIES 127 129#define NF_MIN_WORDLEN 128 130#define NF_MAX_ENTRIES 129 131#define FT_EXPAND_KEY 130 132#define DCB_EXPAND_KEY 131 133#define LB_ENTRIES 132 134#define PB_ENTRIES 133 135 136 137#define ST_USE_REPLACE 200 138#define ST_CPTL_STT_WORD 201 139#define ST_CPTL_STT_SENT 202 140#define ST_BOLD_UNDER 203 141#define STR_NO_DBL_SPACES 204 142#define ST_DETECT_URL 205 143#define ST_ORDINAL 206 144#define ST_NON_BREAK_SPACE 207 145#define ST_DASH 208 146#define FT_LANG 209 147#define LB_LANG 210 148 149#define CB_SMARTTAGS 220 150#define FT_SMARTTAGS 221 151#define LB_SMARTTAGS 222 152#define PB_SMARTTAGS 223 153#define STR_PB_NEWABBREV 224 154#define STR_PB_DELABBREV 225 155#define STR_PB_NEWDOUBLECAPS 226 156#define STR_PB_DELDOUBLECAPS 227 157#define STR_PB_SGL_STD 228 158#define STR_PB_DBL_STD 229 159#define STR_PB_SGL_START 230 160#define STR_PB_DBL_START 231 161#define STR_PB_SGL_END 232 162#define STR_PB_DBL_END 233 163 164#endif 165 166