SvtLanguageTable::AddLanguageTag() unneeded return can be void
[LibreOffice.git] / sc / sdi / editsh.sdi
blob3dd0219948ab14d26f981ba35edc5d99fdcbfd87
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  */
18 interface TableText
20     SID_ATTR_INSERT     [ ExecMethod = Execute; StateMethod = GetState; ]
22     SID_DELETE
23     [
24         ExecMethod = Execute ;
25         StateMethod = GetState ;
26         GroupId = SfxGroupId::Edit ;
27     ]
28     SID_CUT             [ ExecMethod = Execute; StateMethod = GetState; ]
29     SID_COPY            [ ExecMethod = Execute; StateMethod = GetState; ]
30     SID_PASTE           [ ExecMethod = Execute; StateMethod = GetClipState; ]
31     SID_PASTE_SPECIAL   [ ExecMethod = Execute; StateMethod = GetClipState; ]
32     SID_PASTE_UNFORMATTED [ ExecMethod = Execute; StateMethod = GetClipState; ]
33     SID_CLIPBOARD_FORMAT_ITEMS [ ExecMethod = Execute; StateMethod = GetClipState; ]
34     SID_SELECTALL       [ ExecMethod = Execute; StateMethod = GetState; ]
35     SID_CHARMAP         [ ExecMethod = Execute; StateMethod = GetState; ]
36     SID_CHARMAP_CONTROL   [ ExecMethod = Execute; StateMethod = GetState; ]
37     FID_INSERT_NAME     [ ExecMethod = Execute; StateMethod = GetState; ]
38     SID_THES            [ ExecMethod = Execute; StateMethod = GetState; ]
40     SID_UNDO            [ ExecMethod = ExecuteUndo; StateMethod = GetUndoState; ]
41     SID_REDO            [ ExecMethod = ExecuteUndo; StateMethod = GetUndoState; ]
42     SID_REPEAT          [ ExecMethod = ExecuteUndo; StateMethod = GetUndoState; ]
44     SID_UNICODE_NOTATION_TOGGLE [ ExecMethod = Execute; ]
46     // attributes:
47     SID_ATTR_CHAR_FONT          [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
48     SID_ATTR_CHAR_FONTHEIGHT    [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
49     SID_ATTR_CHAR_COLOR         [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
50     SID_GROW_FONT_SIZE          [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
51     SID_SHRINK_FONT_SIZE        [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
53     // attribute - toggles:
54     SID_ATTR_CHAR_WEIGHT        [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
55     SID_ATTR_CHAR_POSTURE       [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
56     SID_ATTR_CHAR_UNDERLINE     [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
58     SID_ULINE_VAL_NONE          [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
59     SID_ULINE_VAL_SINGLE        [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
60     SID_ULINE_VAL_DOUBLE        [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
61     SID_ULINE_VAL_DOTTED        [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
63     SID_ATTR_CHAR_OVERLINE      [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
64     SID_ATTR_CHAR_STRIKEOUT     [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
65     SID_ATTR_CHAR_SHADOWED      [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
66     SID_ATTR_CHAR_CONTOUR       [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
67     SID_SET_SUPER_SCRIPT        [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
68     SID_SET_SUB_SCRIPT          [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
69     SID_ATTR_CHAR_KERNING       [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
70     SID_CELL_FORMAT_RESET   [ ExecMethod = Execute; StateMethod = GetState; ]
71     SID_CHAR_DLG            [ ExecMethod = Execute; StateMethod = GetState; ]
72     SID_CHAR_DLG_EFFECT     [ ExecMethod = Execute; StateMethod = GetState; ]
73     SID_TOGGLE_REL          [ ExecMethod = Execute; StateMethod = GetState; ]
75     SID_HYPERLINK_SETLINK   [ ExecMethod = Execute; ]
76     SID_HYPERLINK_GETLINK   [ StateMethod = GetState; ]
77     SID_OPEN_HYPERLINK      [ ExecMethod = Execute; StateMethod = GetState; ]
78     SID_EDIT_HYPERLINK      [ ExecMethod = Execute; StateMethod = GetState; ]
79     SID_COPY_HYPERLINK_LOCATION [ ExecMethod = Execute; StateMethod = GetState; ]
80     SID_REMOVE_HYPERLINK      [ ExecMethod = Execute; StateMethod = GetState; ]
82     SID_TRANSLITERATE_SENTENCE_CASE [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
83     SID_TRANSLITERATE_TITLE_CASE    [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
84     SID_TRANSLITERATE_TOGGLE_CASE   [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
85     SID_TRANSLITERATE_UPPER     [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
86     SID_TRANSLITERATE_LOWER     [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
87     SID_TRANSLITERATE_HALFWIDTH [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
88     SID_TRANSLITERATE_FULLWIDTH [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
89     SID_TRANSLITERATE_HIRAGANA  [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
90     SID_TRANSLITERATE_KATAKANA  [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
92     FN_INSERT_SOFT_HYPHEN       [ ExecMethod = Execute; StateMethod = GetState; ]
93     FN_INSERT_HARDHYPHEN        [ ExecMethod = Execute; StateMethod = GetState; ]
94     FN_INSERT_HARD_SPACE        [ ExecMethod = Execute; StateMethod = GetState; ]
95     FN_INSERT_NNBSP             [ ExecMethod = Execute; StateMethod = GetState; ]
96     SID_INSERT_RLM              [ ExecMethod = Execute; StateMethod = GetState; ]
97     SID_INSERT_LRM              [ ExecMethod = Execute; StateMethod = GetState; ]
98     SID_INSERT_ZWSP             [ ExecMethod = Execute; StateMethod = GetState; ]
99     SID_INSERT_WJ               [ ExecMethod = Execute; StateMethod = GetState; ]
101     SID_INSERT_FIELD_SHEET [ ExecMethod = Execute; StateMethod = GetState; ]
102     SID_INSERT_FIELD_TITLE [ ExecMethod = Execute; StateMethod = GetState; ]
103     SID_INSERT_FIELD_DATE_VAR  [ ExecMethod = Execute; StateMethod = GetState; ]
108 shell ScEditShell
110     import TableText;