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