2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 // ===========================================================================
20 interface CellSelection
22 uuid ( "D7680520-137B-11D3-B25B-006097DA68F3" )
28 // Slot's die in der DrawShell disabled werden. {
29 FID_DEFINE_NAME [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
30 FID_ADD_NAME [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
31 SID_DEFINE_COLROWNAMERANGES [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
32 SID_OPENDLG_SOLVE [ ExecMethod = Execute; StateMethod = GetState; ]
33 SID_OPENDLG_OPTSOLVER [ ExecMethod = Execute; StateMethod = GetState; ]
34 SID_OPENDLG_PIVOTTABLE [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
35 SID_OPENDLG_TABOP [ ExecMethod = Execute; StateMethod = GetBlockState; ]
36 SID_FILTER [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
37 SID_SPECIAL_FILTER [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
38 SID_DEFINE_DBNAME [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
39 SID_OPENDLG_CONSOLIDATE [ ExecMethod = Execute; StateMethod = GetState; ]
40 SID_VIEW_DATA_SOURCE_BROWSER [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
41 SID_OPENDLG_FUNCTION [ ExecMethod = Execute; StateMethod = GetCellState; ]
42 SID_INS_FUNCTION [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
44 // no Exec/StateMethod needed, but SfxDispatcher complains if the slot is not included in the shell
45 SID_VALIDITY_REFERENCE []
47 // Datenbank-Operationen {
48 SID_SORT_ASCENDING [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
49 SID_SORT_DESCENDING [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
50 SID_REIMPORT_DATA [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
51 SID_REFRESH_DBAREA [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
52 SID_SBA_BRW_INSERT [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
53 SID_SELECT_DB [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
54 SID_MANAGE_XML_SOURCE [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
55 SID_SORT [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
56 SID_DATA_FORM [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
57 FID_FILTER_OK [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
58 SID_AUTO_FILTER [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
59 SID_AUTOFILTER_HIDE [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
60 SID_UNFILTER [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
61 SID_SUBTOTALS [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
62 SID_PIVOT_TABLE [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
63 FID_VALIDATION [ ExecMethod = ExecuteDB; StateMethod = GetBlockState; ]
64 SID_TEXT_TO_COLUMNS [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
66 // } Datenbank-Operationen
69 SID_BORDER_OBJECT [ StateMethod = GetState; ]
70 SID_RANGE_ADDRESS [ StateMethod = GetState; ]
72 SID_HYPERLINK_SETLINK [ ExecMethod = ExecuteEdit; ]
73 SID_HYPERLINK_GETLINK [ StateMethod = GetHLinkState; ]
74 SID_UPDATECHART [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
76 SID_RANGE_ROW [ StateMethod = GetState; ]
77 SID_RANGE_COL [ StateMethod = GetState; ]
78 SID_RANGE_TABLE [ StateMethod = GetState; ]
79 SID_RANGE_VALUE [ StateMethod = GetState; ]
80 SID_RANGE_FORMULA [ StateMethod = GetState; ]
81 SID_RANGE_TEXTVALUE [ StateMethod = GetState; ]
82 SID_RANGE_NOTETEXT [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
84 SID_ENTER_STRING [ ExecMethod = Execute; StateMethod = GetState; ]
85 SID_INSERT_MATRIX [ ExecMethod = Execute; StateMethod = GetState; ]
86 SID_MARKAREA [ ExecMethod = Execute; ]
87 SID_SELECT_SCENARIO [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
88 FID_CELL_FORMAT [ ExecMethod = Execute; StateMethod = GetBlockState; ]
89 SID_ENABLE_HYPHENATION [ ExecMethod = Execute; StateMethod = GetBlockState; ]
90 FID_ROW_HEIGHT [ ExecMethod = Execute; StateMethod = GetState; ]
91 FID_ROW_OPT_HEIGHT [ ExecMethod = Execute; StateMethod = GetState; ]
92 FID_ROW_HIDE [ ExecMethod = Execute; StateMethod = GetState; ]
93 FID_ROW_SHOW [ ExecMethod = Execute; StateMethod = GetState; ]
94 FID_COL_WIDTH [ ExecMethod = Execute; StateMethod = GetState; ]
95 FID_COL_OPT_WIDTH [ ExecMethod = Execute; StateMethod = GetState; ]
96 FID_COL_OPT_DIRECT [ ExecMethod = Execute; StateMethod = GetState; ]
97 FID_COL_HIDE [ ExecMethod = Execute; StateMethod = GetState; ]
98 FID_COL_SHOW [ ExecMethod = Execute; StateMethod = GetState; ]
99 SID_AUTOFORMAT [ ExecMethod = Execute; StateMethod = GetBlockState; ]
100 SID_SOLVE [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
101 SID_SCENARIOS [ ExecMethod = Execute; StateMethod = GetState; ]
102 SID_DETECTIVE_ADD_PRED [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
103 SID_DETECTIVE_DEL_PRED [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
104 SID_DETECTIVE_ADD_SUCC [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
105 SID_DETECTIVE_DEL_SUCC [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
106 SID_DETECTIVE_ADD_ERR [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
107 SID_DETECTIVE_INVALID [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
108 SID_DETECTIVE_REFRESH [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
109 SID_DETECTIVE_MARK_PRED [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
110 SID_DETECTIVE_MARK_SUCC [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
111 SID_INSERT_CURRENT_DATE [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
112 SID_INSERT_CURRENT_TIME [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
113 FID_INS_ROW [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
114 FID_INS_COLUMN [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
115 FID_INS_CELLSDOWN [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
116 FID_INS_CELLSRIGHT [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
117 SID_DEL_ROWS [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
118 SID_DEL_COLS [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
119 FID_INS_CELL [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
120 FID_DELETE_CELL [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
121 FID_INS_CELL_CONTENTS [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
122 SID_CELL_FORMAT_RESET [ ExecMethod = Execute; StateMethod = GetBlockState; ]
124 SfxVoidItem Delete SID_DELETE
126 SfxStringItem Flags SID_DELETE
129 ExecMethod = ExecuteEdit ;
130 StateMethod = GetBlockState ;
131 GroupId = GID_EDIT ; //FS
132 Cachable , HasDialog ;
133 MenuConfig , AccelConfig ;
135 SID_DELETE_CONTENTS [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
136 FID_INS_ROWBRK [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
137 FID_INS_COLBRK [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
138 FID_DEL_ROWBRK [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
139 FID_DEL_COLBRK [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
140 FID_FILL_TO_BOTTOM [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
141 FID_FILL_TO_RIGHT [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
142 FID_FILL_TO_TOP [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
143 FID_FILL_TO_LEFT [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
144 FID_FILL_TAB [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
145 FID_FILL_SERIES [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
146 FID_FILL_AUTO [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
147 SID_MARKDATAAREA [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
148 SID_MARKARRAYFORMULA [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
149 SID_SETINPUTMODE [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
150 SID_FOCUS_INPUTLINE [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
151 SID_CUT [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
152 SID_COPY [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
153 SID_PASTE [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ]
154 SID_PASTE_SPECIAL [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ]
155 SID_PASTE_ONLY [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ]
156 SID_PASTE_ONLY_TEXT [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ]
157 SID_PASTE_ONLY_FORMULA [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ]
158 SID_PASTE_ONLY_VALUE [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ]
159 SID_CLIPBOARD_FORMAT_ITEMS [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ]
160 SID_EXTERNAL_SOURCE [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
161 FID_MERGE_ON [ ExecMethod = Execute; StateMethod = GetState; ]
162 FID_MERGE_OFF [ ExecMethod = Execute; StateMethod = GetState; ]
163 FID_MERGE_TOGGLE [ ExecMethod = Execute; StateMethod = GetState; ]
164 SID_OUTLINE_HIDE [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
165 SID_OUTLINE_SHOW [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
166 SID_OUTLINE_MAKE [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
167 SID_OUTLINE_REMOVE [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
168 FID_INPUTLINE_STATUS [ ExecMethod = Execute; StateMethod = GetState; ]
169 FID_INPUTLINE_ENTER [ ExecMethod = Execute; StateMethod = GetState; ]
170 FID_INPUTLINE_BLOCK [ ExecMethod = Execute; StateMethod = GetState; ]
171 FID_INPUTLINE_MATRIX [ ExecMethod = Execute; StateMethod = GetState; ]
172 SID_CHARMAP [ ExecMethod = ExecuteEdit; StateMethod = GetCellState; ]
174 SID_INSERT_POSTIT [ ExecMethod = ExecuteEdit; StateMethod = GetCellState; ]
176 SID_COLLABORATION [ ExecMethod = Execute; ]
177 SID_TABOP [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
178 SID_CONSOLIDATE [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
179 FID_INSERT_NAME [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
180 FID_USE_NAME [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
181 SID_CANCEL [ ExecMethod = Execute; ]
182 SID_TOGGLE_REL [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
183 SID_OPENDLG_CONDFRMT [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
184 SID_OPENDLG_COLORSCALE [ ExecMethod = ExecuteEdit; ]
185 SID_OPENDLG_DATABAR [ ExecMethod = ExecuteEdit; ]
186 SID_OPENDLG_CONDFRMT_MANAGER [ ExecMethod = ExecuteEdit; ]
187 SID_COLORSCALE [ ExecMethod = ExecuteEdit; ]
188 SID_DATABAR [ ExecMethod = ExecuteEdit; ]
189 FID_NOTE_VISIBLE [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
190 SID_DELETE_NOTE [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
191 SID_DEC_INDENT [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
192 SID_INC_INDENT [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
194 SID_THESAURUS [ ExecMethod = ExecuteEdit; StateMethod = GetCellState; ]
195 SID_SPELL_DIALOG [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
196 SID_HANGUL_HANJA_CONVERSION [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
197 SID_CHINESE_CONVERSION [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
199 SID_TRANSLITERATE_SENTENCE_CASE [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
200 SID_TRANSLITERATE_TITLE_CASE [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
201 SID_TRANSLITERATE_TOGGLE_CASE [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
202 SID_TRANSLITERATE_ROTATE_CASE [ ExecMethod = ExecuteRotateTrans; StateMethod = GetBlockState; ]
203 SID_TRANSLITERATE_UPPER [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
204 SID_TRANSLITERATE_LOWER [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
205 SID_TRANSLITERATE_HALFWIDTH [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
206 SID_TRANSLITERATE_FULLWIDTH [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
207 SID_TRANSLITERATE_HIRAGANA [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
208 SID_TRANSLITERATE_KATAGANA [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
211 // ===========================================================================
212 interface CellMovement
214 uuid ( "FF2E35C0-137B-11D3-B25B-006097DA68F3" )
219 ExecMethod = ExecuteMove ;
220 StateMethod = GetStateCursor ;
226 ExecMethod = ExecuteMove ;
227 StateMethod = GetStateCursor ;
233 ExecMethod = ExecuteMove ;
234 StateMethod = GetStateCursor ;
240 ExecMethod = ExecuteMove ;
241 StateMethod = GetStateCursor ;
245 SfxVoidItem GoDown SID_CURSORDOWN
247 SfxInt16Item By FN_PARAM_1,
248 SfxBoolItem Sel FN_PARAM_2
251 ExecMethod = ExecuteCursor ;
252 StateMethod = GetStateCursor ;
256 SfxVoidItem GoDownSel SID_CURSORDOWN_SEL
258 SfxInt16Item By FN_PARAM_1
262 ExecMethod = ExecuteCursorSel ;
263 StateMethod = GetStateCursor ;
266 SID_CURSORBLKDOWN [ ExecMethod = ExecuteCursor; StateMethod = GetStateCursor; ]
267 SID_CURSORBLKDOWN_SEL [ ExecMethod = ExecuteCursorSel; StateMethod = GetStateCursor; ]
269 SfxVoidItem GoUp SID_CURSORUP
271 SfxInt16Item By FN_PARAM_1,
272 SfxBoolItem Sel FN_PARAM_2
275 ExecMethod = ExecuteCursor ;
276 StateMethod = GetStateCursor ;
279 SID_CURSORUP_SEL [ ExecMethod = ExecuteCursorSel; StateMethod = GetStateCursor; ]
280 SID_CURSORBLKUP [ ExecMethod = ExecuteCursor; StateMethod = GetStateCursor; ]
281 SID_CURSORBLKUP_SEL [ ExecMethod = ExecuteCursorSel; StateMethod = GetStateCursor; ]
283 SfxVoidItem GoLeft SID_CURSORLEFT
285 SfxInt16Item By FN_PARAM_1,
286 SfxBoolItem Sel FN_PARAM_2
289 ExecMethod = ExecuteCursor ;
290 StateMethod = GetStateCursor ;
293 SID_CURSORLEFT_SEL [ ExecMethod = ExecuteCursorSel; StateMethod = GetStateCursor; ]
294 SID_CURSORBLKLEFT [ ExecMethod = ExecuteCursor; StateMethod = GetStateCursor; ]
295 SID_CURSORBLKLEFT_SEL [ ExecMethod = ExecuteCursorSel; StateMethod = GetStateCursor; ]
297 SfxVoidItem GoRight SID_CURSORRIGHT
299 SfxInt16Item By FN_PARAM_1,
300 SfxBoolItem Sel FN_PARAM_2
303 ExecMethod = ExecuteCursor ;
304 StateMethod = GetStateCursor ;
308 SID_CURSORRIGHT_SEL [ ExecMethod = ExecuteCursorSel; StateMethod = GetStateCursor; ]
309 SID_CURSORBLKRIGHT [ ExecMethod = ExecuteCursor; StateMethod = GetStateCursor; ]
310 SID_CURSORBLKRIGHT_SEL [ ExecMethod = ExecuteCursorSel; StateMethod = GetStateCursor; ]
311 SID_NEXT_UNPROTECT [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
312 SID_PREV_UNPROTECT [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
313 SID_CURSORENTERDOWN [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
314 SID_CURSORENTERUP [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
316 SfxVoidItem GoDownBlock SID_CURSORPAGEDOWN
318 SfxInt16Item By FN_PARAM_1,
319 SfxBoolItem Sel FN_PARAM_2
322 ExecMethod = ExecuteCursor ;
323 StateMethod = GetStateCursor ;
326 SID_CURSORPAGEDOWN_SEL [ ExecMethod = ExecuteCursorSel; StateMethod = GetStateCursor; ]
328 SfxVoidItem GoUpBlock SID_CURSORPAGEUP
330 SfxInt16Item By FN_PARAM_1,
331 SfxBoolItem Sel FN_PARAM_2
334 ExecMethod = ExecuteCursor ;
335 StateMethod = GetStateCursor ;
338 SID_CURSORPAGEUP_SEL [ ExecMethod = ExecuteCursorSel; StateMethod = GetStateCursor; ]
339 SID_CURSORPAGELEFT_ [ ExecMethod = ExecuteCursor; StateMethod = GetStateCursor; ]
340 SID_CURSORPAGELEFT_SEL [ ExecMethod = ExecuteCursorSel; StateMethod = GetStateCursor; ]
341 SID_CURSORPAGERIGHT_ [ ExecMethod = ExecuteCursor; StateMethod = GetStateCursor; ]
342 SID_CURSORPAGERIGHT_SEL [ ExecMethod = ExecuteCursorSel; StateMethod = GetStateCursor; ]
343 SID_ALIGNCURSOR [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
345 SfxVoidItem GoToEndOfData SID_CURSORENDOFFILE
347 SfxBoolItem Sel FN_PARAM_2 //XXX
350 ExecMethod = ExecutePage ;
351 StateMethod = GetStateCursor ;
354 SID_CURSORENDOFFILE_SEL [ ExecMethod = ExecutePageSel; StateMethod = GetStateCursor; ]
356 SfxVoidItem GoToStart SID_CURSORTOPOFFILE
358 SfxBoolItem Sel FN_PARAM_2 //XXX
361 ExecMethod = ExecutePage ;
362 StateMethod = GetStateCursor ;
365 SID_CURSORTOPOFSCREEN [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
366 SID_CURSORENDOFSCREEN [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
368 SfxVoidItem GoToStartOfRow SID_CURSORHOME
370 SfxBoolItem Sel FN_PARAM_2
373 ExecMethod = ExecutePage ;
374 StateMethod = GetStateCursor ;
378 SID_CURSOREND [ ExecMethod = ExecutePage; StateMethod = GetStateCursor; ]
379 SID_CURSORTOPOFFILE_SEL [ ExecMethod = ExecutePageSel; StateMethod = GetStateCursor; ]
380 SID_CURSORHOME_SEL [ ExecMethod = ExecutePageSel; StateMethod = GetStateCursor; ]
381 SID_CURSOREND_SEL [ ExecMethod = ExecutePageSel; StateMethod = GetStateCursor; ]
382 SID_SELECT_COL [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
383 SID_SELECT_ROW [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
384 SID_SELECT_NONE [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
385 SID_SELECTALL [ ExecMethod = Execute; StateMethod = GetState; ]
386 SID_STATUS_SUM [ ExecMethod = Execute; StateMethod = GetState; ]
387 SID_STATUS_DOCPOS [ ExecMethod = Execute; StateMethod = GetState; ]
388 SID_STATUS_SELMODE [ ExecMethod = Execute; StateMethod = GetState; ]
389 SID_STATUS_SELMODE_ERG [ ExecMethod = Execute; ]
390 SID_STATUS_SELMODE_ERW [ ExecMethod = Execute; ]
391 SID_STATUS_SELMODE_NORM [ ExecMethod = Execute; ]
392 SID_ATTR_SIZE [ StateMethod = GetState; ]
393 SID_ATTR_POSITION [ StateMethod = GetState; ]
396 // "Tabellenzelle" soll nicht im Anpassen-Dialog auftauchen:
397 StatusBarConfig = FALSE ;
398 StateMethod = GetState ;
400 SID_DATA_SELECT [ ExecMethod = Execute; StateMethod = GetState; ]
401 SID_DETECTIVE_FILLMODE [ ExecMethod = Execute; StateMethod = GetState; ] // api:
405 interface RangeSelection
407 uuid ( "0CAB4620-137C-11D3-B25B-006097DA68F3" )
410 import CellSelection;
411 import FormatForSelection;
412 import TableFont ".Font";
413 import BaseSelection;
418 uuid ( "F0645A00-1921-11D3-B25B-006097DA68F3" )
421 import CellSelection;
425 // ===========================================================================
426 shell ScCellShell : ScFormatShell
428 import Cell[Automation];