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 .
20 #ifndef INCLUDED_SW_INC_CMDID_H
21 #define INCLUDED_SW_INC_CMDID_H
23 #include <sfx2/sfxsids.hrc>
24 #include <svx/svxids.hrc>
25 #include <svl/solar.hrc>
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)
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
57 #define FN_UNO_RANGE_BEGIN FN_FORMAT2
58 #define FN_UNO_RANGE_END (FN_PARAM2 + 199)
61 #define FN_NEW_GLOBAL_DOC (FN_FILE + 4 ) /* Create Global Document */
62 #define FN_OPEN_FILE (FN_FILE + 7 ) /* Open */
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 */
67 #define FN_NEW_HTML_DOC (FN_FILE + 40 ) /* Create HTML document */
70 #define FN_EDIT_FIELD (FN_EDIT + 4 ) /* Edit field */
71 #define FN_EDIT_LINK_DLG (FN_EDIT + 9 ) /* Edit link dialog */
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)
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 */
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 */
98 #define FN_NUM_OR_NONUM (FN_EDIT + 46) /* Number on/off */
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 */
103 #define FN_REPEAT_SEARCH (FN_EDIT + 50) /* Search again */
105 #define FN_REPAGINATE (FN_EDIT + 61) /* Force repagination */
106 #define FN_EDIT_FOOTNOTE (FN_EDIT + 62) /* Edit footnote */
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*/
112 // already defined in SVX
113 #define FN_NEXT_BOOKMARK (FN_EDIT + 68) /* */
114 #define FN_PREV_BOOKMARK (FN_EDIT + 69) /* */
116 #define FN_PAGENUMBER (FN_EDIT + 80) /**/
118 #define FN_SELECT_PARA (FN_EDIT + 97) /* select paragraph*/
120 #define FN_UPDATE_ALL_LINKS (FN_EDIT2 + 24) /* update all links */
122 #define FN_REDLINE_SHOW (FN_EDIT2 + 26) /* show Redlining */
123 #define FN_REDLINE_COMMENT (FN_EDIT2 + 27) /* comment Redlining */
125 #define FN_UPDATE_ALL (FN_EDIT2 + 28) /* FN_UPDATE_ALL_LINKS,
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 */
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*/
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*/
149 #define FN_REFRESH_VIEW (FN_VIEW + 1) /* Refresh/Redraw */
151 #define FN_DRAW_WRAP_DLG (FN_VIEW + 3) /* Draw wrapping dlg */
152 #define FN_RULER (FN_VIEW + 11) /* Horizontal ruler */
154 #define FN_VIEW_GRAPHIC (FN_VIEW + 13) /* View graphic */
155 #define FN_VIEW_BOUNDS (FN_VIEW + 14) /* View bounds */
156 #define FN_VIEW_FIELDS (FN_VIEW + 15) /* View fields */
157 #define FN_VLINEAL (FN_VIEW + 16) /* Vertical Liner */
158 #define FN_VSCROLLBAR (FN_VIEW + 17) /* Vertical Scrollbar */
159 #define FN_HSCROLLBAR (FN_VIEW + 18) /* Horizontal Scrollbar */
161 #define FN_VIEW_META_CHARS (FN_VIEW + 24) /* View meta chars */
162 #define FN_VIEW_MARKS (FN_VIEW + 25) /* View marks */
163 #define FN_VIEW_FIELDNAME (FN_VIEW + 26) /* View field names */
164 #define FN_VIEW_TABLEGRID (FN_VIEW + 27) /* View tablegrid */
166 #define FN_SET_PAGE (FN_VIEW + 29) /* Set page template to paragraph */
168 #define FN_PRINT_LAYOUT (FN_VIEW + 37) /* print layout */
170 #define FN_SCROLL_NAVIGATION (FN_VIEW + 40) /* Navigation Controller */
172 #define FN_VIEW_HIDDEN_PARA (FN_VIEW + 42) /* View hidden paragraphs */
173 #define FN_VIEW_SMOOTH_SCROLL (FN_VIEW + 43)
175 #define FN_PREVIEW_ZOOM (FN_VIEW + 51) /* create table controller for zoom */
177 #define FN_SET_MODOPT_TBLNUMFMT (FN_VIEW + 52) /* Number recognition in tables */
178 #define FN_HSCROLL_METRIC (FN_VIEW + 53) /* Metric horizontal scrollbar */
179 #define FN_VSCROLL_METRIC (FN_VIEW + 54) /* Metric vertical scrollbar */
181 #define FN_NAV_ELEMENT (FN_VIEW + 55) /* Navigate By drop down controller */
182 #define FN_SCROLL_PREV (FN_VIEW + 57) /* uno:ScrollToPrevious */
183 #define FN_SCROLL_NEXT (FN_VIEW + 58) /* uno:ScrollToNext */
184 #define FN_VIEW_HIDE_WHITESPACE (FN_VIEW + 59) /* Hide header, footer, and pagebreak */
185 #define FN_SHOW_INLINETOOLTIPS (FN_VIEW + 60) /* Show tooltips for tracked changes */
186 #define FN_USE_HEADERFOOTERMENU (FN_VIEW + 61) /* Show advanced header/footer menu */
187 #define FN_VIEW_SHOW_WHITESPACE (FN_VIEW + 62) /* Show header, footer, and pagebreak */
189 #define FN_SHOW_OUTLINECONTENTVISIBILITYBUTTON (FN_VIEW + 63) /* Show outline content visibility toggle button */
190 #define FN_TOGGLE_OUTLINE_CONTENT_VISIBILITY (FN_VIEW + 64)
191 #define FN_SHOW_CHANGES_IN_MARGIN (FN_VIEW + 65) /* Show tracked deletions in margin */
194 #define FN_INSERT_BOOKMARK (FN_INSERT + 2 ) /* Bookmark */
196 #define FN_INSERT_BREAK_DLG (FN_INSERT + 4 ) /* Break */
197 #define FN_INSERT_COLUMN_BREAK (FN_INSERT + 5 ) /* Column break */
198 #define FN_INSERT_FIELD (FN_INSERT + 8 ) /* Textcommand */
199 #define FN_CHANGE_DBFIELD (FN_INSERT + 9 ) /* Change the database field */
201 #define FN_INSERT_CAPTION (FN_INSERT + 10) /* Caption */
202 #define FN_INSERT_DBFIELD (FN_INSERT + 11) /* Insert database field - for recording */
203 #define FN_INSERT_FOOTNOTE_DLG (FN_INSERT + 12) /* Footnote Dialog */
205 #define FN_INSERT_REF_FIELD (FN_INSERT + 13) /* Insert Reference Field */
207 #define FN_INSERT_HYPERLINK (FN_INSERT + 14) /* Character dialogue / hyperlink page */
209 #define FN_INSERT_LINEBREAK (FN_INSERT + 18) /* Newline */
210 #define FN_INSERT_FIELD_DATA_ONLY (FN_INSERT + 19) /* Field dialog for mail merge*/
211 #define FN_INSERT_OBJECT_DLG (FN_INSERT + 22) /* Object */
212 #define FN_INSERT_PAGEBREAK (FN_INSERT + 23) /* Page break*/
213 #define FN_POSTIT (FN_INSERT + 29) /* Insert/edit PostIt */
214 #define FN_INSERT_TABLE (FN_INSERT + 30) /* Insert Table */
215 #define FN_INSERT_STRING (FN_INSERT+31)
216 #define FN_INSERT_FRAME_INTERACT (FN_INSERT + 33) /* Insert interactive frame */
217 #define FN_INSERT_FRAME (FN_INSERT + 34) /* Insert Frame */
219 #define FN_INSERT_IDX_ENTRY_DLG (FN_INSERT + 35) /* insert index entry */
220 #define FN_INSERT_FRAME_INTERACT_NOCOL (FN_INSERT + 36) /*insert interactive non column frame*/
222 #define FN_TOOL_ANCHOR_PAGE (FN_INSERT + 50) /* anchor Draw object to page */
223 #define FN_TOOL_ANCHOR_PARAGRAPH (FN_INSERT + 51) /* anchor Draw object to paragraph */
224 #define FN_TOOL_HIERARCHIE (FN_INSERT + 52) /* change hierarchy */
226 #define FN_MAILMERGE_WIZARD (FN_INSERT + 64) /* mail merge wizard */
227 #define FN_TOOL_ANCHOR_FRAME (FN_INSERT + 66) /* anchor Draw-Object to frame*/
228 #define FN_QRY_MERGE (FN_INSERT + 67) /* insert record (serial letter) */
229 #define FN_INSERT_SMA (FN_INSERT + 69) /* insert StarMath */
231 #define FN_MAILMERGE_FIRST_ENTRY (FN_INSERT + 70) /* mail merge toolbar - go to the first entry */
232 #define FN_MAILMERGE_PREV_ENTRY (FN_INSERT + 71) /* mail merge toolbar - go to the previous entry */
233 #define FN_MAILMERGE_NEXT_ENTRY (FN_INSERT + 72) /* mail merge toolbar - go to the next entry */
234 #define FN_MAILMERGE_LAST_ENTRY (FN_INSERT + 73) /* mail merge toolbar - go to the next entry */
235 #define FN_MAILMERGE_CURRENT_ENTRY (FN_INSERT + 74) /* mail merge toolbar - show or change the current entry */
236 #define FN_MAILMERGE_EXCLUDE_ENTRY (FN_INSERT + 75) /* mail merge toolbar - checkbox to exclude the current entry */
238 #define FN_DRAWTEXT_ATTR_DLG (FN_INSERT + 76) /* position DrawText */
240 #define FN_MAILMERGE_CREATE_DOCUMENTS (FN_INSERT + 77) /* mail merge toolbar - create the merged document */
241 #define FN_MAILMERGE_SAVE_DOCUMENTS (FN_INSERT + 78) /* mail merge toolbar - save merged documents */
242 #define FN_MAILMERGE_PRINT_DOCUMENTS (FN_INSERT + 79) /* mail merge toolbar - print merged documents */
243 #define FN_MAILMERGE_EMAIL_DOCUMENTS (FN_INSERT + 80) /* mail merge toolbar - email merged documents */
245 #define FN_TOOL_ANCHOR_CHAR (FN_INSERT + 84) /* anchor Draw object to character */
247 #define FN_QRY_INSERT (FN_INSERT + 86) /* insert record selection in to text */
248 #define FN_QRY_MERGE_FIELD (FN_INSERT + 87) /* insert record selection into fields */
249 #define FN_QRY_INSERT_FIELD (FN_INSERT + 88) /* insert database field */
251 #define FN_INSERT_CTRL (FN_INSERT + 89) /* toolbar controller insert*/
252 #define FN_INSERT_OBJ_CTRL (FN_INSERT + 90) /* toolbar controller (insert/object) */
253 #define FN_INSERT_FIELD_CTRL (FN_INSERT + 91) /* toolbar controller insert/field commands */
255 #define FN_INSERT_FLD_DATE (FN_INSERT + 92)
256 #define FN_INSERT_FLD_TIME (FN_INSERT + 93)
257 #define FN_INSERT_FLD_PGNUMBER (FN_INSERT + 94)
258 #define FN_INSERT_FLD_PGCOUNT (FN_INSERT + 95)
259 #define FN_INSERT_FLD_TOPIC (FN_INSERT + 96)
260 #define FN_INSERT_FLD_TITLE (FN_INSERT + 97)
261 #define FN_INSERT_FLD_AUTHOR (FN_INSERT + 98)
262 #define FN_INSERT_FOOTNOTE (FN_INSERT + 99)
264 #define FN_SET_REMINDER (FN_INSERT + 100)
266 // Region: Paste (Part 2)
267 #define FN_MAILMERGE_SENDMAIL_CHILDWINDOW (FN_INSERT2 + 5) /* child window provided by mailmerge */
269 #define FN_SBA_BRW_UPDATE (FN_INSERT2 + 7) /* insert records into fields */
270 #define FN_SBA_BRW_INSERT (FN_INSERT2 + 8) /* insert records into text */
271 #define FN_SBA_BRW_MERGE (FN_INSERT2 + 9) /* serial letter print */
272 #define FN_JAVAEDIT (FN_INSERT2 + 10) /* edit script field */
273 #define FN_TOOL_ANCHOR_AT_CHAR (FN_INSERT2 + 12) /* anchor object to character*/
275 #define FN_INSERT_PAGEHEADER (FN_INSERT2 + 13) /* insert default header */
276 #define FN_INSERT_PAGEFOOTER (FN_INSERT2 + 14) /* insert default footer */
278 #define FN_INSERT_ENDNOTE (FN_INSERT2 + 18) /* insert endnote*/
279 #define FN_INSERT_REGION (FN_INSERT2 + 19) /* Insert section */
281 #define FN_INSERT_MULTI_TOX (FN_INSERT2 + 20) /* insert any TOX */
282 #define FN_INSERT_AUTH_ENTRY_DLG (FN_INSERT2 + 21) /* insert entry for table of authorities*/
284 // MSO legacy form fields
285 #define FN_INSERT_TEXT_FORMFIELD (FN_INSERT2 + 22)
286 #define FN_INSERT_CHECKBOX_FORMFIELD (FN_INSERT2 + 23)
287 #define FN_INSERT_DROPDOWN_FORMFIELD (FN_INSERT2 + 24)
289 // MSO content controls
290 #define FN_INSERT_DATE_FORMFIELD (FN_INSERT2 + 25)
292 #define FN_PROTECT_FIELDS (FN_INSERT2 + 26)
293 #define FN_PROTECT_BOOKMARKS (FN_INSERT2 + 27)
295 // clipboard table content
296 #define FN_PASTE_NESTED_TABLE (FN_INSERT2 + 30) /* instead of the cell-by-cell copy between source and target tables */
297 #define FN_TABLE_PASTE_ROW_BEFORE (FN_INSERT2 + 31) /* paste table as new table rows */
298 #define FN_TABLE_PASTE_COL_BEFORE (FN_INSERT2 + 32) /* paste table as new table columns */
301 #define FN_AUTOFORMAT_APPLY (FN_FORMAT + 1 ) /* apply autoformat options */
302 #define FN_AUTOFORMAT_AUTO (FN_FORMAT + 2 ) /* apply autoformat during user input */
303 #define FN_GROW_FONT_SIZE (FN_FORMAT + 3 ) /* size */
304 #define FN_SHRINK_FONT_SIZE (FN_FORMAT + 4 ) /* size */
305 #define FN_AUTOFORMAT_REDLINE_APPLY (FN_FORMAT + 5 ) /* apply autoformat with Redlining */
306 #define FN_SET_SUPER_SCRIPT (FN_FORMAT + 11) /* superscript */
307 #define FN_SET_SUB_SCRIPT (FN_FORMAT + 12) /* subscript */
308 #define FN_SET_SMALL_CAPS (FN_FORMAT + 13) /* small caps */
310 #define FN_FORMAT_PAGE_SETTING_DLG (FN_FORMAT + 42) /* */
311 #define FN_NUM_FORMAT_TABLE_DLG (FN_FORMAT + 45) /* number format in table */
312 #define FN_FORMAT_BORDER_DLG (FN_FORMAT + 48) /* */
313 #define FN_FORMAT_PAGE_COLUMN_DLG (FN_FORMAT + 49) /* columns per page */
314 #define FN_FORMAT_BACKGROUND_DLG (FN_FORMAT + 50) /* background */
315 #define FN_FORMAT_PAGE_DLG (FN_FORMAT + 52) /* page */
316 #define FN_FORMAT_COLUMN (FN_FORMAT + 53) /* columns */
317 #define FN_FORMAT_DROPCAPS (FN_FORMAT + 54) /* initials */
318 #define FN_FORMAT_FRAME_DLG (FN_FORMAT + 56) /* frame */
319 #define FN_FORMAT_GRAFIC_DLG (FN_FORMAT + 58) /* graphic */
320 #define FN_FORMAT_TABLE_DLG (FN_FORMAT + 60) /* table */
322 #define FN_UPDATE_STYLE_BY_EXAMPLE (FN_FORMAT + 63) /* update style */
323 #define FN_FORMAT_FOOTNOTE_DLG (FN_FORMAT + 68) /* footnote dialog */
324 #define FN_FORMAT_CURRENT_FOOTNOTE_DLG (FN_FORMAT + 64) /* Contextual footnote dialog */
326 #define FN_FRAME_NOWRAP (FN_FORMAT + 72)
327 #define FN_FRAME_WRAP (FN_FORMAT + 73)
328 #define FN_FRAME_WRAPTHRU (FN_FORMAT + 74)
330 #define FN_FRAME_ALIGN_HORZ_LEFT (FN_FORMAT + 75)
331 #define FN_FRAME_ALIGN_HORZ_RIGHT (FN_FORMAT + 76)
332 #define FN_FRAME_ALIGN_HORZ_CENTER (FN_FORMAT + 77)
333 #define FN_FRAME_ALIGN_VERT_TOP (FN_FORMAT + 78)
334 #define FN_FRAME_ALIGN_VERT_BOTTOM (FN_FORMAT + 79)
335 #define FN_FRAME_ALIGN_VERT_CENTER (FN_FORMAT + 80)
337 #define FN_SET_FRM_POSITION (FN_FORMAT + 82)/* frame position -- " -- */
339 #define FN_SET_PAGE_STYLE (FN_FORMAT + 93) /* apply page style */
341 #define FN_FORMAT_TITLEPAGE_DLG (FN_FORMAT + 98) /* Title Page */
343 #define FN_TABLE_REP (FN_FORMAT + 99) /* TableRepresentation */
344 #define FN_CONVERT_TEXT_TABLE (FN_FORMAT + 100) /* convert text <-> table */
345 #define FN_TABLE_INSERT_ROW (FN_FORMAT + 101) /* */
346 #define FN_TABLE_INSERT_COL (FN_FORMAT + 102) /* */
347 #define FN_TABLE_DELETE_ROW (FN_FORMAT + 103) /* */
348 #define FN_TABLE_DELETE_COL (FN_FORMAT + 104) /* */
349 #define FN_TABLE_SPLIT_CELLS (FN_FORMAT + 105) /* */
350 #define FN_TABLE_MERGE_CELLS (FN_FORMAT + 106) /* */
351 #define FN_TABLE_SET_ROW_HEIGHT (FN_FORMAT + 107) /* */
352 #define FN_TABLE_SET_COL_WIDTH (FN_FORMAT + 108) /* */
353 #define FN_TABLE_INSERT_ROW_AFTER (FN_FORMAT + 109) /* */
354 #define FN_OPTIMIZE_TABLE (FN_FORMAT + 110) /* ToolBoxItem for optimizing tables */
355 #define FN_TABLE_INSERT_ROW_BEFORE (FN_FORMAT + 111) /* */
356 #define FN_TABLE_INSERT_COL_BEFORE (FN_FORMAT + 112) /* */
357 #define FN_TABLE_SELECT_ROW (FN_FORMAT + 113) /* */
358 #define FN_TABLE_SELECT_COL (FN_FORMAT + 114) /* */
359 #define FN_TABLE_SELECT_ALL (FN_FORMAT + 115) /* */
360 #define FN_TABLE_INSERT_COL_AFTER (FN_FORMAT + 116) /* */
361 #define FN_TABLE_SET_READ_ONLY_CELLS (FN_FORMAT + 117) /* protect table cells */
362 #define FN_TABLE_UNSET_READ_ONLY_CELLS (FN_FORMAT + 119) /* undo table cell protection */
363 #define FN_TABLE_HEADLINE_REPEAT (FN_FORMAT + 120) /* also used in SwXTextTable*/
364 #define FN_TABLE_ADJUST_CELLS (FN_FORMAT + 121) /* */
366 #define FN_FRAME_UP (FN_FORMAT + 122) /* frame by one level up */
367 #define FN_FRAME_DOWN (FN_FORMAT + 123) /* frame by one level down */
369 #define FN_TABLE_OPTIMAL_HEIGHT (FN_FORMAT + 128) /* optimal cell height */
370 #define FN_TABLE_DELETE_TABLE (FN_FORMAT + 129) /* remove current table*/
371 #define FN_TABLE_SELECT_CELL (FN_FORMAT + 130) /* selects the current table cell */
372 #define FN_CONVERT_TEXT_TO_TABLE (FN_FORMAT + 131) /* convert selected text to table */
373 #define FN_CONVERT_TABLE_TO_TEXT (FN_FORMAT + 132) /* convert a table to text */
374 #define FN_TABLE_SORT_DIALOG (FN_FORMAT + 133) /* sorting in tables*/
376 // Region: Page Template
377 #define FN_PAGE_STYLE_SET_LR_MARGIN (FN_FORMAT + 130) /* left / right margin */
378 #define FN_PAGE_STYLE_SET_UL_MARGIN (FN_FORMAT + 131) /* upper / lower margin */
379 #define FN_PAGE_STYLE_SET_PAPER_SIZE (FN_FORMAT + 135) /* */
380 #define FN_PAGE_STYLE_SET_PAPER_BIN (FN_FORMAT + 136) /* paper tray */
381 #define FN_PAGE_STYLE_SET_NUMBER_FORMAT (FN_FORMAT + 137) /* */
382 #define FN_PAGE_STYLE_SET_COLS (FN_FORMAT + 138) /* number of columns */
384 /* these Ids are only required by Help and are replaced by the Ids without _DLG
386 #define FN_TABLE_INSERT_COL_DLG (FN_FORMAT + 142) /* */
387 #define FN_TABLE_INSERT_ROW_DLG (FN_FORMAT + 143) /* */
389 #define FN_GOTO_NEXT_CELL (FN_FORMAT + 145) /* Table: go to next cell */
390 #define FN_GOTO_PREV_CELL (FN_FORMAT + 146) /* Table: go to previous cell */
392 #define FN_TABLE_HEADLINE_COUNT (FN_FORMAT + 147) /* number of repeated headlines of tables */
395 #define FN_FORMULA_CALC (FN_FORMAT + 156) /* select formula */
396 #define FN_FORMULA_CANCEL (FN_FORMAT + 157) /* don't apply formula */
397 #define FN_FORMULA_APPLY (FN_FORMAT + 158) /* apply formula */
398 #define FN_TABLE_UNSET_READ_ONLY (FN_FORMAT + 159) /* undo cell protection for table */
400 #define FN_FRAME_WRAP_IDEAL (FN_FORMAT + 162) /* frame ideal wrapping */
401 #define FN_FRAME_WRAPTHRU_TOGGLE (FN_FORMAT + 163) /* toggle frame transparent wrapping */
402 #define FN_FRAME_WRAPTHRU_TRANSP (FN_FORMAT + 164) /* frame transparent wrapping */
404 #define FN_FRAME_ALIGN_VERT_ROW_TOP (FN_FORMAT + 165) /* */
405 #define FN_FRAME_ALIGN_VERT_ROW_BOTTOM (FN_FORMAT + 166) /* */
406 #define FN_FRAME_ALIGN_VERT_ROW_CENTER (FN_FORMAT + 167) /* */
408 #define FN_FRAME_ALIGN_VERT_CHAR_TOP (FN_FORMAT + 168) /* */
409 #define FN_FRAME_ALIGN_VERT_CHAR_BOTTOM (FN_FORMAT + 169) /* */
410 #define FN_FRAME_ALIGN_VERT_CHAR_CENTER (FN_FORMAT + 170) /* */
412 #define FN_FRAME_WRAP_LEFT (FN_FORMAT + 172) /* */
413 #define FN_FRAME_WRAP_RIGHT (FN_FORMAT + 173) /* */
415 #define FN_WRAP_ANCHOR_ONLY (FN_FORMAT + 181) /* wrap only for first paragraph */
417 #define FN_TABLE_BALANCE_CELLS (FN_FORMAT + 182) /* evenly distribute columns */
418 #define FN_TABLE_BALANCE_ROWS (FN_FORMAT + 183) /* evenly distribute rows */
420 #define FN_FRAME_WRAP_CONTOUR (FN_FORMAT + 184) /* */
422 // +185..+187 removed in favor of corresponding globally available slot
424 #define FN_TABLE_SET_VERT_ALIGN (FN_FORMAT + 188) /* vertical alignment in Writer table cells */
425 #define FN_TABLE_MODE_FIX (FN_FORMAT + 189) /* table mode */
426 #define FN_TABLE_MODE_FIX_PROP (FN_FORMAT + 190) /* -"- */
427 #define FN_TABLE_MODE_VARIABLE (FN_FORMAT + 191) /* -"- */
428 #define FN_TABLE_BOX_TEXTORIENTATION (FN_FORMAT + 192) /* text orientation of table cells */
429 #define SID_ATTR_TABLE_ROW_HEIGHT (FN_FORMAT + 193)
430 #define SID_ATTR_TABLE_COLUMN_WIDTH (FN_FORMAT2 + 194)
432 #define FN_TABLE_AUTOSUM (FN_FORMAT + 195) /* */
434 #define FN_GOTO_NEXT_REGION (FN_FORMAT2 + 9) /* */
435 #define FN_GOTO_PREV_REGION (FN_FORMAT2 + 10) /* */
437 #define FN_ABSTRACT_NEWDOC (FN_FORMAT2 + 12) /* abstract in new document */
438 #define FN_ABSTRACT_STARIMPRESS (FN_FORMAT2 + 13) /* abstract to StarImpress */
440 #define FN_NAME_SHAPE (FN_FORMAT2 + 14) /* Name shapes */
442 #define FN_TITLE_DESCRIPTION_SHAPE (FN_FORMAT2 + 15) /* shape title and description */
444 #define FN_NUMBER_FORMAT (FN_FORMAT2 + 120) /* set Boxes/NumberFormatter */
445 #define FN_NUMBER_STANDARD (FN_FORMAT2 + 121)
446 #define FN_NUMBER_TWODEC (FN_FORMAT2 + 123)
447 #define FN_NUMBER_SCIENTIFIC (FN_FORMAT2 + 124)
448 #define FN_NUMBER_DATE (FN_FORMAT2 + 125)
449 #define FN_NUMBER_TIME (FN_FORMAT2 + 126)
450 #define FN_NUMBER_CURRENCY (FN_FORMAT2 + 127)
451 #define FN_NUMBER_PERCENT (FN_FORMAT2 + 128)
453 #define FN_FRAME_CHAIN (FN_FORMAT2 + 136)
454 #define FN_FRAME_UNCHAIN (FN_FORMAT2 + 137)
456 #define FN_NUMBER_NEWSTART (FN_FORMAT2 + 138)
457 #define FN_NUMBER_NEWSTART_AT (FN_FORMAT2 + 139)
459 #define FN_FRAME_MIRROR_ON_EVEN_PAGES (FN_FORMAT2 + 140)
460 #define FN_GRAPHIC_MIRROR_ON_EVEN_PAGES (FN_FORMAT2 + 141)
462 #define FN_TABLE_SPLIT_TABLE (FN_FORMAT2 + 142)
463 #define FN_SYNC_LABELS (FN_FORMAT2 + 143)
465 #define FN_FORMAT_LINENUMBER (FN_FORMAT2 + 144)
467 #define FN_TABLE_RELATIVE_WIDTH (FN_FORMAT2 + 147) /* UNO */
468 #define FN_TABLE_WIDTH (FN_FORMAT2 + 148) /* UNO */
469 #define FN_TABLE_IS_RELATIVE_WIDTH (FN_FORMAT2 + 149) /* UNO */
471 #define FN_INC_INDENT_OFFSET (FN_FORMAT2 + 150)
472 #define FN_DEC_INDENT_OFFSET (FN_FORMAT2 + 151)
474 #define FN_TABLE_MERGE_TABLE (FN_FORMAT2 + 152)
475 #define FN_TABLE_ROW_SPLIT (FN_FORMAT2 + 153)
477 #define FN_FORMAT_APPLY_HEAD1 (FN_FORMAT2 + 154)
478 #define FN_FORMAT_APPLY_HEAD2 (FN_FORMAT2 + 155)
479 #define FN_FORMAT_APPLY_HEAD3 (FN_FORMAT2 + 156)
480 #define FN_FORMAT_APPLY_DEFAULT (FN_FORMAT2 + 157)
481 #define FN_FORMAT_APPLY_TEXTBODY (FN_FORMAT2 + 158)
482 #define FN_REMOVE_DIRECT_CHAR_FORMATS (FN_FORMAT2 + 159)
484 #define FN_MOVE_TABSTOP (FN_FORMAT2 + 160)
487 #define FN_LINE_NUMBERING_DLG (FN_EXTRA + 2 ) /* */
488 #define FN_HYPHENATE_OPT_DLG (FN_EXTRA + 5 ) /* */
489 #define FN_ADD_UNKNOWN (FN_EXTRA + 6 ) /* learn words */
490 #define FN_NUMBERING_OUTLINE_DLG (FN_EXTRA + 12) /* */
491 #define FN_SORTING_DLG (FN_EXTRA + 14) /* */
492 #define FN_CALCULATE (FN_EXTRA + 15) /* */
493 #define FN_GLOSSARY_DLG (FN_EXTRA + 20) /* text building blocks */
495 #define FN_EXPAND_GLOSSARY (FN_EXTRA + 28) /* expand text building blocks */
496 #define FN_CHANGE_PAGENUM (FN_EXTRA + 34) /* change page numbers*/
497 #define FN_ADD_TEXT_BOX (FN_EXTRA + 35) /* add text box to draw shape */
498 #define FN_REMOVE_TEXT_BOX (FN_EXTRA + 36) /* remove text box of draw shape */
502 #define FN_AUTO_CORRECT (FN_EXTRA + 49 ) /* Autocorrect from Basic */
504 #define FN_UPDATE_TOX (FN_EXTRA + 53) /* update all indices */
505 #define FN_UPDATE_CUR_TOX (FN_EXTRA + 54) /* update current index */
506 #define FN_REMOVE_CUR_TOX (FN_EXTRA + 55) /* remove the current TOX*/
508 #define FN_GOTO_PAGE (FN_EXTRA + 59 ) /* goto page */
510 #define FN_COLL_TYPE (FN_EXTRA + 98) /* type for GlobalDoc-Collection*/
511 #define FN_COLL_ADD (FN_EXTRA + 99)
513 #define FN_COLL_TITLE (FN_EXTRA2 + 1) /* area name or index title */
514 #define FN_SHADOWCURSOR (FN_EXTRA2 + 4) /* enable/disable Shadow Cursor */
516 #define FN_UNO_PARA_STYLE (FN_EXTRA2 + 9) // starting here are UNI-Ids for the PropertyMap listed
517 #define FN_UNO_PAGE_STYLE (FN_EXTRA2 + 10)
519 #define FN_UNO_PARA_NUM_AUTO_FORMAT (FN_EXTRA2 + 11)
520 #define FN_UNO_FRAME_STYLE_NAME (FN_EXTRA2 + 12)
521 #define FN_UNO_NUM_START_VALUE (FN_EXTRA2 + 13)
522 #define FN_UNO_NUM_LEVEL (FN_EXTRA2 + 14)
523 #define FN_UNO_NUM_RULES (FN_EXTRA2 + 15)
524 #define FN_UNO_DOCUMENT_INDEX_MARK (FN_EXTRA2 + 16)
525 #define FN_UNO_DOCUMENT_INDEX (FN_EXTRA2 + 17)
526 #define FN_UNO_TEXT_FIELD (FN_EXTRA2 + 18)
527 #define FN_UNO_TEXT_TABLE (FN_EXTRA2 + 19)
528 #define FN_UNO_CELL (FN_EXTRA2 + 20)
529 #define FN_UNO_TEXT_FRAME (FN_EXTRA2 + 21)
530 #define FN_UNO_REFERENCE_MARK (FN_EXTRA2 + 22)
531 #define FN_UNO_TEXT_SECTION (FN_EXTRA2 + 23)
532 #define FN_UNO_FOOTNOTE (FN_EXTRA2 + 24)
533 #define FN_UNO_ENDNOTE (FN_EXTRA2 + 25)
534 #define FN_UNO_RANGE_COL_LABEL (FN_EXTRA2 + 26)
535 #define FN_UNO_RANGE_ROW_LABEL (FN_EXTRA2 + 27)
536 #define FN_UNO_TABLE_BORDER (FN_EXTRA2 + 29)
537 #define FN_UNO_TABLE_COLUMN_SEPARATORS (FN_EXTRA2 + 30)
538 #define FN_UNO_TABLE_COLUMN_RELATIVE_SUM (FN_EXTRA2 + 31)
539 #define FN_UNO_TABLE_CELL_BACKGROUND (FN_EXTRA2 + 32)
540 #define FN_UNO_ROW_HEIGHT (FN_EXTRA2 + 33)
541 #define FN_UNO_ROW_AUTO_HEIGHT (FN_EXTRA2 + 34)
542 #define FN_UNO_HEADER (FN_EXTRA2 + 35)
543 #define FN_UNO_HEADER_LEFT (FN_EXTRA2 + 36)
544 #define FN_UNO_HEADER_RIGHT (FN_EXTRA2 + 37)
545 #define FN_UNO_FOOTER (FN_EXTRA2 + 38)
546 #define FN_UNO_FOOTER_LEFT (FN_EXTRA2 + 39)
547 #define FN_UNO_FOOTER_RIGHT (FN_EXTRA2 + 40)
548 #define FN_UNO_TEXT_PARAGRAPH (FN_EXTRA2 + 41)
549 #define FN_UNO_PARENT_TEXT (FN_EXTRA2 + 42)
550 #define FN_UNO_FOLLOW_STYLE (FN_EXTRA2 + 59)
552 #define FN_API_CALL (FN_EXTRA2 + 60)
554 #define FN_UNO_IS_PHYSICAL (FN_EXTRA2 + 61)
555 #define FN_UNO_IS_AUTO_UPDATE (FN_EXTRA2 + 62)
556 #define FN_UNO_DISPLAY_NAME (FN_EXTRA2 + 63)
558 #define FN_UNO_WRAP (FN_EXTRA2 + 64)
559 #define FN_UNO_ANCHOR_TYPES (FN_EXTRA2 + 65)
560 #define FN_UNO_PARA_CHAPTER_NUMBERING_LEVEL (FN_EXTRA2 + 66)
561 #define FN_UNO_PARA_CONDITIONAL_STYLE_NAME (FN_EXTRA2 + 67)
563 #define FN_UNO_CATEGORY (FN_EXTRA2 + 68)
564 #define FN_UNO_IS_NUMBER (FN_EXTRA2 + 69)
565 #define FN_UNO_TEXT_WRAP (FN_EXTRA2 + 70)
566 #define FN_UNO_ANCHOR_TYPE (FN_EXTRA2 + 71)
567 #define FN_SKIP_HIDDEN_TEXT (FN_EXTRA2 + 72)
568 #define FN_SKIP_PROTECTED_TEXT (FN_EXTRA2 + 73)
569 #define FN_UNO_Z_ORDER (FN_EXTRA2 + 74)
570 #define FN_UNO_REDLINE_NODE_START (FN_EXTRA2 + 75)
571 #define FN_UNO_REDLINE_NODE_END (FN_EXTRA2 + 76)
572 #define FN_UNO_TEXT_PORTION_TYPE (FN_EXTRA2 + 77)
573 #define FN_UNO_CONTROL_CHARACTER (FN_EXTRA2 + 78)
574 #define FN_UNO_BOOKMARK (FN_EXTRA2 + 79)
575 #define FN_UNO_IS_COLLAPSED (FN_EXTRA2 + 80)
576 #define FN_UNO_IS_START (FN_EXTRA2 + 81)
577 #define FN_UNO_IS_AUTOMATIC_CONTOUR (FN_EXTRA2 + 82)
578 #define FN_UNO_IS_PIXEL_CONTOUR (FN_EXTRA2 + 83)
579 #define FN_UNO_ALTERNATIVE_TEXT (FN_EXTRA2 + 84)
580 #define FN_UNO_ACTUAL_SIZE (FN_EXTRA2 + 85)
581 #define FN_UNO_GRAPHIC_URL (FN_EXTRA2 + 86)
582 #define FN_UNO_GRAPHIC_FILTER (FN_EXTRA2 + 87)
583 #define FN_UNO_CELL_NAME (FN_EXTRA2 + 88)
584 #define FN_INSERT_GLOSSARY (FN_EXTRA2 + 89)
585 #define FN_NEW_GLOSSARY (FN_EXTRA2 + 90)
586 #define FN_SET_ACT_GLOSSARY (FN_EXTRA2 + 91)
588 #define FN_UNO_CHARFMT_SEQUENCE (FN_EXTRA2 + 94)
589 #define FN_UNO_CLSID (FN_EXTRA2 + 95)
590 #define FN_UNO_MODEL (FN_EXTRA2 + 96)
591 #define FN_UNO_COMPONENT (FN_EXTRA2 + 97)
592 #define FN_WORDCOUNT_DIALOG (FN_EXTRA2 + 98)
594 #define FN_XFORMS_DESIGN_MODE (FN_EXTRA2 + 99)
596 #define FN_UNO_PARA_STYLE_CONDITIONS (FN_EXTRA2 + 100)
597 #define FN_UNO_GRAPHIC (FN_EXTRA2 + 101)
599 #define FN_UNO_REPLACEMENT_GRAPHIC_URL (FN_EXTRA2 + 102)
600 #define FN_UNO_CELL_ROW_SPAN (FN_EXTRA2 + 103)
601 #define FN_UNO_TABLE_BORDER_DISTANCES (FN_EXTRA2 + 104)
602 #define FN_SPELL_GRAMMAR_DIALOG (FN_EXTRA2 + 105)
603 #define FN_UNO_STREAM_NAME (FN_EXTRA2 + 106)
604 #define FN_UNO_LIST_ID (FN_EXTRA2 + 107)
605 #define FN_UNO_REPLACEMENT_GRAPHIC (FN_EXTRA2 + 108)
607 #define FN_UNO_PARA_CONT_PREV_SUBTREE (FN_EXTRA2 + 109)
608 #define FN_UNO_PARA_NUM_STRING (FN_EXTRA2 + 110)
609 #define FN_UNO_TABLE_NAME (FN_EXTRA2 + 111)
610 #define FN_UNO_META (FN_EXTRA2 + 112)
611 #define FN_UNO_NESTED_TEXT_CONTENT (FN_EXTRA2 + 113)
613 /* Navigation buttons */
614 #define FN_NAVIGATION_BACK (FN_EXTRA2 + 115)
615 #define FN_NAVIGATION_FORWARD (FN_EXTRA2 + 116)
617 // #i972: bool items to be passed to SwFramePage for evaluation
618 #define FN_OLE_IS_MATH (FN_EXTRA2 + 114)
619 #define FN_MATH_BASELINE_ALIGNMENT (FN_EXTRA2 + 115)
621 #define FN_EMBEDDED_OBJECT (FN_EXTRA2 + 116)
622 #define FN_UNO_DRAW_ASPECT (FN_EXTRA2 + 117)
623 #define FN_UNO_HEADER_FIRST (FN_EXTRA2 + 118)
624 #define FN_UNO_FOOTER_FIRST (FN_EXTRA2 + 119)
625 #define FN_UNO_TABLE_BORDER2 (FN_EXTRA2 + 120)
627 // #define free (FN_EXTRA2 + 121)
628 #define FN_UNO_HIDDEN (FN_EXTRA2 + 122)
629 #define FN_UNO_STYLE_INTEROP_GRAB_BAG (FN_EXTRA2 + 123)
630 #define FN_UNO_TABLE_TEMPLATE_NAME (FN_EXTRA2 + 124)
631 #define FN_UNO_VISIBLE_AREA_WIDTH (FN_EXTRA2 + 125)
632 #define FN_UNO_VISIBLE_AREA_HEIGHT (FN_EXTRA2 + 126)
634 #define FN_UNO_TRANSFORMED_GRAPHIC (FN_EXTRA2 + 127)
635 #define FN_UNO_GRAPHIC_PREVIEW (FN_EXTRA2 + 128)
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*/
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 */
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 */
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 */
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 */
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 */
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 */
702 #define FN_IDX_MARK_TO_IDX (FN_SELECTION + 62) /* from the index mark to the index */
704 #define FN_TO_FOOTNOTE_AREA (FN_SELECTION + 63) /* jump into the appropriate footnote area */
706 #define FN_SET_BLOCK_MODE (FN_SELECTION + 64) /* selection mode: block */
708 #define FN_PREV_PARA (FN_SELECTION + 74)
709 #define FN_NEXT_PARA (FN_SELECTION + 75)
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 */
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 */
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 */
727 #define FN_SELECT_SENTENCE (FN_SELECTION + 94) /* select paragraph*/
729 #define FN_TO_NEXT_PAGE (FN_SELECTION + 95)
730 #define FN_TO_PREV_PAGE (FN_SELECTION + 96)
733 #define FN_TXTATR_INET (FN_QUERY +29) /* INet-Attribute */
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)
746 #define FN_ENVELOP (FN_ENVELP )
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)
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)
762 #define FN_PARAM_MOVE_COUNT (FN_PARAM+2)
763 #define FN_PARAM_MOVE_SELECTION (FN_PARAM+3)
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)
770 #define FN_PARAM_FTN_INFO (FN_PARAM+23)
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)
778 #define FN_PARAM_INSERT_AFTER (FN_PARAM+29)
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)
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)
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*/
793 #define FN_PARAM_PRINTER (FN_PARAM+78) /* Printer */
794 #define FN_PARAM_STDFONTS (FN_PARAM+79) /* ConfigItem Standardfonts */
796 #define FN_PARAM_WRTSHELL (FN_PARAM2) /* SwWrtShell */
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 */
801 #define FN_PARAM_ACT_NUMBER (FN_PARAM2+3) /* PointerItem the current NumRule */
803 #define FN_PARAM_NUM_PRESET (FN_PARAM2+5) /* predefined numbering */
805 #define FN_PARAM_SHADOWCURSOR (FN_PARAM2+8) /* for ShadowCursor options */
807 #define FN_TEXT_RANGE (FN_PARAM2+12) /* TextRange Property*/
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*/
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*/
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)
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)
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)
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)
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)
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)
872 #define SID_INSPECTOR_DECK (FN_SIDEBAR + 13)
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
904 #endif // INCLUDED_SW_INC_CMDID_H
906 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */