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_AUTOCDLG_HRC
20 #define _SVX_AUTOCDLG_HRC
24 // defines ------------------------------------------------------------------
26 #define CLB_SETTINGS 1
29 #define FT_STARTQUOTE 12
30 #define PB_STARTQUOTE 13
31 #define FT_ENDQUOTE 14
32 #define PB_ENDQUOTE 15
34 #define STR_CHANGE_START 41
35 #define STR_CHANGE_END 42
37 #define FT_SGL_STARTQUOTE 45
38 #define PB_SGL_STARTQUOTE 46
39 #define FT_SGL_ENDQUOTE 47
40 #define PB_SGL_ENDQUOTE 48
49 #define CB_SGL_TYPO 57
50 #define ST_STANDARD 58
53 #define ST_DEL_EMPTY_PARA 62
54 #define ST_USER_STYLE 67
56 #define STR_DEL_SPACES_AT_STT_END 69
57 #define STR_DEL_SPACES_BETWEEN_LINES 70
59 #define ST_RIGHT_MARGIN 74
63 #define STR_REPLACE_TEMPLATES 78
67 #define STR_HEADER1 92
68 #define STR_HEADER2 93
69 #define FT_HEADER1_EXPLANATION 94
70 #define FT_HEADER2_EXPLANATION 95
72 #define ED_RIGHT_MARGIN 100
77 #define CB_COLLECT 122
78 #define CB_APPEND_SPACE 123
79 #define CB_REMOVE_LIST 124
81 #define FT_MIN_WORDLEN 126
82 #define FT_MAX_ENTRIES 127
83 #define NF_MIN_WORDLEN 128
84 #define NF_MAX_ENTRIES 129
85 #define FT_EXPAND_KEY 130
86 #define DCB_EXPAND_KEY 131
87 #define LB_ENTRIES 132
88 #define PB_ENTRIES 133
90 #define ST_USE_REPLACE 200
91 #define ST_CPTL_STT_WORD 201
92 #define ST_CPTL_STT_SENT 202
93 #define ST_BOLD_UNDER 203
94 #define STR_NO_DBL_SPACES 204
95 #define ST_DETECT_URL 205
96 #define ST_ORDINAL 206
97 #define ST_NON_BREAK_SPACE 207
101 #define ST_CORRECT_ACCIDENTAL_CAPS_LOCK 211
103 #define CB_SMARTTAGS 220
104 #define FT_SMARTTAGS 221
105 #define LB_SMARTTAGS 222
106 #define PB_SMARTTAGS 223
107 #define STR_PB_NEWABBREV 224
108 #define STR_PB_DELABBREV 225
109 #define STR_PB_NEWDOUBLECAPS 226
110 #define STR_PB_DELDOUBLECAPS 227
111 #define STR_PB_SGL_STD 228
112 #define STR_PB_DBL_STD 229
113 #define STR_PB_SGL_START 230
114 #define STR_PB_DBL_START 231
115 #define STR_PB_SGL_END 232
116 #define STR_PB_DBL_END 233
120 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */