blob: 8de766c97cdff5e5b824c7964b80944f9cf682c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#define FT_LEVEL 6
#define FL_TITLE 14
#define ED_TITLE 15
#define BT_HELP 16
#define ST_AUTHTYPE 17
#define LB_ENTRY 20
#define ED_ENTRY 22
#define BT_STD 26
#define FL_ENTRY 28
#define LB_LEVEL 29
#define FT_TEMPLATE 30
#define LB_PARALAY 31
#define BT_ASSIGN 32
#define FL_FORMAT 33
#define BT_EDIT_STYLE 40
#define CB_CASE 43
#define CB_OBJECT 51
#define FT_MAIN_ENTRY_STYLE 56
#define LB_MAIN_ENTRY_STYLE 57
//restart numbering
#define FT_TYPE 1
#define LB_TYPE 2
#define CB_READONLY 3
#define FT_TITLE 4
#define FL_TYPETITLE 6
#define LB_AREA 7
#define NF_LEVEL 9
#define FL_AREA 10
#define CB_FROMHEADINGS 11
#define PB_CHAPTERDLG 12
#define CB_ADDSTYLES 13
#define PB_ADDSTYLES 14
#define CB_FROMOLE 17
#define CB_LEVELFROMCHAPTER 18
#define RB_FROMCAPTIONS 19
#define RB_FROMOBJECTNAMES 20
#define CB_TOXMARKS 21
#define FL_CREATEFROM 22
#define CB_COLLECTSAME 23
#define CB_USEFF 24
#define CB_CASESENSITIVE 25
#define CB_INITIALCAPS 26
#define CB_KEYASENTRY 27
#define CB_FROMFILE 28
#define MB_AUTOMARK 29
#define FL_IDXOPTIONS 30
#define FT_TOKEN 32
#define CB_USE_DASH 33
#define FL_LEVEL 34
#define WIN_TOKEN 35
#define PB_ENTRYNO 36
#define PB_ENTRY 37
#define PB_CHAPTERINFO 38
#define PB_PAGENO 39
#define PB_TAB 40
#define PB_HYPERLINK 41
#define FT_CHARSTYLE 42
#define LB_CHARSTYLE 43
#define PB_EDITSTYLE 44
#define FT_FILLCHAR 45
#define CB_FILLCHAR 46
#define FT_CHAPTERENTRY 47
#define LB_CHAPTERENTRY 48
#define FT_TABPOS 51
#define MF_TABPOS 52
#define CB_AUTORIGHT 53
#define CB_RELTOSTYLE 54
#define CB_ALPHADELIM 58
#define CB_COMMASEPARATED 59
#define STR_NO_CHAR_STYLE 61
#define CLB_FROMOBJ 62
#define FL_FROMOBJ 63
#define RES_SRCTYPES 64
#define WIN_LEFT_SCROLL 65
#define WIN_CTRL_PARENT 66
#define WIN_RIGHT_SCROLL 67
#define PB_ALL_LEVELS 68
#define FT_AREA 69
#define STR_BUTTON_TEXT_START 70
#define STR_TOKEN_ENTRY_NO (STR_BUTTON_TEXT_START)
#define STR_TOKEN_ENTRY_TEXT (STR_BUTTON_TEXT_START + 1)
#define STR_TOKEN_ENTRY (STR_BUTTON_TEXT_START + 2)
#define STR_TOKEN_TAB_STOP (STR_BUTTON_TEXT_START + 3)
#define STR_TOKEN_TEXT (STR_BUTTON_TEXT_START + 4)
#define STR_TOKEN_PAGE_NUMS (STR_BUTTON_TEXT_START + 5)
#define STR_TOKEN_CHAPTER_INFO (STR_BUTTON_TEXT_START + 6)
#define STR_TOKEN_LINK_START (STR_BUTTON_TEXT_START + 7)
#define STR_TOKEN_LINK_END (STR_BUTTON_TEXT_START + 8)
#define STR_TOKEN_AUTHORITY (STR_BUTTON_TEXT_START + 9)
#define STR_BUTTON_HELP_TEXT_START (STR_TOKEN_AUTHORITY + 1)
#define STR_TOKEN_HELP_ENTRY_NO (STR_BUTTON_HELP_TEXT_START)
#define STR_TOKEN_HELP_ENTRY_TEXT (STR_BUTTON_HELP_TEXT_START + 1)
#define STR_TOKEN_HELP_ENTRY (STR_BUTTON_HELP_TEXT_START + 2)
#define STR_TOKEN_HELP_TAB_STOP (STR_BUTTON_HELP_TEXT_START + 3)
#define STR_TOKEN_HELP_TEXT (STR_BUTTON_HELP_TEXT_START + 4)
#define STR_TOKEN_HELP_PAGE_NUMS (STR_BUTTON_HELP_TEXT_START + 5)
#define STR_TOKEN_HELP_CHAPTER_INFO (STR_BUTTON_HELP_TEXT_START + 6)
#define STR_TOKEN_HELP_LINK_START (STR_BUTTON_HELP_TEXT_START + 7)
#define STR_TOKEN_HELP_LINK_END (STR_BUTTON_HELP_TEXT_START + 8)
#define STR_TOKEN_HELP_AUTHORITY (STR_BUTTON_HELP_TEXT_START + 9)
#define STR_CHARSTYLE (STR_TOKEN_HELP_AUTHORITY + 1)
#define TLB_STYLES 100
#define FL_STYLES 101
#define PB_OK 102
#define PB_CANCEL 103
#define PB_HELP 104
#define FT_CAPTIONSEQUENCE 105
#define LB_CAPTIONSEQUENCE 106
#define FT_DISPLAYTYPE 107
#define LB_DISPLAYTYPE 108
#define TR_HEADER 109
#define PB_LEFT 110
#define PB_RIGHT 111
#define HB_STYLES 112
#define ST_HB_FIRST 113
#define CB_FROMTABLES 114
#define CB_FROMFRAMES 115
#define CB_FROMGRAPHICS 116
#define ST_USER_ADDSTYLE 117
#define ST_AUTOMARK_TYPE 118
#define LB_AUTHFIELD 119
#define PB_AUTHINSERT 120
#define PB_AUTHREMOVE 121
#define CB_SEQUENCE 122
#define FT_BRACKET 123
#define LB_BRACKET 124
#define FL_AUTHORITY 125
#define RB_DOCPOS 126
#define RB_SORTCONTENT 127
#define FT_FIRSTKEY 128
#define LB_FIRSTKEY 129
#define FT_SECONDKEY 130
#define LB_SECONDKEY 131
#define FT_THIRDDKEY 132
#define LB_THIRDKEY 133
#define FL_SORTKEY 134
#define FL_SORTING 135
#define STR_NOSORTKEY 136
#define RB_SORTUP1 137
#define RB_SORTUP2 138
#define RB_SORTUP3 139
#define RB_SORTDOWN1 140
#define RB_SORTDOWN2 141
#define RB_SORTDOWN3 142
#define STR_DELIM 143
#define FL_SORTOPTIONS 144
#define FT_LANGUAGE 145
#define LB_LANGUAGE 146
#define FT_SORTALG 147
#define LB_SORTALG 148
#define ST_NO_BRACKET 151
#define FT_LEVEL_OL 152
#define NF_LEVEL_OL 153
#define FT_ENTRY_NO 154
#define LB_ENTRY_NO 155
#define TO_CONTENT 1
#define TO_INDEX 2
#define TO_ILLUSTRATION 4
#define TO_TABLE 8
#define TO_USER 16
#define TO_OBJECT 32
#define TO_AUTHORITIES 64
#define AREA_DOCUMENT 1
#define AREA_CHAPTER 2
//TabDialog
#define WIN_EXAMPLE 1
#define ST_USERDEFINEDINDEX 13
#define CB_SHOWEXAMPLE 14
// AutoMark dialog
#define BB_ENTRIES 1
#define FL_ENTRIES 2
#define ST_SEARCH 10
#define ST_ALTERNATIVE 11
#define ST_PRIMKEY 12
#define ST_SECKEY 13
#define ST_COMMENT 14
#define ST_CASESENSITIVE 15
#define ST_WORDONLY 16
#define ST_TRUE 17
#define ST_FALSE 18
//ButtonMenu
#define MN_AUTOMARK_OPEN 1
#define MN_AUTOMARK_NEW 2
#define MN_AUTOMARK_EDIT 3
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|