LibreOffice Module sw (master)
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
sw
inc
cmdid.h
Go to the documentation of this file.
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
20
#ifndef INCLUDED_SW_INC_CMDID_H
21
#define INCLUDED_SW_INC_CMDID_H
22
23
#include <sfx2/sfxsids.hrc>
24
#include <svx/svxids.hrc>
25
#include <svl/solar.hrc>
26
27
#define FN_FILE SID_SW_START
28
//#define FN_EDIT (SID_SW_START + 100) defined in svxids.hrc
29
#define FN_VIEW (SID_SW_START + 200)
30
//#define FN_INSERT (SID_SW_START + 300) defined in svxids.hrc
31
//#define FN_FORMAT (SID_SW_START + 400) defined in svxids.hrc
32
//#define FN_EXTRA (SID_SW_START + 600) defined in svxids.hrc
33
//#define FN_SELECTION (SID_SW_START + 900) defined in svxids.hrc
34
#define FN_QUERY (SID_SW_START + 1000)
35
#define FN_ENVELP (SID_SW_START + 1050)
36
#define FN_PARAM (SID_SW_START + 1100)
37
#define FN_STAT (SID_SW_START + 1180)
38
//#define FN_PGPREVIEW (SID_SW_START + 1250) defined in svxids.hrc
39
#define FN_FRAME (SID_SW_START + 1300)
40
#define FN_INSERT2 (SID_SW_START + 1400)
41
#define FN_FORMAT2 (SID_SW_START + 1600)
42
//#define FN_EDIT2 (SID_SW_START + 1800) defined in svxids.hrc
43
#define FN_QUERY2 (SID_SW_START + 2000)
44
#define FN_EXTRA2 (SID_SW_START + 2200)
45
#define FN_PARAM2 (SID_SW_START + 2400)
46
#define FN_NOTES (SID_SW_START + 2500)
47
#define FN_SIDEBAR (SID_SW_START + 2550)
48
#define FN_HEADERFOOTER (SID_SW_START + 2600)
49
#define FN_PAGEBREAK (SID_SW_START + 2610)
50
51
/* More accurately, this range should be from FN_EXTRA2 to FN_PARAM2-1, but
52
* FN_NUMBER_NEWSTART comes from FN_FORMAT2, and FN_PARAM_LINK_DISPLAY_NAME
53
* comes from FN_PARAM2 so we need to include FORMAT2,
54
* EDIT2 and QUERY2 and PARAM2 in the range...hopefully this will be fixed
55
* soon */
56
57
#define FN_UNO_RANGE_BEGIN FN_FORMAT2
58
#define FN_UNO_RANGE_END (FN_PARAM2 + 199)
59
60
// Region: File
61
#define FN_NEW_GLOBAL_DOC (FN_FILE + 4 )
/* Create Global Document */
62
#define FN_OPEN_FILE (FN_FILE + 7 )
/* Open */
63
64
#define FN_OUTLINE_TO_IMPRESS (FN_FILE + 36)
/* Send outline to impress */
65
#define FN_OUTLINE_TO_CLIPBOARD (FN_FILE + 37)
/* Send outline to clipboard */
66
67
#define FN_NEW_HTML_DOC (FN_FILE + 40 )
/* Create HTML document */
68
69
// Region: Edit
70
#define FN_EDIT_FIELD (FN_EDIT + 4 )
/* Edit field */
71
#define FN_EDIT_LINK_DLG (FN_EDIT + 9 )
/* Edit link dialog */
72
73
#define FN_NUMBER_BULLETS (FN_EDIT + 21)
/* Bullets */
74
#define FN_EDIT_IDX_ENTRY_DLG (FN_EDIT + 23)
/* Edit Index-Entry */
75
#define FN_UPDATE_FIELDS (FN_EDIT + 26)
/* Update fields */
76
#define FN_EXECUTE_MACROFIELD (FN_EDIT + 27)
/* Execute macrofield */
77
#define FN_EDIT_FORMULA (FN_EDIT + 28)
/* Edit formula in RibbonBar */
78
#define FN_CALC_TABLE (FN_EDIT + 29)
79
80
// Region: Bullets
81
#define FN_NUM_BULLET_DOWN (FN_EDIT + 30)
/* Bullet down */
82
#define FN_NUM_BULLET_UP (FN_EDIT + 31)
/* Bullet up */
83
#define FN_NUM_BULLET_PREV (FN_EDIT + 32)
/* to previous bullet */
84
#define FN_NUM_BULLET_NEXT (FN_EDIT + 33)
/* to next bullet */
85
#define FN_NUM_BULLET_MOVEUP (FN_EDIT + 34)
/* move bullet up */
86
#define FN_NUM_BULLET_MOVEDOWN (FN_EDIT + 35)
/* move bullet down */
87
#define FN_NUM_BULLET_NONUM (FN_EDIT + 36)
/* bullet without number */
88
#ifndef FN_NUM_BULLET_OFF //in SVX already
89
#define FN_NUM_BULLET_OFF (FN_EDIT + 37)
/* turn off numbering */
90
#endif
91
92
#define FN_NUM_BULLET_OUTLINE_DOWN (FN_EDIT + 39)
/* reduce in rank with sub points */
93
#define FN_NUM_BULLET_OUTLINE_UP (FN_EDIT + 40)
/* increase in rank with sub-items */
94
#define FN_NUM_BULLET_OUTLINE_MOVEUP (FN_EDIT + 41)
/* Push up with sub-items */
95
#define FN_NUM_BULLET_OUTLINE_MOVEDOWN (FN_EDIT + 42)
/* Push down with sub-items */
96
#define FN_UPDATE_INPUTFIELDS (FN_EDIT + 43)
/* Update input fields */
97
98
#define FN_NUM_OR_NONUM (FN_EDIT + 46)
/* Number on/off */
99
100
#define FN_GOTO_NEXT_INPUTFLD (FN_EDIT + 47)
/* go to next inputfield */
101
#define FN_GOTO_PREV_INPUTFLD (FN_EDIT + 48)
/* go to previous inputfield */
102
103
#define FN_REPEAT_SEARCH (FN_EDIT + 50)
/* Search again */
104
105
#define FN_REPAGINATE (FN_EDIT + 61)
/* Force repagination */
106
#define FN_EDIT_FOOTNOTE (FN_EDIT + 62)
/* Edit footnote */
107
108
#define FN_EDIT_REGION (FN_EDIT + 65)
/* Edit region */
109
#define FN_GOTO_REFERENCE (FN_EDIT + 66)
/* From Refmark to the reference */
110
#define FN_EDIT_CURRENT_REGION (FN_EDIT + 67)
/* Edit current region*/
111
112
// already defined in SVX
113
#define FN_NEXT_BOOKMARK (FN_EDIT + 68)
/* */
114
#define FN_PREV_BOOKMARK (FN_EDIT + 69)
/* */
115
116
#define FN_PAGENUMBER (FN_EDIT + 80)
117
118
#define FN_SELECT_PARA (FN_EDIT + 97)
/* select paragraph*/
119
120
#define FN_UPDATE_ALL_LINKS (FN_EDIT2 + 24)
/* update all links */
121
122
#define FN_REDLINE_SHOW (FN_EDIT2 + 26)
/* show Redlining */
123
#define FN_REDLINE_COMMENT (FN_EDIT2 + 27)
/* comment Redlining */
124
125
#define FN_UPDATE_ALL (FN_EDIT2 + 28)
/* FN_UPDATE_ALL_LINKS,
126
FN_UPDATE_FIELDS,
127
FN_UPDATE_TOX,
128
CalcLayout */
129
130
#define FN_REDLINE_ACCEPT (FN_EDIT2 + 29)
/* Redlining Accept/Reject */
131
#define FN_ATTR_COLUMNS (FN_EDIT2 + 31)
/* SlotId for SwFormatCol */
132
#define FN_EDIT_CURRENT_TOX (FN_EDIT2 + 32)
/* edit current index */
133
#define FN_EDIT_AUTH_ENTRY_DLG (FN_EDIT2 + 33)
/* edit authorities entry*/
134
#define FN_UPDATE_CHARTS (FN_EDIT2 + 34)
/* update all charts */
135
// free
136
#define FN_NUM_CONTINUE (FN_EDIT2 + 36)
/* continue previous numbering */
137
#define FN_REDLINE_ACCEPT_DIRECT (FN_EDIT2 + 37)
/* accept redline at current position*/
138
#define FN_REDLINE_REJECT_DIRECT (FN_EDIT2 + 38)
/* reject redline at current position*/
139
// free
140
// free
141
#define FN_REDLINE_NEXT_CHANGE (FN_EDIT2 + 41)
/* Go to the next change */
142
#define FN_REDLINE_PREV_CHANGE (FN_EDIT2 + 42)
/* Go to the previous change */
143
#define FN_REDLINE_ACCEPT_ALL (FN_EDIT2 + 43)
/* Redlining Accept All*/
144
#define FN_REDLINE_REJECT_ALL (FN_EDIT2 + 44)
/* Redlining Reject All*/
145
#define FN_REDLINE_ACCEPT_TONEXT (FN_EDIT2 + 45)
/* Redlining Accept and jump to next*/
146
#define FN_REDLINE_REJECT_TONEXT (FN_EDIT2 + 46)
/* Redlining Reject and jump to next*/
147
148
// Region: View
149
#define FN_DRAW_WRAP_DLG (FN_VIEW + 3)
/* Draw wrapping dlg */
150
#define FN_RULER (FN_VIEW + 11)
/* Horizontal ruler */
151
152
#define FN_VIEW_GRAPHIC (FN_VIEW + 13)
/* View graphic */
153
#define FN_VIEW_BOUNDS (FN_VIEW + 14)
/* View bounds */
154
#define FN_VIEW_FIELDS (FN_VIEW + 15)
/* View fields */
155
#define FN_VLINEAL (FN_VIEW + 16)
/* Vertical Liner */
156
#define FN_VSCROLLBAR (FN_VIEW + 17)
/* Vertical Scrollbar */
157
#define FN_HSCROLLBAR (FN_VIEW + 18)
/* Horizontal Scrollbar */
158
159
#define FN_VIEW_META_CHARS (FN_VIEW + 24)
/* View meta chars */
160
#define FN_VIEW_MARKS (FN_VIEW + 25)
/* View marks */
161
#define FN_VIEW_FIELDNAME (FN_VIEW + 26)
/* View field names */
162
#define FN_VIEW_TABLEGRID (FN_VIEW + 27)
/* View tablegrid */
163
164
#define FN_SET_PAGE (FN_VIEW + 29)
/* Set page template to paragraph */
165
166
#define FN_PRINT_LAYOUT (FN_VIEW + 37)
/* print layout */
167
168
#define FN_SCROLL_NAVIGATION (FN_VIEW + 40)
/* Navigation Controller */
169
170
#define FN_VIEW_HIDDEN_PARA (FN_VIEW + 42)
/* View hidden paragraphs */
171
#define FN_VIEW_SMOOTH_SCROLL (FN_VIEW + 43)
172
173
#define FN_PREVIEW_ZOOM (FN_VIEW + 51)
/* create table controller for zoom */
174
175
#define FN_SET_MODOPT_TBLNUMFMT (FN_VIEW + 52)
/* Number recognition in tables */
176
#define FN_HSCROLL_METRIC (FN_VIEW + 53)
/* Metric horizontal scrollbar */
177
#define FN_VSCROLL_METRIC (FN_VIEW + 54)
/* Metric vertical scrollbar */
178
179
#define FN_NAV_ELEMENT (FN_VIEW + 55)
/* Navigate By drop down controller */
180
#define FN_SCROLL_PREV (FN_VIEW + 57)
/* uno:ScrollToPrevious */
181
#define FN_SCROLL_NEXT (FN_VIEW + 58)
/* uno:ScrollToNext */
182
#define FN_VIEW_HIDE_WHITESPACE (FN_VIEW + 59)
/* Hide header, footer, and pagebreak */
183
#define FN_SHOW_INLINETOOLTIPS (FN_VIEW + 60)
/* Show tooltips for tracked changes */
184
#define FN_USE_HEADERFOOTERMENU (FN_VIEW + 61)
/* Show advanced header/footer menu */
185
#define FN_VIEW_SHOW_WHITESPACE (FN_VIEW + 62)
/* Show header, footer, and pagebreak */
186
187
#define FN_SHOW_OUTLINECONTENTVISIBILITYBUTTON (FN_VIEW + 63)
/* Show outline content visibility toggle button */
188
#define FN_TOGGLE_OUTLINE_CONTENT_VISIBILITY (FN_VIEW + 64)
189
#define FN_SHOW_CHANGES_IN_MARGIN (FN_VIEW + 65)
/* Show tracked deletions in margin */
190
#define FN_SHOW_TRACKED_CHANGES_MENU (FN_VIEW + 66)
/* Menu for the next layout modes */
191
#define FN_SET_TRACKED_CHANGES_IN_TEXT (FN_VIEW + 67)
/* Show tracked deletions and insertions in text */
192
#define FN_SET_TRACKED_DELETIONS_IN_MARGIN (FN_VIEW + 68)
/* Show final text (deletions in margin) */
193
#define FN_SET_TRACKED_INSERTIONS_IN_MARGIN (FN_VIEW + 69)
/* Show original text (insertions in margin) */
194
195
// Region: Insert
196
#define FN_INSERT_BOOKMARK (FN_INSERT + 2 )
/* Bookmark */
197
198
#define FN_INSERT_BREAK_DLG (FN_INSERT + 4 )
/* Break */
199
#define FN_INSERT_COLUMN_BREAK (FN_INSERT + 5 )
/* Column break */
200
#define FN_INSERT_FIELD (FN_INSERT + 8 )
/* Textcommand */
201
#define FN_CHANGE_DBFIELD (FN_INSERT + 9 )
/* Change the database field */
202
203
#define FN_INSERT_CAPTION (FN_INSERT + 10)
/* Caption */
204
#define FN_INSERT_DBFIELD (FN_INSERT + 11)
/* Insert database field - for recording */
205
#define FN_INSERT_FOOTNOTE_DLG (FN_INSERT + 12)
/* Footnote Dialog */
206
207
#define FN_INSERT_REF_FIELD (FN_INSERT + 13)
/* Insert Reference Field */
208
209
#define FN_INSERT_HYPERLINK (FN_INSERT + 14)
/* Character dialogue / hyperlink page */
210
211
#define FN_INSERT_LINEBREAK (FN_INSERT + 18)
/* Newline */
212
#define FN_INSERT_FIELD_DATA_ONLY (FN_INSERT + 19)
/* Field dialog for mail merge*/
213
#define FN_INSERT_OBJECT_DLG (FN_INSERT + 22)
/* Object */
214
#define FN_INSERT_PAGEBREAK (FN_INSERT + 23)
/* Page break*/
215
#define FN_POSTIT (FN_INSERT + 29)
/* Insert/edit PostIt */
216
#define FN_INSERT_TABLE (FN_INSERT + 30)
/* Insert Table */
217
#define FN_INSERT_STRING (FN_INSERT+31)
218
#define FN_INSERT_FRAME_INTERACT (FN_INSERT + 33)
/* Insert interactive frame */
219
#define FN_INSERT_FRAME (FN_INSERT + 34)
/* Insert Frame */
220
221
#define FN_INSERT_IDX_ENTRY_DLG (FN_INSERT + 35)
/* insert index entry */
222
#define FN_INSERT_FRAME_INTERACT_NOCOL (FN_INSERT + 36)
/*insert interactive non column frame*/
223
224
#define FN_TOOL_ANCHOR_PAGE (FN_INSERT + 50)
/* anchor Draw object to page */
225
#define FN_TOOL_ANCHOR_PARAGRAPH (FN_INSERT + 51)
/* anchor Draw object to paragraph */
226
#define FN_TOOL_HIERARCHIE (FN_INSERT + 52)
/* change hierarchy */
227
228
#define FN_MAILMERGE_WIZARD (FN_INSERT + 64)
/* mail merge wizard */
229
#define FN_TOOL_ANCHOR_FRAME (FN_INSERT + 66)
/* anchor Draw-Object to frame*/
230
#define FN_QRY_MERGE (FN_INSERT + 67)
/* insert record (serial letter) */
231
#define FN_INSERT_SMA (FN_INSERT + 69)
/* insert StarMath */
232
233
#define FN_MAILMERGE_FIRST_ENTRY (FN_INSERT + 70)
/* mail merge toolbar - go to the first entry */
234
#define FN_MAILMERGE_PREV_ENTRY (FN_INSERT + 71)
/* mail merge toolbar - go to the previous entry */
235
#define FN_MAILMERGE_NEXT_ENTRY (FN_INSERT + 72)
/* mail merge toolbar - go to the next entry */
236
#define FN_MAILMERGE_LAST_ENTRY (FN_INSERT + 73)
/* mail merge toolbar - go to the next entry */
237
#define FN_MAILMERGE_CURRENT_ENTRY (FN_INSERT + 74)
/* mail merge toolbar - show or change the current entry */
238
#define FN_MAILMERGE_EXCLUDE_ENTRY (FN_INSERT + 75)
/* mail merge toolbar - checkbox to exclude the current entry */
239
240
#define FN_DRAWTEXT_ATTR_DLG (FN_INSERT + 76)
/* position DrawText */
241
242
#define FN_MAILMERGE_CREATE_DOCUMENTS (FN_INSERT + 77)
/* mail merge toolbar - create the merged document */
243
#define FN_MAILMERGE_SAVE_DOCUMENTS (FN_INSERT + 78)
/* mail merge toolbar - save merged documents */
244
#define FN_MAILMERGE_PRINT_DOCUMENTS (FN_INSERT + 79)
/* mail merge toolbar - print merged documents */
245
#define FN_MAILMERGE_EMAIL_DOCUMENTS (FN_INSERT + 80)
/* mail merge toolbar - email merged documents */
246
247
#define FN_TOOL_ANCHOR_CHAR (FN_INSERT + 84)
/* anchor Draw object to character */
248
249
#define FN_QRY_INSERT (FN_INSERT + 86)
/* insert record selection in to text */
250
#define FN_QRY_MERGE_FIELD (FN_INSERT + 87)
/* insert record selection into fields */
251
#define FN_QRY_INSERT_FIELD (FN_INSERT + 88)
/* insert database field */
252
253
#define FN_INSERT_CTRL (FN_INSERT + 89)
/* toolbar controller insert*/
254
#define FN_INSERT_OBJ_CTRL (FN_INSERT + 90)
/* toolbar controller (insert/object) */
255
#define FN_INSERT_FIELD_CTRL (FN_INSERT + 91)
/* toolbar controller insert/field commands */
256
257
#define FN_INSERT_FLD_DATE (FN_INSERT + 92)
258
#define FN_INSERT_FLD_TIME (FN_INSERT + 93)
259
#define FN_INSERT_FLD_PGNUMBER (FN_INSERT + 94)
260
#define FN_INSERT_FLD_PGCOUNT (FN_INSERT + 95)
261
#define FN_INSERT_FLD_TOPIC (FN_INSERT + 96)
262
#define FN_INSERT_FLD_TITLE (FN_INSERT + 97)
263
#define FN_INSERT_FLD_AUTHOR (FN_INSERT + 98)
264
#define FN_INSERT_FOOTNOTE (FN_INSERT + 99)
265
266
#define FN_SET_REMINDER (FN_INSERT + 100)
267
268
// Region: Paste (Part 2)
269
#define FN_MAILMERGE_SENDMAIL_CHILDWINDOW (FN_INSERT2 + 5)
/* child window provided by mailmerge */
270
271
#define FN_SBA_BRW_UPDATE (FN_INSERT2 + 7)
/* insert records into fields */
272
#define FN_SBA_BRW_INSERT (FN_INSERT2 + 8)
/* insert records into text */
273
#define FN_SBA_BRW_MERGE (FN_INSERT2 + 9)
/* serial letter print */
274
#define FN_JAVAEDIT (FN_INSERT2 + 10)
/* edit script field */
275
#define FN_TOOL_ANCHOR_AT_CHAR (FN_INSERT2 + 12)
/* anchor object to character*/
276
277
#define FN_INSERT_PAGEHEADER (FN_INSERT2 + 13)
/* insert default header */
278
#define FN_INSERT_PAGEFOOTER (FN_INSERT2 + 14)
/* insert default footer */
279
280
#define FN_INSERT_ENDNOTE (FN_INSERT2 + 18)
/* insert endnote*/
281
#define FN_INSERT_REGION (FN_INSERT2 + 19)
/* Insert section */
282
283
#define FN_INSERT_MULTI_TOX (FN_INSERT2 + 20)
/* insert any TOX */
284
#define FN_INSERT_AUTH_ENTRY_DLG (FN_INSERT2 + 21)
/* insert entry for table of authorities*/
285
286
// MSO legacy form fields
287
#define FN_INSERT_TEXT_FORMFIELD (FN_INSERT2 + 22)
288
#define FN_INSERT_CHECKBOX_FORMFIELD (FN_INSERT2 + 23)
289
#define FN_INSERT_DROPDOWN_FORMFIELD (FN_INSERT2 + 24)
290
291
// MSO content controls
292
#define FN_INSERT_DATE_FORMFIELD (FN_INSERT2 + 25)
293
294
#define FN_PROTECT_FIELDS (FN_INSERT2 + 26)
295
#define FN_PROTECT_BOOKMARKS (FN_INSERT2 + 27)
296
297
// clipboard table content
298
#define FN_PASTE_NESTED_TABLE (FN_INSERT2 + 30)
/* instead of the cell-by-cell copy between source and target tables */
299
#define FN_TABLE_PASTE_ROW_BEFORE (FN_INSERT2 + 31)
/* paste table as new table rows */
300
#define FN_TABLE_PASTE_COL_BEFORE (FN_INSERT2 + 32)
/* paste table as new table columns */
301
302
// Region: Format
303
#define FN_AUTOFORMAT_APPLY (FN_FORMAT + 1 )
/* apply autoformat options */
304
#define FN_AUTOFORMAT_AUTO (FN_FORMAT + 2 )
/* apply autoformat during user input */
305
#define FN_GROW_FONT_SIZE (FN_FORMAT + 3 )
/* size */
306
#define FN_SHRINK_FONT_SIZE (FN_FORMAT + 4 )
/* size */
307
#define FN_AUTOFORMAT_REDLINE_APPLY (FN_FORMAT + 5 )
/* apply autoformat with Redlining */
308
#define FN_SET_SUPER_SCRIPT (FN_FORMAT + 11)
/* superscript */
309
#define FN_SET_SUB_SCRIPT (FN_FORMAT + 12)
/* subscript */
310
#define FN_SET_SMALL_CAPS (FN_FORMAT + 13)
/* small caps */
311
312
#define FN_FORMAT_PAGE_SETTING_DLG (FN_FORMAT + 42)
/* */
313
#define FN_NUM_FORMAT_TABLE_DLG (FN_FORMAT + 45)
/* number format in table */
314
#define FN_FORMAT_BORDER_DLG (FN_FORMAT + 48)
/* */
315
#define FN_FORMAT_PAGE_COLUMN_DLG (FN_FORMAT + 49)
/* columns per page */
316
#define FN_FORMAT_BACKGROUND_DLG (FN_FORMAT + 50)
/* background */
317
#define FN_FORMAT_PAGE_DLG (FN_FORMAT + 52)
/* page */
318
#define FN_FORMAT_COLUMN (FN_FORMAT + 53)
/* columns */
319
#define FN_FORMAT_DROPCAPS (FN_FORMAT + 54)
/* initials */
320
#define FN_FORMAT_FRAME_DLG (FN_FORMAT + 56)
/* frame */
321
#define FN_FORMAT_GRAFIC_DLG (FN_FORMAT + 58)
/* graphic */
322
#define FN_FORMAT_TABLE_DLG (FN_FORMAT + 60)
/* table */
323
324
#define FN_UPDATE_STYLE_BY_EXAMPLE (FN_FORMAT + 63)
/* update style */
325
#define FN_FORMAT_FOOTNOTE_DLG (FN_FORMAT + 68)
/* footnote dialog */
326
#define FN_FORMAT_CURRENT_FOOTNOTE_DLG (FN_FORMAT + 64)
/* Contextual footnote dialog */
327
328
#define FN_FRAME_NOWRAP (FN_FORMAT + 72)
329
#define FN_FRAME_WRAP (FN_FORMAT + 73)
330
#define FN_FRAME_WRAPTHRU (FN_FORMAT + 74)
331
332
#define FN_FRAME_ALIGN_HORZ_LEFT (FN_FORMAT + 75)
333
#define FN_FRAME_ALIGN_HORZ_RIGHT (FN_FORMAT + 76)
334
#define FN_FRAME_ALIGN_HORZ_CENTER (FN_FORMAT + 77)
335
#define FN_FRAME_ALIGN_VERT_TOP (FN_FORMAT + 78)
336
#define FN_FRAME_ALIGN_VERT_BOTTOM (FN_FORMAT + 79)
337
#define FN_FRAME_ALIGN_VERT_CENTER (FN_FORMAT + 80)
338
339
#define FN_SET_FRM_POSITION (FN_FORMAT + 82)
/* frame position -- " -- */
340
341
#define FN_SET_PAGE_STYLE (FN_FORMAT + 93)
/* apply page style */
342
343
#define FN_FORMAT_TITLEPAGE_DLG (FN_FORMAT + 98)
/* Title Page */
344
345
#define FN_TABLE_REP (FN_FORMAT + 99)
/* TableRepresentation */
346
#define FN_CONVERT_TEXT_TABLE (FN_FORMAT + 100)
/* convert text <-> table */
347
#define FN_TABLE_INSERT_ROW (FN_FORMAT + 101)
/* */
348
#define FN_TABLE_INSERT_COL (FN_FORMAT + 102)
/* */
349
#define FN_TABLE_DELETE_ROW (FN_FORMAT + 103)
/* */
350
#define FN_TABLE_DELETE_COL (FN_FORMAT + 104)
/* */
351
#define FN_TABLE_SPLIT_CELLS (FN_FORMAT + 105)
/* */
352
#define FN_TABLE_MERGE_CELLS (FN_FORMAT + 106)
/* */
353
#define FN_TABLE_SET_ROW_HEIGHT (FN_FORMAT + 107)
/* */
354
#define FN_TABLE_SET_COL_WIDTH (FN_FORMAT + 108)
/* */
355
#define FN_TABLE_INSERT_ROW_AFTER (FN_FORMAT + 109)
/* */
356
#define FN_OPTIMIZE_TABLE (FN_FORMAT + 110)
/* ToolBoxItem for optimizing tables */
357
#define FN_TABLE_INSERT_ROW_BEFORE (FN_FORMAT + 111)
/* */
358
#define FN_TABLE_INSERT_COL_BEFORE (FN_FORMAT + 112)
/* */
359
#define FN_TABLE_SELECT_ROW (FN_FORMAT + 113)
/* */
360
#define FN_TABLE_SELECT_COL (FN_FORMAT + 114)
/* */
361
#define FN_TABLE_SELECT_ALL (FN_FORMAT + 115)
/* */
362
#define FN_TABLE_INSERT_COL_AFTER (FN_FORMAT + 116)
/* */
363
#define FN_TABLE_SET_READ_ONLY_CELLS (FN_FORMAT + 117)
/* protect table cells */
364
#define FN_TABLE_UNSET_READ_ONLY_CELLS (FN_FORMAT + 119)
/* undo table cell protection */
365
#define FN_TABLE_HEADLINE_REPEAT (FN_FORMAT + 120)
/* also used in SwXTextTable*/
366
#define FN_TABLE_ADJUST_CELLS (FN_FORMAT + 121)
/* */
367
368
#define FN_FRAME_UP (FN_FORMAT + 122)
/* frame by one level up */
369
#define FN_FRAME_DOWN (FN_FORMAT + 123)
/* frame by one level down */
370
371
#define FN_TABLE_OPTIMAL_HEIGHT (FN_FORMAT + 128)
/* optimal cell height */
372
#define FN_TABLE_DELETE_TABLE (FN_FORMAT + 129)
/* remove current table*/
373
#define FN_TABLE_SELECT_CELL (FN_FORMAT + 130)
/* selects the current table cell */
374
#define FN_CONVERT_TEXT_TO_TABLE (FN_FORMAT + 131)
/* convert selected text to table */
375
#define FN_CONVERT_TABLE_TO_TEXT (FN_FORMAT + 132)
/* convert a table to text */
376
#define FN_TABLE_SORT_DIALOG (FN_FORMAT + 133)
/* sorting in tables*/
377
378
// Region: Page Template
379
#define FN_PAGE_STYLE_SET_LR_MARGIN (FN_FORMAT + 130)
/* left / right margin */
380
#define FN_PAGE_STYLE_SET_UL_MARGIN (FN_FORMAT + 131)
/* upper / lower margin */
381
#define FN_PAGE_STYLE_SET_PAPER_SIZE (FN_FORMAT + 135)
/* */
382
#define FN_PAGE_STYLE_SET_PAPER_BIN (FN_FORMAT + 136)
/* paper tray */
383
#define FN_PAGE_STYLE_SET_NUMBER_FORMAT (FN_FORMAT + 137)
/* */
384
#define FN_PAGE_STYLE_SET_COLS (FN_FORMAT + 138)
/* number of columns */
385
386
/* these Ids are only required by Help and are replaced by the Ids without _DLG
387
* for the dialog */
388
#define FN_TABLE_INSERT_COL_DLG (FN_FORMAT + 142)
/* */
389
#define FN_TABLE_INSERT_ROW_DLG (FN_FORMAT + 143)
/* */
390
391
#define FN_GOTO_NEXT_CELL (FN_FORMAT + 145)
/* Table: go to next cell */
392
#define FN_GOTO_PREV_CELL (FN_FORMAT + 146)
/* Table: go to previous cell */
393
394
#define FN_TABLE_HEADLINE_COUNT (FN_FORMAT + 147)
/* number of repeated headlines of tables */
395
396
// Region: Ribbon
397
#define FN_FORMULA_CALC (FN_FORMAT + 156)
/* select formula */
398
#define FN_FORMULA_CANCEL (FN_FORMAT + 157)
/* don't apply formula */
399
#define FN_FORMULA_APPLY (FN_FORMAT + 158)
/* apply formula */
400
#define FN_TABLE_UNSET_READ_ONLY (FN_FORMAT + 159)
/* undo cell protection for table */
401
402
#define FN_FRAME_WRAP_IDEAL (FN_FORMAT + 162)
/* frame ideal wrapping */
403
#define FN_FRAME_WRAPTHRU_TOGGLE (FN_FORMAT + 163)
/* toggle frame transparent wrapping */
404
#define FN_FRAME_WRAPTHRU_TRANSP (FN_FORMAT + 164)
/* frame transparent wrapping */
405
406
#define FN_FRAME_ALIGN_VERT_ROW_TOP (FN_FORMAT + 165)
/* */
407
#define FN_FRAME_ALIGN_VERT_ROW_BOTTOM (FN_FORMAT + 166)
/* */
408
#define FN_FRAME_ALIGN_VERT_ROW_CENTER (FN_FORMAT + 167)
/* */
409
410
#define FN_FRAME_ALIGN_VERT_CHAR_TOP (FN_FORMAT + 168)
/* */
411
#define FN_FRAME_ALIGN_VERT_CHAR_BOTTOM (FN_FORMAT + 169)
/* */
412
#define FN_FRAME_ALIGN_VERT_CHAR_CENTER (FN_FORMAT + 170)
/* */
413
414
#define FN_FRAME_WRAP_LEFT (FN_FORMAT + 172)
/* */
415
#define FN_FRAME_WRAP_RIGHT (FN_FORMAT + 173)
/* */
416
417
#define FN_WRAP_ANCHOR_ONLY (FN_FORMAT + 181)
/* wrap only for first paragraph */
418
419
#define FN_TABLE_BALANCE_CELLS (FN_FORMAT + 182)
/* evenly distribute columns */
420
#define FN_TABLE_BALANCE_ROWS (FN_FORMAT + 183)
/* evenly distribute rows */
421
422
#define FN_FRAME_WRAP_CONTOUR (FN_FORMAT + 184)
/* */
423
424
// +185..+187 removed in favor of corresponding globally available slot
425
426
#define FN_TABLE_SET_VERT_ALIGN (FN_FORMAT + 188)
/* vertical alignment in Writer table cells */
427
#define FN_TABLE_MODE_FIX (FN_FORMAT + 189)
/* table mode */
428
#define FN_TABLE_MODE_FIX_PROP (FN_FORMAT + 190)
/* -"- */
429
#define FN_TABLE_MODE_VARIABLE (FN_FORMAT + 191)
/* -"- */
430
#define FN_TABLE_BOX_TEXTORIENTATION (FN_FORMAT + 192)
/* text orientation of table cells */
431
#define SID_ATTR_TABLE_ROW_HEIGHT (FN_FORMAT + 193)
432
#define SID_ATTR_TABLE_COLUMN_WIDTH (FN_FORMAT2 + 194)
433
434
#define FN_TABLE_AUTOSUM (FN_FORMAT + 195)
/* */
435
436
#define FN_GOTO_NEXT_REGION (FN_FORMAT2 + 9)
/* */
437
#define FN_GOTO_PREV_REGION (FN_FORMAT2 + 10)
/* */
438
439
#define FN_ABSTRACT_NEWDOC (FN_FORMAT2 + 12)
/* abstract in new document */
440
#define FN_ABSTRACT_STARIMPRESS (FN_FORMAT2 + 13)
/* abstract to StarImpress */
441
442
#define FN_NAME_SHAPE (FN_FORMAT2 + 14)
/* Name shapes */
443
444
#define FN_TITLE_DESCRIPTION_SHAPE (FN_FORMAT2 + 15)
/* shape title and description */
445
446
#define FN_NUMBER_FORMAT (FN_FORMAT2 + 120)
/* set Boxes/NumberFormatter */
447
#define FN_NUMBER_STANDARD (FN_FORMAT2 + 121)
448
#define FN_NUMBER_TWODEC (FN_FORMAT2 + 123)
449
#define FN_NUMBER_SCIENTIFIC (FN_FORMAT2 + 124)
450
#define FN_NUMBER_DATE (FN_FORMAT2 + 125)
451
#define FN_NUMBER_TIME (FN_FORMAT2 + 126)
452
#define FN_NUMBER_CURRENCY (FN_FORMAT2 + 127)
453
#define FN_NUMBER_PERCENT (FN_FORMAT2 + 128)
454
455
#define FN_FRAME_CHAIN (FN_FORMAT2 + 136)
456
#define FN_FRAME_UNCHAIN (FN_FORMAT2 + 137)
457
458
#define FN_NUMBER_NEWSTART (FN_FORMAT2 + 138)
459
#define FN_NUMBER_NEWSTART_AT (FN_FORMAT2 + 139)
460
461
#define FN_FRAME_MIRROR_ON_EVEN_PAGES (FN_FORMAT2 + 140)
462
#define FN_GRAPHIC_MIRROR_ON_EVEN_PAGES (FN_FORMAT2 + 141)
463
464
#define FN_TABLE_SPLIT_TABLE (FN_FORMAT2 + 142)
465
#define FN_SYNC_LABELS (FN_FORMAT2 + 143)
466
467
#define FN_FORMAT_LINENUMBER (FN_FORMAT2 + 144)
468
469
#define FN_TABLE_RELATIVE_WIDTH (FN_FORMAT2 + 147)
/* UNO */
470
#define FN_TABLE_WIDTH (FN_FORMAT2 + 148)
/* UNO */
471
#define FN_TABLE_IS_RELATIVE_WIDTH (FN_FORMAT2 + 149)
/* UNO */
472
473
#define FN_INC_INDENT_OFFSET (FN_FORMAT2 + 150)
474
#define FN_DEC_INDENT_OFFSET (FN_FORMAT2 + 151)
475
476
#define FN_TABLE_MERGE_TABLE (FN_FORMAT2 + 152)
477
#define FN_TABLE_ROW_SPLIT (FN_FORMAT2 + 153)
478
479
#define FN_FORMAT_APPLY_HEAD1 (FN_FORMAT2 + 154)
480
#define FN_FORMAT_APPLY_HEAD2 (FN_FORMAT2 + 155)
481
#define FN_FORMAT_APPLY_HEAD3 (FN_FORMAT2 + 156)
482
#define FN_FORMAT_APPLY_DEFAULT (FN_FORMAT2 + 157)
483
#define FN_FORMAT_APPLY_TEXTBODY (FN_FORMAT2 + 158)
484
#define FN_REMOVE_DIRECT_CHAR_FORMATS (FN_FORMAT2 + 159)
485
//free (160)
486
487
// Region: Extras
488
#define FN_LINE_NUMBERING_DLG (FN_EXTRA + 2 )
/* */
489
#define FN_HYPHENATE_OPT_DLG (FN_EXTRA + 5 )
/* */
490
#define FN_ADD_UNKNOWN (FN_EXTRA + 6 )
/* learn words */
491
#define FN_NUMBERING_OUTLINE_DLG (FN_EXTRA + 12)
/* */
492
#define FN_SORTING_DLG (FN_EXTRA + 14)
/* */
493
#define FN_CALCULATE (FN_EXTRA + 15)
/* */
494
#define FN_GLOSSARY_DLG (FN_EXTRA + 20)
/* text building blocks */
495
496
#define FN_EXPAND_GLOSSARY (FN_EXTRA + 28)
/* expand text building blocks */
497
#define FN_CHANGE_PAGENUM (FN_EXTRA + 34)
/* change page numbers*/
498
#define FN_ADD_TEXT_BOX (FN_EXTRA + 35)
/* add text box to draw shape */
499
#define FN_REMOVE_TEXT_BOX (FN_EXTRA + 36)
/* remove text box of draw shape */
500
501
// Region: Glossary
502
503
#define FN_AUTO_CORRECT (FN_EXTRA + 49 )
/* Autocorrect from Basic */
504
505
#define FN_UPDATE_TOX (FN_EXTRA + 53)
/* update all indices */
506
#define FN_UPDATE_CUR_TOX (FN_EXTRA + 54)
/* update current index */
507
#define FN_REMOVE_CUR_TOX (FN_EXTRA + 55)
/* remove the current TOX*/
508
509
#define FN_GOTO_PAGE (FN_EXTRA + 59 )
/* goto page */
510
511
#define FN_COLL_TYPE (FN_EXTRA + 98)
/* type for GlobalDoc-Collection*/
512
#define FN_COLL_ADD (FN_EXTRA + 99)
513
514
#define FN_COLL_TITLE (FN_EXTRA2 + 1)
/* area name or index title */
515
#define FN_SHADOWCURSOR (FN_EXTRA2 + 4)
/* enable/disable Shadow Cursor */
516
517
#define FN_UNO_PARA_STYLE (FN_EXTRA2 + 9) // starting here are UNI-Ids for the PropertyMap listed
518
#define FN_UNO_PAGE_STYLE (FN_EXTRA2 + 10)
519
520
#define FN_UNO_PARA_NUM_AUTO_FORMAT (FN_EXTRA2 + 11)
521
#define FN_UNO_FRAME_STYLE_NAME (FN_EXTRA2 + 12)
522
#define FN_UNO_NUM_START_VALUE (FN_EXTRA2 + 13)
523
#define FN_UNO_NUM_LEVEL (FN_EXTRA2 + 14)
524
#define FN_UNO_NUM_RULES (FN_EXTRA2 + 15)
525
#define FN_UNO_DOCUMENT_INDEX_MARK (FN_EXTRA2 + 16)
526
#define FN_UNO_DOCUMENT_INDEX (FN_EXTRA2 + 17)
527
#define FN_UNO_TEXT_FIELD (FN_EXTRA2 + 18)
528
#define FN_UNO_TEXT_TABLE (FN_EXTRA2 + 19)
529
#define FN_UNO_CELL (FN_EXTRA2 + 20)
530
#define FN_UNO_TEXT_FRAME (FN_EXTRA2 + 21)
531
#define FN_UNO_REFERENCE_MARK (FN_EXTRA2 + 22)
532
#define FN_UNO_TEXT_SECTION (FN_EXTRA2 + 23)
533
#define FN_UNO_FOOTNOTE (FN_EXTRA2 + 24)
534
#define FN_UNO_ENDNOTE (FN_EXTRA2 + 25)
535
#define FN_UNO_RANGE_COL_LABEL (FN_EXTRA2 + 26)
536
#define FN_UNO_RANGE_ROW_LABEL (FN_EXTRA2 + 27)
537
#define FN_UNO_TABLE_BORDER (FN_EXTRA2 + 29)
538
#define FN_UNO_TABLE_COLUMN_SEPARATORS (FN_EXTRA2 + 30)
539
#define FN_UNO_TABLE_COLUMN_RELATIVE_SUM (FN_EXTRA2 + 31)
540
#define FN_UNO_TABLE_CELL_BACKGROUND (FN_EXTRA2 + 32)
541
#define FN_UNO_ROW_HEIGHT (FN_EXTRA2 + 33)
542
#define FN_UNO_ROW_AUTO_HEIGHT (FN_EXTRA2 + 34)
543
#define FN_UNO_HEADER (FN_EXTRA2 + 35)
544
#define FN_UNO_HEADER_LEFT (FN_EXTRA2 + 36)
545
#define FN_UNO_HEADER_RIGHT (FN_EXTRA2 + 37)
546
#define FN_UNO_FOOTER (FN_EXTRA2 + 38)
547
#define FN_UNO_FOOTER_LEFT (FN_EXTRA2 + 39)
548
#define FN_UNO_FOOTER_RIGHT (FN_EXTRA2 + 40)
549
#define FN_UNO_TEXT_PARAGRAPH (FN_EXTRA2 + 41)
550
#define FN_UNO_PARENT_TEXT (FN_EXTRA2 + 42)
551
#define FN_UNO_FOLLOW_STYLE (FN_EXTRA2 + 59)
552
553
#define FN_API_CALL (FN_EXTRA2 + 60)
554
555
#define FN_UNO_IS_PHYSICAL (FN_EXTRA2 + 61)
556
#define FN_UNO_IS_AUTO_UPDATE (FN_EXTRA2 + 62)
557
#define FN_UNO_DISPLAY_NAME (FN_EXTRA2 + 63)
558
559
#define FN_UNO_WRAP (FN_EXTRA2 + 64)
560
#define FN_UNO_ANCHOR_TYPES (FN_EXTRA2 + 65)
561
#define FN_UNO_PARA_CHAPTER_NUMBERING_LEVEL (FN_EXTRA2 + 66)
562
#define FN_UNO_PARA_CONDITIONAL_STYLE_NAME (FN_EXTRA2 + 67)
563
564
#define FN_UNO_CATEGORY (FN_EXTRA2 + 68)
565
#define FN_UNO_IS_NUMBER (FN_EXTRA2 + 69)
566
#define FN_UNO_TEXT_WRAP (FN_EXTRA2 + 70)
567
#define FN_UNO_ANCHOR_TYPE (FN_EXTRA2 + 71)
568
#define FN_SKIP_HIDDEN_TEXT (FN_EXTRA2 + 72)
569
#define FN_SKIP_PROTECTED_TEXT (FN_EXTRA2 + 73)
570
#define FN_UNO_Z_ORDER (FN_EXTRA2 + 74)
571
#define FN_UNO_REDLINE_NODE_START (FN_EXTRA2 + 75)
572
#define FN_UNO_REDLINE_NODE_END (FN_EXTRA2 + 76)
573
#define FN_UNO_TEXT_PORTION_TYPE (FN_EXTRA2 + 77)
574
#define FN_UNO_CONTROL_CHARACTER (FN_EXTRA2 + 78)
575
#define FN_UNO_BOOKMARK (FN_EXTRA2 + 79)
576
#define FN_UNO_IS_COLLAPSED (FN_EXTRA2 + 80)
577
#define FN_UNO_IS_START (FN_EXTRA2 + 81)
578
#define FN_UNO_IS_AUTOMATIC_CONTOUR (FN_EXTRA2 + 82)
579
#define FN_UNO_IS_PIXEL_CONTOUR (FN_EXTRA2 + 83)
580
#define FN_UNO_ALTERNATIVE_TEXT (FN_EXTRA2 + 84)
581
#define FN_UNO_ACTUAL_SIZE (FN_EXTRA2 + 85)
582
#define FN_UNO_GRAPHIC_URL (FN_EXTRA2 + 86)
583
#define FN_UNO_GRAPHIC_FILTER (FN_EXTRA2 + 87)
584
#define FN_UNO_CELL_NAME (FN_EXTRA2 + 88)
585
#define FN_INSERT_GLOSSARY (FN_EXTRA2 + 89)
586
#define FN_NEW_GLOSSARY (FN_EXTRA2 + 90)
587
#define FN_SET_ACT_GLOSSARY (FN_EXTRA2 + 91)
588
589
#define FN_UNO_CHARFMT_SEQUENCE (FN_EXTRA2 + 94)
590
#define FN_UNO_CLSID (FN_EXTRA2 + 95)
591
#define FN_UNO_MODEL (FN_EXTRA2 + 96)
592
#define FN_UNO_COMPONENT (FN_EXTRA2 + 97)
593
#define FN_WORDCOUNT_DIALOG (FN_EXTRA2 + 98)
594
595
#define FN_XFORMS_DESIGN_MODE (FN_EXTRA2 + 99)
596
597
#define FN_UNO_PARA_STYLE_CONDITIONS (FN_EXTRA2 + 100)
598
#define FN_UNO_GRAPHIC (FN_EXTRA2 + 101)
599
600
#define FN_UNO_REPLACEMENT_GRAPHIC_URL (FN_EXTRA2 + 102)
601
#define FN_UNO_CELL_ROW_SPAN (FN_EXTRA2 + 103)
602
#define FN_UNO_TABLE_BORDER_DISTANCES (FN_EXTRA2 + 104)
603
#define FN_SPELL_GRAMMAR_DIALOG (FN_EXTRA2 + 105)
604
#define FN_UNO_STREAM_NAME (FN_EXTRA2 + 106)
605
#define FN_UNO_LIST_ID (FN_EXTRA2 + 107)
606
#define FN_UNO_REPLACEMENT_GRAPHIC (FN_EXTRA2 + 108)
607
608
#define FN_UNO_PARA_CONT_PREV_SUBTREE (FN_EXTRA2 + 109)
609
#define FN_UNO_PARA_NUM_STRING (FN_EXTRA2 + 110)
610
#define FN_UNO_TABLE_NAME (FN_EXTRA2 + 111)
611
#define FN_UNO_META (FN_EXTRA2 + 112)
612
#define FN_UNO_NESTED_TEXT_CONTENT (FN_EXTRA2 + 113)
613
614
/* Navigation buttons */
615
#define FN_NAVIGATION_BACK (FN_EXTRA2 + 115)
616
#define FN_NAVIGATION_FORWARD (FN_EXTRA2 + 116)
617
618
// #i972: bool items to be passed to SwFramePage for evaluation
619
#define FN_OLE_IS_MATH (FN_EXTRA2 + 114)
620
#define FN_MATH_BASELINE_ALIGNMENT (FN_EXTRA2 + 115)
621
622
#define FN_EMBEDDED_OBJECT (FN_EXTRA2 + 116)
623
#define FN_UNO_DRAW_ASPECT (FN_EXTRA2 + 117)
624
#define FN_UNO_HEADER_FIRST (FN_EXTRA2 + 118)
625
#define FN_UNO_FOOTER_FIRST (FN_EXTRA2 + 119)
626
#define FN_UNO_TABLE_BORDER2 (FN_EXTRA2 + 120)
627
628
// #define free (FN_EXTRA2 + 121)
629
#define FN_UNO_HIDDEN (FN_EXTRA2 + 122)
630
#define FN_UNO_STYLE_INTEROP_GRAB_BAG (FN_EXTRA2 + 123)
631
#define FN_UNO_TABLE_TEMPLATE_NAME (FN_EXTRA2 + 124)
632
#define FN_UNO_VISIBLE_AREA_WIDTH (FN_EXTRA2 + 125)
633
#define FN_UNO_VISIBLE_AREA_HEIGHT (FN_EXTRA2 + 126)
634
635
#define FN_UNO_TRANSFORMED_GRAPHIC (FN_EXTRA2 + 125)
636
637
// Area: Help
638
// Region: Traveling & Selection
639
#define FN_CHAR_LEFT (FN_SELECTION + 1 )
/* */
640
#define FN_CHAR_RIGHT (FN_SELECTION + 2 )
/* */
641
#define FN_LINE_UP (FN_SELECTION + 3 )
/* */
642
#define FN_LINE_DOWN (FN_SELECTION + 4 )
/* */
643
#define FN_START_OF_LINE (FN_SELECTION + 5 )
/* StartOfLine */
644
#define FN_END_OF_LINE (FN_SELECTION + 6 )
/* EndOfLine */
645
#define FN_START_OF_DOCUMENT (FN_SELECTION + 7 )
/* StartOfDocument */
646
#define FN_START_OF_NEXT_PAGE (FN_SELECTION + 9 )
/* StartOfNextPage ??? */
647
#define FN_END_OF_NEXT_PAGE (FN_SELECTION + 10)
/* ??? */
648
#define FN_START_OF_PREV_PAGE (FN_SELECTION + 11)
/* StartOfPrevPage ??? */
649
#define FN_END_OF_PREV_PAGE (FN_SELECTION + 12)
/* ??? */
650
#define FN_START_OF_PAGE (FN_SELECTION + 13)
/* StartOfPage */
651
#define FN_END_OF_PAGE (FN_SELECTION + 14)
/* EndOfPage */
652
#define FN_START_OF_COLUMN (FN_SELECTION + 17)
/* StartOfColumn */
653
#define FN_END_OF_COLUMN (FN_SELECTION + 18)
/* EndOfColumn */
654
#define FN_START_OF_PARA (FN_SELECTION + 19)
/* StartOfPara */
655
#define FN_END_OF_PARA (FN_SELECTION + 20)
/* EndOfPara */
656
#define FN_NEXT_WORD (FN_SELECTION + 21)
/* NextWord */
657
#define FN_PREV_WORD (FN_SELECTION + 22)
/* PrevWord */
658
#define FN_NEXT_SENT (FN_SELECTION + 23)
/* NextSentence */
659
#define FN_PREV_SENT (FN_SELECTION + 24)
/* PrevSentence */
660
#define FN_DELETE (FN_SELECTION + 25)
/* Delete */
661
#define FN_BACKSPACE (FN_SELECTION + 26)
/* Backspace */
662
#define FN_DELETE_SENT (FN_SELECTION + 27)
/* DeleteToEndOfSentence */
663
#define FN_DELETE_BACK_SENT (FN_SELECTION + 28)
/* DeleteToStartOfSentence */
664
#define FN_DELETE_WORD (FN_SELECTION + 29)
/* DeleteToEndOfWord */
665
#define FN_DELETE_BACK_WORD (FN_SELECTION + 30)
/* DeleteToStartOfWord */
666
#define FN_DELETE_LINE (FN_SELECTION + 31)
/* DeleteToEndOfLine */
667
#define FN_DELETE_BACK_LINE (FN_SELECTION + 32)
/* DeleteToStartOfLine */
668
#define FN_DELETE_PARA (FN_SELECTION + 33)
/* DeleteToEndOfPara */
669
#define FN_DELETE_BACK_PARA (FN_SELECTION + 34)
/* DeleteToStartOfPara */
670
#define FN_DELETE_WHOLE_LINE (FN_SELECTION + 35)
/* DeleteLine ??? */
671
#define FN_PAGEUP (FN_SELECTION + 37)
/* PageUpWithCursor */
672
#define FN_PAGEDOWN (FN_SELECTION + 38)
/* PageDownWithCursor */
673
#define FN_SET_ADD_MODE (FN_SELECTION + 39)
/* Selectionmode */
674
#define FN_SET_EXT_MODE (FN_SELECTION + 40)
/* Selectionmode */
675
#define FN_ESCAPE (FN_SELECTION + 41)
/* Normal */
676
#define FN_SHIFT_BACKSPACE (FN_SELECTION + 42)
/* like Backspace */
677
#define FN_SELECT_WORD (FN_SELECTION + 43)
/* select word*/
678
679
#define FN_GOTO_NEXT_OBJ (FN_SELECTION + 44)
/* Goto next object */
680
#define FN_GOTO_PREV_OBJ (FN_SELECTION + 45)
/* Go to previous object */
681
682
#define FN_START_TABLE (FN_SELECTION + 47)
/* to the beginning of the table */
683
#define FN_END_TABLE (FN_SELECTION + 48)
/* to the end of the table */
684
#define FN_NEXT_TABLE (FN_SELECTION + 49)
/* to the next table */
685
#define FN_PREV_TABLE (FN_SELECTION + 50)
/* to the previous table */
686
687
#define FN_START_OF_NEXT_COLUMN (FN_SELECTION + 51)
/* to the start of the next column */
688
#define FN_END_OF_NEXT_COLUMN (FN_SELECTION + 52)
/* to the end of the next column */
689
#define FN_START_OF_PREV_COLUMN (FN_SELECTION + 53)
/* to the start of the previous column */
690
#define FN_END_OF_PREV_COLUMN (FN_SELECTION + 54)
/* to the end of the previous column */
691
692
#define FN_FOOTNOTE_TO_ANCHOR (FN_SELECTION + 55)
/* from the footnote to the anchor */
693
#define FN_NEXT_FOOTNOTE (FN_SELECTION + 56)
/* to the next footnote */
694
#define FN_PREV_FOOTNOTE (FN_SELECTION + 57)
/* to the previous footnote */
695
696
#define FN_CNTNT_TO_NEXT_FRAME (FN_SELECTION + 58)
/* from content to the next frame */
697
#define FN_FRAME_TO_ANCHOR (FN_SELECTION + 59)
/* from frame to the anchor */
698
699
#define FN_TO_HEADER (FN_SELECTION + 60)
/* toggle between content and header */
700
#define FN_TO_FOOTER (FN_SELECTION + 61)
/* toggle between content and footer */
701
702
#define FN_IDX_MARK_TO_IDX (FN_SELECTION + 62)
/* from the index mark to the index */
703
704
#define FN_TO_FOOTNOTE_AREA (FN_SELECTION + 63)
/* jump into the appropriate footnote area */
705
706
#define FN_SET_BLOCK_MODE (FN_SELECTION + 64)
/* selection mode: block */
707
708
#define FN_PREV_PARA (FN_SELECTION + 74)
709
#define FN_NEXT_PARA (FN_SELECTION + 75)
710
711
#define FN_GOTO_NEXT_MARK (FN_SELECTION + 76)
/* Go to next marker */
712
#define FN_GOTO_PREV_MARK (FN_SELECTION + 77)
/* Go to previous marker */
713
714
#define FN_NEXT_TOXMARK (FN_SELECTION + 83)
/* to the next index mark */
715
#define FN_PREV_TOXMARK (FN_SELECTION + 84)
/* to the previous index mark */
716
#define FN_NEXT_TBLFML (FN_SELECTION + 85)
/* to the next table formula */
717
#define FN_PREV_TBLFML (FN_SELECTION + 86)
/* to the previous table formula */
718
#define FN_NEXT_TBLFML_ERR (FN_SELECTION + 87)
/* to the next broken table formula */
719
#define FN_PREV_TBLFML_ERR (FN_SELECTION + 88)
/* to the previous broken table formula */
720
721
#define FN_READONLY_SELECTION_MODE (FN_SELECTION + 89)
/* switches text selection mode in readonly documents*/
722
#define FN_SELECTION_MODE_DEFAULT (FN_SELECTION + 90)
/* use default selection mode - not block mode */
723
#define FN_SELECTION_MODE_BLOCK (FN_SELECTION + 91)
/* switch on block selection */
724
#define SID_JUMP_TO_SPECIFIC_PAGE (FN_SELECTION + 92)
725
#define SID_TRACK_CHANGES_BAR (FN_SELECTION + 93)
/* shows/hides track changes bar */
726
727
#define FN_SELECT_SENTENCE (FN_SELECTION + 94)
/* select paragraph*/
728
729
#define FN_TO_NEXT_PAGE (FN_SELECTION + 95)
730
#define FN_TO_PREV_PAGE (FN_SELECTION + 96)
731
732
// QUERY-Block
733
#define FN_TXTATR_INET (FN_QUERY +29)
/* INet-Attribute */
734
735
#define FN_GET_PRINT_AREA (FN_QUERY +32)
/* Get attribute for printable area of page */
736
#define FN_DB_CONNECTION_ANY (FN_QUERY2 + 3)
737
#define FN_DB_COLUMN_ANY (FN_QUERY2 + 4)
738
#define FN_DB_DATA_SOURCE_ANY (FN_QUERY2 + 5)
739
#define FN_DB_DATA_COMMAND_ANY (FN_QUERY2 + 6)
740
#define FN_DB_DATA_COMMAND_TYPE_ANY (FN_QUERY2 + 7)
741
#define FN_DB_DATA_COLUMN_NAME_ANY (FN_QUERY2 + 8)
742
#define FN_DB_DATA_SELECTION_ANY (FN_QUERY2 + 9)
743
#define FN_DB_DATA_CURSOR_ANY (FN_QUERY2 + 10)
744
745
// Region: Envelope
746
#define FN_ENVELOP (FN_ENVELP )
747
748
#define FN_DELETE_NOTE_AUTHOR (FN_NOTES+1)
749
#define FN_DELETE_ALL_NOTES (FN_NOTES+2)
750
#define FN_HIDE_NOTE (FN_NOTES+3)
751
#define FN_HIDE_NOTE_AUTHOR (FN_NOTES+4)
752
#define FN_HIDE_ALL_NOTES (FN_NOTES+5)
753
754
#define FN_DELETE_COMMENT (FN_NOTES+6)
755
#define FN_REPLY (FN_NOTES+7)
756
#define FN_FORMAT_ALL_NOTES (FN_NOTES+8)
757
#define FN_RESOLVE_NOTE (FN_NOTES+9)
758
#define FN_RESOLVE_NOTE_THREAD (FN_NOTES+10)
759
#define FN_DELETE_COMMENT_THREAD (FN_NOTES+11)
760
761
// Region: Parameter
762
#define FN_PARAM_MOVE_COUNT (FN_PARAM+2)
763
#define FN_PARAM_MOVE_SELECTION (FN_PARAM+3)
764
765
#define FN_PARAM_ADDPRINTER (FN_PARAM+18)
766
#define FN_PARAM_DOCDISP (FN_PARAM+20)
767
#define FN_PARAM_ELEM (FN_PARAM+21)
768
#define FN_PARAM_SWTEST (FN_PARAM+22)
769
770
#define FN_PARAM_FTN_INFO (FN_PARAM+23)
771
772
#define FN_PARAM_REGION_NAME (FN_PARAM+24)
773
#define FN_PARAM_REGION_CONDITION (FN_PARAM+25)
774
#define FN_PARAM_REGION_HIDDEN (FN_PARAM+26)
775
#define FN_PARAM_REGION_PROTECT (FN_PARAM+27)
776
#define FN_PARAM_REGION_EDIT_IN_READONLY (FN_PARAM+28)
777
778
#define FN_PARAM_INSERT_AFTER (FN_PARAM+29)
779
780
#define FN_PARAM_TABLE_NAME (FN_PARAM+44)
781
#define FN_PARAM_TABLE_HEADLINE (FN_PARAM+50)
782
#define FN_PARAM_TABLE_SPACE (FN_PARAM+51)
783
784
#define FN_PARAM_GRF_CONNECT (FN_PARAM+53)
785
#define FN_PARAM_FIELD_TYPE (FN_PARAM+54)
786
#define FN_PARAM_FIELD_SUBTYPE (FN_PARAM+56)
787
#define FN_PARAM_FIELD_FORMAT (FN_PARAM+57)
788
789
#define FN_PARAM_GRF_REALSIZE (FN_PARAM+70)
790
#define FN_PARAM_GRF_DIALOG (FN_PARAM+71)
791
#define FN_INET_FIELD_MACRO (FN_PARAM+77)
/* Id for URL-Field-Macros*/
792
793
#define FN_PARAM_PRINTER (FN_PARAM+78)
/* Printer */
794
#define FN_PARAM_STDFONTS (FN_PARAM+79)
/* ConfigItem Standardfonts */
795
796
#define FN_PARAM_WRTSHELL (FN_PARAM2)
/* SwWrtShell */
797
798
#define FN_COND_COLL (FN_PARAM2+1)
/* Item for conditional templates */
799
#define FN_PARAM_SELECTION (FN_PARAM2+2)
/* selected word for format/character/hyperlink */
800
801
#define FN_PARAM_ACT_NUMBER (FN_PARAM2+3)
/* PointerItem the current NumRule */
802
803
#define FN_PARAM_NUM_PRESET (FN_PARAM2+5)
/* predefined numbering */
804
805
#define FN_PARAM_SHADOWCURSOR (FN_PARAM2+8)
/* for ShadowCursor options */
806
807
#define FN_TEXT_RANGE (FN_PARAM2+12)
/* TextRange Property*/
808
809
#define FN_PARAM_CRSR_IN_PROTECTED (FN_PARAM2+13)
/* Cursor in protected areas */
810
#define FN_PARAM_TOX_TYPE (FN_PARAM2+14)
/* TOX type in tox dialog*/
811
#define FN_PARAM_LINK_DISPLAY_NAME (FN_PARAM2+15)
/* LinkDisplayName property*/
812
#define FN_PARAM_NUM_LEVEL (FN_PARAM2+16)
/* rtf filter*/
813
#define FN_PARAM_CONTOUR_PP (FN_PARAM2+17)
/* contour PolyPolygon*/
814
815
#define FN_ANCHOR_POSITION (FN_PARAM2+18)
/* AnchorPosition property */
816
#define FN_DROP_TEXT (FN_PARAM2+18)
/* text set in drop caps tab page - for recording */
817
#define FN_DROP_CHAR_STYLE_NAME (FN_PARAM2+19)
/* character style of drop caps - for recording */
818
#define FN_PARAM_CHAIN_PREVIOUS (FN_PARAM2+20)
/* Name of frame to be added as chain successor */
819
#define FN_PARAM_CHAIN_NEXT (FN_PARAM2+21)
/* Name of frame to be added as chain predecessor */
820
#define FN_PARAM_DATABASE_PROPERTIES (FN_PARAM2+22)
/* transport a Sequence<PropertyValue> containing database properties*/
821
#define FN_SHAPE_TRANSFORMATION_IN_HORI_L2R (FN_PARAM2+23)
822
#define FN_SHAPE_POSITION_LAYOUT_DIR (FN_PARAM2+24)
823
#define FN_SHAPE_STARTPOSITION_IN_HORI_L2R (FN_PARAM2+25)
824
#define FN_SHAPE_ENDPOSITION_IN_HORI_L2R (FN_PARAM2+26)
825
#define FN_PARAM_PAM (FN_PARAM2+27)
/* Point and Mark */
826
#define FN_TEXT_BOX (FN_PARAM2+28)
/* TextBox Property*/
827
#define FN_BOOKMARK_HIDDEN (FN_PARAM2+29)
/* Hidden Property of bookmarks*/
828
#define FN_BOOKMARK_CONDITION (FN_PARAM2+30)
/* Condition Property of bookmarks*/
829
830
// Status: not more than 19!
831
#define FN_STAT_PAGE (FN_STAT + 1)
832
#define FN_STAT_TEMPLATE (FN_STAT + 2)
833
#define FN_STAT_ZOOM (FN_STAT + 3)
834
#define FN_STAT_SELMODE (FN_STAT + 5)
835
#define FN_STAT_BOOKMARK (FN_STAT + 8)
/* For Popup Bookmarks*/
836
#define FN_STAT_WORDCOUNT (FN_STAT + 9)
837
838
// Region: Page preview
839
#define FN_SHOW_TWO_PAGES (FN_PGPREVIEW + 1)
840
#ifndef FN_SHOW_MULTIPLE_PAGES
841
#define FN_SHOW_MULTIPLE_PAGES (FN_PGPREVIEW + 2)
842
#endif
843
#define FN_PRINT_PAGEPREVIEW (FN_PGPREVIEW + 3)
844
#define FN_CLOSE_PAGEPREVIEW (FN_PGPREVIEW + 4)
845
#define FN_SHOW_BOOKVIEW (FN_PGPREVIEW + 5)
846
#define FN_SHOW_SINGLE_PAGE (FN_PGPREVIEW + 6)
847
848
// Region: Setting Attributes
849
#define FN_OPAQUE (FN_FRAME + 1)
850
#define FN_SET_PROTECT (FN_FRAME + 2)
851
#define FN_SURROUND (FN_FRAME + 3)
852
#define FN_VERT_ORIENT (FN_FRAME + 4)
853
#define FN_HORI_ORIENT (FN_FRAME + 5)
854
#define FN_SET_FRM_NAME (FN_FRAME + 6)
855
#define FN_KEEP_ASPECT_RATIO (FN_FRAME + 7)
856
857
#define FN_SET_FRM_ALT_NAME (FN_FRAME + 18)
858
#define FN_UNO_TITLE (FN_FRAME + 19)
859
#define FN_UNO_DESCRIPTION (FN_FRAME + 20)
860
861
#define SID_ATTR_PAGE_COLUMN (FN_SIDEBAR + 0)
862
#define SID_ATTR_PAGE_HEADER (FN_SIDEBAR + 3)
863
#define SID_ATTR_PAGE_HEADER_LRMARGIN (FN_SIDEBAR + 4)
864
#define SID_ATTR_PAGE_HEADER_SPACING (FN_SIDEBAR + 5)
865
#define SID_ATTR_PAGE_HEADER_LAYOUT (FN_SIDEBAR + 6)
866
#define SID_ATTR_PAGE_FOOTER (FN_SIDEBAR + 7)
867
#define SID_ATTR_PAGE_FOOTER_LRMARGIN (FN_SIDEBAR + 8)
868
#define SID_ATTR_PAGE_FOOTER_SPACING (FN_SIDEBAR + 9)
869
#define SID_ATTR_PAGE_FOOTER_LAYOUT (FN_SIDEBAR + 10)
870
#define SID_ATTR_PAGE_MARGIN (FN_SIDEBAR + 11)
871
872
#define SID_INSPECTOR_DECK (FN_SIDEBAR + 13)
873
874
//Member IDs for Fill / SetVariable of items
875
#define MID_STYLE 0xe0
876
#define MID_PWIDTH 0xe1
877
#define MID_ADJUST 0xe2
878
#define MID_TDIST 0xe3
879
#define MID_BDIST 0xe4
880
#define MID_LINES 0xe5
881
#define MID_CHARS 0xe6
882
#define MID_DIST 0xe7
883
884
#define MID_1 0xe8
885
#define MID_2 0xe9
886
#define MID_3 0xea
887
#define MID_4 0xeb
888
#define MID_5 0xec
889
#define MID_6 0xed
890
#define MID_7 0xee
891
#define MID_8 0xef
892
#define MID_9 0xf0
893
#define MID_A 0xf1
894
#define MID_B 0xf2
895
#define MID_C 0xf3
896
#define MID_D 0xf4
897
#define MID_E 0xf5
898
#define MID_F 0xf6
899
#define MID_10 0xf7
900
#define MID_11 0xf8
901
#define MID_12 0xf9
902
#define MID_13 0xfa
903
904
#endif // INCLUDED_SW_INC_CMDID_H
905
906
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated on Sat Feb 27 2021 02:39:10 for LibreOffice Module sw (master) by
1.8.10