Bump version to 5.0-14
[LibreOffice.git] / sc / sdi / cellsh.sdi
blob6da3c75b9829c82022c95d43b35bab77d72675bc
1 /*
2  * This file is part of the LibreOffice project.
3  *
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/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
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 .
17  */
20 interface CellSelection
22     uuid ( "D7680520-137B-11D3-B25B-006097DA68F3" )
25     SbxObject Movement
26     [
27     ]
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_DATA_STREAMS        [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
55     SID_DATA_STREAMS_PLAY   [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
56     SID_DATA_STREAMS_STOP   [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
57     SID_MANAGE_XML_SOURCE   [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
58     SID_SORT                [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
59     SID_DATA_FORM           [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
60     FID_FILTER_OK           [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
61     SID_AUTO_FILTER         [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
62     SID_AUTOFILTER_HIDE     [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
63     SID_UNFILTER            [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
64     SID_SUBTOTALS           [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
65     SID_PIVOT_TABLE         [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
66     FID_VALIDATION          [ ExecMethod = ExecuteDB; StateMethod = GetBlockState; ]
67     SID_TEXT_TO_COLUMNS     [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
69     // } Datenbank-Operationen
72     SID_BORDER_OBJECT   [ StateMethod = GetState; ]
73     SID_RANGE_ADDRESS   [ StateMethod = GetState; ]
75     SID_HYPERLINK_SETLINK   [ ExecMethod = ExecuteEdit; ]
76     SID_HYPERLINK_GETLINK   [ StateMethod = GetHLinkState; ]
77     SID_UPDATECHART         [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
79     SID_RANGE_ROW           [ StateMethod = GetState; ]
80     SID_RANGE_COL           [ StateMethod = GetState; ]
81     SID_RANGE_TABLE         [ StateMethod = GetState; ]
82     SID_RANGE_VALUE         [ StateMethod = GetState; ]
83     SID_RANGE_FORMULA       [ StateMethod = GetState; ]
84     SID_RANGE_TEXTVALUE     [ StateMethod = GetState; ]
85     SID_RANGE_NOTETEXT      [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
87     SID_ENTER_STRING        [ ExecMethod = Execute; StateMethod = GetState; ]
88     SID_INSERT_MATRIX       [ ExecMethod = Execute; StateMethod = GetState; ]
89     SID_MARKAREA            [ ExecMethod = Execute; ]
90     SID_SELECT_SCENARIO     [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
91     FID_CELL_FORMAT         [ ExecMethod = Execute; StateMethod = GetBlockState; ]
92     SID_ENABLE_HYPHENATION  [ ExecMethod = Execute; StateMethod = GetBlockState; ]
93     SID_PROPERTY_PANEL_CELLTEXT_DLG [ ExecMethod = Execute;]
94     SID_CELL_FORMAT_BORDER  [ ExecMethod = Execute; ]
95     SID_CHAR_DLG_EFFECT     [ ExecMethod = Execute; ]
96     FID_ROW_HEIGHT          [ ExecMethod = Execute; StateMethod = GetState; ]
97     FID_ROW_OPT_HEIGHT      [ ExecMethod = Execute; StateMethod = GetState; ]
98     FID_ROW_HIDE            [ ExecMethod = Execute; StateMethod = GetState; ]
99     FID_ROW_SHOW            [ ExecMethod = Execute; StateMethod = GetState; ]
100     FID_COL_WIDTH           [ ExecMethod = Execute; StateMethod = GetState; ]
101     FID_COL_OPT_WIDTH       [ ExecMethod = Execute; StateMethod = GetState; ]
102     FID_COL_OPT_DIRECT      [ ExecMethod = Execute; StateMethod = GetState; ]
103     FID_COL_HIDE            [ ExecMethod = Execute; StateMethod = GetState; ]
104     FID_COL_SHOW            [ ExecMethod = Execute; StateMethod = GetState; ]
105     SID_AUTOFORMAT          [ ExecMethod = Execute; StateMethod = GetBlockState; ]
106     SID_SOLVE               [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
107     SID_SCENARIOS           [ ExecMethod = Execute; StateMethod = GetState; ]
108     SID_DETECTIVE_ADD_PRED  [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
109     SID_DETECTIVE_DEL_PRED  [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
110     SID_DETECTIVE_ADD_SUCC  [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
111     SID_DETECTIVE_DEL_SUCC  [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
112     SID_DETECTIVE_ADD_ERR   [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
113     SID_DETECTIVE_INVALID   [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
114     SID_DETECTIVE_REFRESH   [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
115     SID_DETECTIVE_MARK_PRED [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
116     SID_DETECTIVE_MARK_SUCC [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
117     SID_INSERT_CURRENT_DATE     [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
118     SID_INSERT_CURRENT_TIME     [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
119     FID_INS_ROW             [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
120     FID_INS_COLUMN          [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
121     FID_INS_CELLSDOWN       [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
122     FID_INS_CELLSRIGHT      [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
123     SID_DEL_ROWS            [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
124     SID_DEL_COLS            [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
125     FID_INS_CELL            [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
126     FID_DELETE_CELL         [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
127     FID_INS_CELL_CONTENTS   [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
128     SID_CELL_FORMAT_RESET   [ ExecMethod = Execute; StateMethod = GetBlockState; ]
130     SfxVoidItem Delete SID_DELETE
131     (
132         SfxStringItem Flags SID_DELETE
133     )
134     [
135         ExecMethod = ExecuteEdit ;
136         StateMethod = GetBlockState ;
137         GroupId = GID_EDIT ;  //FS
138         Cachable , HasDialog ;
139         MenuConfig , AccelConfig ;
140     ]
141     SID_DELETE_CONTENTS [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
142     FID_INS_ROWBRK      [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
143     FID_INS_COLBRK      [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
144     FID_DEL_ROWBRK      [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
145     FID_DEL_COLBRK      [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
146     FID_FILL_TO_BOTTOM  [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
147     FID_FILL_TO_RIGHT   [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
148     FID_FILL_TO_TOP     [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
149     FID_FILL_TO_LEFT    [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
150     FID_FILL_TAB        [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
151     FID_FILL_SERIES     [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
152     FID_FILL_AUTO       [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
153     FID_FILL_SINGLE_EDIT [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
154     SID_RANDOM_NUMBER_GENERATOR_DIALOG  [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
155     SID_SAMPLING_DIALOG                 [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
156     SID_DESCRIPTIVE_STATISTICS_DIALOG   [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
157     SID_ANALYSIS_OF_VARIANCE_DIALOG     [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
158     SID_CORRELATION_DIALOG              [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
159     SID_COVARIANCE_DIALOG               [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
160     SID_EXPONENTIAL_SMOOTHING_DIALOG    [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
161     SID_MOVING_AVERAGE_DIALOG           [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
162     SID_TTEST_DIALOG                    [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
163     SID_FTEST_DIALOG                    [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
164     SID_ZTEST_DIALOG                    [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
165     SID_CHI_SQUARE_TEST_DIALOG          [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
166     SID_SEARCH_RESULTS_DIALOG [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
167     SID_MARKDATAAREA    [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
168     SID_MARKARRAYFORMULA [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
169     SID_SETINPUTMODE    [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
170     SID_FOCUS_INPUTLINE [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
171     SID_CUT             [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
172     SID_COPY            [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
173     SID_PASTE           [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ]
174     SID_PASTE_SPECIAL   [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ]
175     SID_PASTE_ONLY   [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ]
176     SID_PASTE_ONLY_TEXT   [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ]
177     SID_PASTE_ONLY_FORMULA   [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ]
178     SID_PASTE_ONLY_VALUE   [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ]
179     SID_CLIPBOARD_FORMAT_ITEMS  [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ]
180     SID_EXTERNAL_SOURCE [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
181     FID_MERGE_ON        [ ExecMethod = Execute; StateMethod = GetState; ]
182     FID_MERGE_OFF       [ ExecMethod = Execute; StateMethod = GetState; ]
183     FID_MERGE_TOGGLE    [ ExecMethod = Execute; StateMethod = GetState; ]
184     SID_OUTLINE_HIDE    [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
185     SID_OUTLINE_SHOW    [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
186     SID_OUTLINE_MAKE    [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
187     SID_OUTLINE_REMOVE  [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
188     FID_INPUTLINE_STATUS    [ ExecMethod = Execute; StateMethod = GetState; ]
189     FID_INPUTLINE_ENTER     [ ExecMethod = Execute; StateMethod = GetState; ]
190     FID_INPUTLINE_BLOCK     [ ExecMethod = Execute; StateMethod = GetState; ]
191     FID_INPUTLINE_MATRIX    [ ExecMethod = Execute; StateMethod = GetState; ]
192     SID_CHARMAP [ ExecMethod = ExecuteEdit; StateMethod = GetCellState; ]
194     SID_INSERT_POSTIT   [ ExecMethod = ExecuteEdit; StateMethod = GetCellState; ]
195     SID_EDIT_POSTIT   [ ExecMethod = ExecuteEdit; StateMethod = GetCellState; ]
197     SID_COLLABORATION       [ ExecMethod = Execute; ]
198     SID_TABOP               [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
199     SID_CONSOLIDATE         [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
200     FID_INSERT_NAME [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
201     FID_USE_NAME    [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
202     SID_CANCEL      [ ExecMethod = Execute; ]
203     SID_TOGGLE_REL  [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
204     SID_OPENDLG_CONDFRMT    [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
205     SID_OPENDLG_COLORSCALE  [ ExecMethod = ExecuteEdit; ]
206     SID_OPENDLG_DATABAR     [ ExecMethod = ExecuteEdit; ]
207     SID_OPENDLG_ICONSET     [ ExecMethod = ExecuteEdit; ]
208     SID_OPENDLG_CONDDATE    [ ExecMethod = ExecuteEdit; ]
209     SID_OPENDLG_CONDFRMT_MANAGER    [ ExecMethod = ExecuteEdit; ]
210     SID_COLORSCALE          [ ExecMethod = ExecuteEdit; ]
211     SID_DATABAR             [ ExecMethod = ExecuteEdit; ]
212     FID_NOTE_VISIBLE        [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
213     FID_HIDE_NOTE           [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
214     FID_SHOW_NOTE           [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
215     SID_DELETE_NOTE         [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
216     SID_DEC_INDENT          [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
217     SID_INC_INDENT          [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
219     SID_THESAURUS   [ ExecMethod = ExecuteEdit; StateMethod = GetCellState; ]
220     SID_SPELL_DIALOG [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
221     SID_HANGUL_HANJA_CONVERSION [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
222         SID_CHINESE_CONVERSION          [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
224     SID_CONVERT_FORMULA_TO_VALUE [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
226     SID_TRANSLITERATE_SENTENCE_CASE [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
227     SID_TRANSLITERATE_TITLE_CASE    [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
228     SID_TRANSLITERATE_TOGGLE_CASE   [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
229     SID_TRANSLITERATE_ROTATE_CASE   [ ExecMethod = ExecuteRotateTrans; StateMethod = GetBlockState; ]
230     SID_TRANSLITERATE_UPPER     [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
231     SID_TRANSLITERATE_LOWER     [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
232     SID_TRANSLITERATE_HALFWIDTH [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
233     SID_TRANSLITERATE_FULLWIDTH [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
234     SID_TRANSLITERATE_HIRAGANA  [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
235     SID_TRANSLITERATE_KATAGANA  [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
239 interface CellMovement
241     uuid ( "FF2E35C0-137B-11D3-B25B-006097DA68F3" )
244     SID_NEXT_TABLE
245     [
246         ExecMethod = ExecuteMove ;
247         StateMethod = GetStateCursor ;
248         Cachable ;
249     ]
251     SID_PREV_TABLE
252     [
253         ExecMethod = ExecuteMove ;
254         StateMethod = GetStateCursor ;
255         Cachable ;
256     ]
258     SID_NEXT_TABLE_SEL
259     [
260         ExecMethod = ExecuteMove ;
261         StateMethod = GetStateCursor ;
262         Cachable ;
263     ]
265     SID_PREV_TABLE_SEL
266     [
267         ExecMethod = ExecuteMove ;
268         StateMethod = GetStateCursor ;
269         Cachable ;
270     ]
272     SfxVoidItem GoDown SID_CURSORDOWN
273     (
274         SfxInt16Item By FN_PARAM_1,
275         SfxBoolItem  Sel FN_PARAM_2
276     )
277     [
278         ExecMethod = ExecuteCursor ;
279         StateMethod = GetStateCursor ;
280         Cachable ;
281     ]
283     SfxVoidItem GoDownSel SID_CURSORDOWN_SEL
284     (
285         SfxInt16Item By FN_PARAM_1
286     )
287     [
288         Export = FALSE ;
289         ExecMethod = ExecuteCursorSel ;
290         StateMethod = GetStateCursor ;
291         Cachable ;
292     ]
293     SID_CURSORBLKDOWN       [ ExecMethod = ExecuteCursor;    StateMethod = GetStateCursor; ]
294     SID_CURSORBLKDOWN_SEL   [ ExecMethod = ExecuteCursorSel; StateMethod = GetStateCursor; ]
296     SfxVoidItem GoUp SID_CURSORUP
297     (
298         SfxInt16Item By FN_PARAM_1,
299         SfxBoolItem  Sel FN_PARAM_2
300     )
301     [
302         ExecMethod = ExecuteCursor ;
303         StateMethod = GetStateCursor ;
304         Cachable ;
305     ]
306     SID_CURSORUP_SEL    [ ExecMethod = ExecuteCursorSel; StateMethod = GetStateCursor; ]
307     SID_CURSORBLKUP     [ ExecMethod = ExecuteCursor;    StateMethod = GetStateCursor; ]
308     SID_CURSORBLKUP_SEL [ ExecMethod = ExecuteCursorSel; StateMethod = GetStateCursor; ]
310     SfxVoidItem GoLeft SID_CURSORLEFT
311     (
312         SfxInt16Item By FN_PARAM_1,
313         SfxBoolItem  Sel FN_PARAM_2
314     )
315     [
316         ExecMethod = ExecuteCursor ;
317         StateMethod = GetStateCursor ;
318         Cachable ;
319     ]
320     SID_CURSORLEFT_SEL      [ ExecMethod = ExecuteCursorSel; StateMethod = GetStateCursor; ]
321     SID_CURSORBLKLEFT       [ ExecMethod = ExecuteCursor;    StateMethod = GetStateCursor; ]
322     SID_CURSORBLKLEFT_SEL   [ ExecMethod = ExecuteCursorSel; StateMethod = GetStateCursor; ]
324     SfxVoidItem GoRight SID_CURSORRIGHT
325     (
326         SfxInt16Item By FN_PARAM_1,
327         SfxBoolItem  Sel FN_PARAM_2
328     )
329     [
330         ExecMethod = ExecuteCursor ;
331         StateMethod = GetStateCursor ;
332         Cachable ;
333     ]
335     SID_CURSORRIGHT_SEL     [ ExecMethod = ExecuteCursorSel; StateMethod = GetStateCursor; ]
336     SID_CURSORBLKRIGHT      [ ExecMethod = ExecuteCursor;    StateMethod = GetStateCursor; ]
337     SID_CURSORBLKRIGHT_SEL  [ ExecMethod = ExecuteCursorSel; StateMethod = GetStateCursor; ]
338     SID_NEXT_UNPROTECT  [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
339     SID_PREV_UNPROTECT  [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
340     SID_CURSORENTERDOWN [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
341     SID_CURSORENTERUP   [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
343     SfxVoidItem GoDownBlock SID_CURSORPAGEDOWN
344     (
345         SfxInt16Item By FN_PARAM_1,
346         SfxBoolItem  Sel FN_PARAM_2
347     )
348     [
349         ExecMethod = ExecuteCursor ;
350         StateMethod = GetStateCursor ;
351         Cachable ;
352     ]
353     SID_CURSORPAGEDOWN_SEL  [ ExecMethod = ExecuteCursorSel; StateMethod = GetStateCursor; ]
355     SfxVoidItem GoUpBlock SID_CURSORPAGEUP
356     (
357         SfxInt16Item By FN_PARAM_1,
358         SfxBoolItem  Sel FN_PARAM_2
359     )
360     [
361         ExecMethod = ExecuteCursor ;
362         StateMethod = GetStateCursor ;
363         Cachable ;
364     ]
365     SID_CURSORPAGEUP_SEL    [ ExecMethod = ExecuteCursorSel; StateMethod = GetStateCursor; ]
366     SID_CURSORPAGELEFT_     [ ExecMethod = ExecuteCursor;    StateMethod = GetStateCursor; ]
367     SID_CURSORPAGELEFT_SEL  [ ExecMethod = ExecuteCursorSel; StateMethod = GetStateCursor; ]
368     SID_CURSORPAGERIGHT_    [ ExecMethod = ExecuteCursor;    StateMethod = GetStateCursor; ]
369     SID_CURSORPAGERIGHT_SEL [ ExecMethod = ExecuteCursorSel; StateMethod = GetStateCursor; ]
370     SID_ALIGNCURSOR         [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
372     SfxVoidItem GoToEndOfData SID_CURSORENDOFFILE
373     (
374         SfxBoolItem  Sel FN_PARAM_2 //XXX
375     )
376     [
377         ExecMethod = ExecutePage ;
378         StateMethod = GetStateCursor ;
379         Cachable ;
380     ]
381     SID_CURSORENDOFFILE_SEL [ ExecMethod = ExecutePageSel; StateMethod = GetStateCursor; ]
383     SfxVoidItem GoToStart SID_CURSORTOPOFFILE
384     (
385         SfxBoolItem  Sel FN_PARAM_2 //XXX
386     )
387     [
388         ExecMethod = ExecutePage ;
389         StateMethod = GetStateCursor ;
390         Cachable ;
391     ]
392     SID_CURSORTOPOFSCREEN   [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
393     SID_CURSORENDOFSCREEN   [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
395     SfxVoidItem GoToStartOfRow SID_CURSORHOME
396     (
397         SfxBoolItem Sel FN_PARAM_2
398     )
399     [
400         ExecMethod = ExecutePage ;
401         StateMethod = GetStateCursor ;
402         Cachable ;
403     ]
405     SID_CURSOREND   [ ExecMethod = ExecutePage; StateMethod = GetStateCursor; ]
406     SID_CURSORTOPOFFILE_SEL [ ExecMethod = ExecutePageSel; StateMethod = GetStateCursor; ]
407     SID_CURSORHOME_SEL      [ ExecMethod = ExecutePageSel; StateMethod = GetStateCursor; ]
408     SID_CURSOREND_SEL       [ ExecMethod = ExecutePageSel; StateMethod = GetStateCursor; ]
409     SID_SELECT_COL  [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
410     SID_SELECT_ROW  [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
411     SID_SELECT_NONE [ ExecMethod = ExecuteMove; StateMethod = GetStateCursor; ]
412     SID_SELECTALL   [ ExecMethod = Execute;     StateMethod = GetState;       ]
413     SID_STATUS_SUM      [ ExecMethod = Execute; StateMethod = GetState; ]
414     SID_STATUS_DOCPOS   [ ExecMethod = Execute; StateMethod = GetState; ]
415     SID_ROWCOL_SELCOUNT [ ExecMethod = Execute; StateMethod = GetState; ]
416     SID_STATUS_SELMODE  [ ExecMethod = Execute; StateMethod = GetState; ]
417     SID_STATUS_SELMODE_ERG  [ ExecMethod = Execute; ]
418     SID_STATUS_SELMODE_ERW  [ ExecMethod = Execute; ]
419     SID_STATUS_SELMODE_NORM [ ExecMethod = Execute; ]
420     SID_ATTR_SIZE       [ StateMethod = GetState; ]
421     SID_ATTR_POSITION   [ StateMethod = GetState; ]
422     SID_TABLE_CELL
423     [
424          // "Tabellenzelle" soll nicht im Anpassen-Dialog auftauchen:
425         StatusBarConfig = FALSE ;
426         StateMethod = GetState ;
427     ]
428     SID_DATA_SELECT         [ ExecMethod = Execute; StateMethod = GetState; ]
429     SID_DETECTIVE_FILLMODE  [ ExecMethod = Execute; StateMethod = GetState; ] // api:
433 interface RangeSelection
435     uuid ( "0CAB4620-137C-11D3-B25B-006097DA68F3" )
438     import CellSelection;
439     import FormatForSelection;
440     import TableFont ".Font";
441     import BaseSelection;
444 interface Cell
446     uuid ( "F0645A00-1921-11D3-B25B-006097DA68F3" )
449     import CellSelection;
450     import CellMovement;
454 shell ScCellShell : ScFormatShell
456     import Cell[Automation];