update credits
[LibreOffice.git] / cui / source / tabpages / autocdlg.hrc
blob3af45f8499c50ebf0e48ffc82e01eff6c1c6d758
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
19 #ifndef _SVX_AUTOCDLG_HRC
20 #define _SVX_AUTOCDLG_HRC
22 #include <cuires.hrc>
24 // defines ------------------------------------------------------------------
26 #define CLB_SETTINGS                    1
28 #define CB_TYPO                         11
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
41 #define PB_SGL_STD                      49
42 #define PB_DBL_STD                      50
43 #define FL_SINGLE                       51
44 #define FL_DOUBLE                       52
45 #define FT_SGSTEX                       53
46 #define FT_SGENEX                       54
47 #define FT_DBSTEX                       55
48 #define FT_DBECEX                       56
49 #define CB_SGL_TYPO                     57
50 #define ST_STANDARD                     58
52 #define PB_EDIT                         61
53 #define ST_DEL_EMPTY_PARA               62
54 #define ST_USER_STYLE                   67
55 #define ST_BULLET                       68
56 #define STR_DEL_SPACES_AT_STT_END       69
57 #define STR_DEL_SPACES_BETWEEN_LINES    70
59 #define ST_RIGHT_MARGIN                 74
60 #define STR_NUM                         75
61 #define STR_BORDER                      76
62 #define STR_TABLE                       77
63 #define STR_REPLACE_TEMPLATES           78
64 #define FL_PRCNT                        79
66 #define STR_HEADER                      90
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
73 #define BT_OK                           101
74 #define BT_CANCEL                       102
76 #define CB_ACTIV                        121
77 #define CB_COLLECT                      122
78 #define CB_APPEND_SPACE                 123
79 #define CB_REMOVE_LIST                  124
80 #define CB_AS_TIP                       125
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
98 #define ST_DASH                         208
99 #define FT_LANG                         209
100 #define LB_LANG                         210
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
118 #endif
120 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */