tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / sc / sdi / drtxtob.sdi
bloba4df9af691085324f158ab87da3bb83fe05ada10
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 TableDrawText
20     // every reference input dialogues:
21     FID_DEFINE_NAME             [ StateMethod = StateDisableItems; ]
22     FID_ADD_NAME                [ StateMethod = StateDisableItems; ]
23     SID_DEFINE_COLROWNAMERANGES [ StateMethod = StateDisableItems; ]
24     SID_OPENDLG_SOLVE           [ StateMethod = StateDisableItems; ]
25     SID_OPENDLG_OPTSOLVER       [ StateMethod = StateDisableItems; ]
26     SID_OPENDLG_PIVOTTABLE      [ StateMethod = StateDisableItems; ]
27     SID_OPENDLG_TABOP           [ StateMethod = StateDisableItems; ]
28     SID_FILTER                  [ StateMethod = StateDisableItems; ]
29     SID_SPECIAL_FILTER          [ StateMethod = StateDisableItems; ]
30     SID_DEFINE_DBNAME           [ StateMethod = StateDisableItems; ]
31     SID_OPENDLG_CONSOLIDATE     [ StateMethod = StateDisableItems; ]
32     SID_OPENDLG_EDIT_PRINTAREA  [ StateMethod = StateDisableItems; ]
33     // others:
34     SID_DRAW_CHART              [ StateMethod = StateDisableItems; ]
35     SID_OPENDLG_FUNCTION        [ StateMethod = StateDisableItems; ]
37     SID_CUT             [ ExecMethod = Execute; StateMethod = GetState; ]
38     SID_COPY            [ ExecMethod = Execute; StateMethod = GetState; ]
39     SID_PASTE           [ ExecMethod = Execute; StateMethod = GetClipState; ]
40     SID_PASTE_SPECIAL   [ ExecMethod = Execute; StateMethod = GetClipState; ]
41     SID_PASTE_UNFORMATTED [ ExecMethod = Execute; StateMethod = GetClipState; ]
42     SID_CLIPBOARD_FORMAT_ITEMS [ ExecMethod = Execute; StateMethod = GetClipState; ]
43     SID_SELECTALL       [ ExecMethod = Execute; StateMethod = GetState; ]
44     SID_CHARMAP         [ ExecMethod = Execute; StateMethod = GetState; ]
45     SID_CHARMAP_CONTROL   [ ExecMethod = Execute; StateMethod = GetState; ]
46     SID_THES            [ ExecMethod = Execute; StateMethod = GetState; ]
47     SID_THESAURUS       [ ExecMethod = Execute; StateMethod = GetState; ]
48     // attribute:
49     SID_TEXT_STANDARD           [ ExecMethod = ExecuteAttr; StateMethod = GetState; ]
50     SID_CELL_FORMAT_RESET       [ ExecMethod = ExecuteAttr; StateMethod = GetState; ]
51     SID_DRAWTEXT_ATTR_DLG       [ ExecMethod = ExecuteAttr; StateMethod = GetState; ]
52     SID_ATTR_CHAR_FONT          [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
53     SID_ATTR_CHAR_FONTHEIGHT    [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
54     SID_ATTR_CHAR_COLOR         [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
55     SID_ATTR_CHAR_BACK_COLOR    [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
56     SID_ATTR_CHAR_WEIGHT        [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
57     SID_ATTR_CHAR_POSTURE       [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
58     SID_ATTR_CHAR_UNDERLINE     [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
60     SID_ULINE_VAL_NONE          [ ExecMethod = ExecuteToggle; StateMethod = GetAttrState; ]
61     SID_ULINE_VAL_SINGLE        [ ExecMethod = ExecuteToggle; StateMethod = GetAttrState; ]
62     SID_ULINE_VAL_DOUBLE        [ ExecMethod = ExecuteToggle; StateMethod = GetAttrState; ]
63     SID_ULINE_VAL_DOTTED        [ ExecMethod = ExecuteToggle; StateMethod = GetAttrState; ]
65     SID_ATTR_CHAR_OVERLINE      [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
66     SID_ATTR_CHAR_CONTOUR       [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
67     SID_ATTR_CHAR_SHADOWED      [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
68     SID_ATTR_CHAR_STRIKEOUT     [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
69     SID_ALIGNLEFT               [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
70     SID_ALIGNCENTERHOR          [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
71     SID_ALIGNRIGHT              [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
72     SID_ALIGNBLOCK              [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
74     SID_ATTR_PARA_ADJUST_LEFT               [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
75     SID_ATTR_PARA_ADJUST_CENTER             [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
76     SID_ATTR_PARA_ADJUST_RIGHT              [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
77     SID_ATTR_PARA_ADJUST_BLOCK              [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
78     SID_ATTR_PARA_LRSPACE                   [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
79     SID_ATTR_PARA_LINESPACE                 [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
80     SID_ATTR_PARA_ULSPACE                   [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
82     SID_ATTR_PARA_LINESPACE_10  [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
83     SID_ATTR_PARA_LINESPACE_15  [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
84     SID_ATTR_PARA_LINESPACE_20  [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
85     SID_PARASPACE_INCREASE      [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
86     SID_PARASPACE_DECREASE      [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
87     SID_GROW_FONT_SIZE          [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
88     SID_SHRINK_FONT_SIZE        [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
89     SID_SET_SUPER_SCRIPT        [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
90     SID_SET_SUB_SCRIPT          [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
91     SID_ATTR_CHAR_KERNING       [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
92     SID_CHAR_DLG                [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
93     SID_CHAR_DLG_EFFECT         [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
94     SID_PARA_DLG                [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
95     // FontWork:
96     SID_FONTWORK    [ ExecMethod = ExecuteExtra; StateMethod = GetState; ]
98     // pseudo slots from Format menu
99     SID_ALIGN_ANY_LEFT      [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
100     SID_ALIGN_ANY_HCENTER   [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
101     SID_ALIGN_ANY_RIGHT     [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
102     SID_ALIGN_ANY_JUSTIFIED [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
104     SID_FORMTEXT_STYLE      [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; ]
105     SID_FORMTEXT_ADJUST     [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; ]
106     SID_FORMTEXT_DISTANCE   [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; ]
107     SID_FORMTEXT_START      [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; ]
108     SID_FORMTEXT_MIRROR     [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; ]
109     SID_FORMTEXT_HIDEFORM   [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; ]
110     SID_FORMTEXT_OUTLINE    [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; ]
111     SID_FORMTEXT_SHADOW     [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; ]
112     SID_FORMTEXT_SHDWCOLOR  [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; ]
113     SID_FORMTEXT_SHDWXVAL   [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; ]
114     SID_FORMTEXT_SHDWYVAL   [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; ]
116     SID_HYPERLINK_SETLINK   [ ExecMethod = Execute; ]
117     SID_HYPERLINK_GETLINK   [ StateMethod = GetState; ]
118     SID_OPEN_HYPERLINK      [ ExecMethod = Execute; StateMethod = GetState; ]
119     SID_EDIT_HYPERLINK      [ ExecMethod = Execute; StateMethod = GetState; ]
120     SID_COPY_HYPERLINK_LOCATION [ ExecMethod = Execute; StateMethod = GetState; ]
121     SID_REMOVE_HYPERLINK    [ ExecMethod = Execute; StateMethod = GetState; ]
122     SID_ENABLE_HYPHENATION  [ ExecMethod = Execute; StateMethod = GetState; ]
124     SID_TEXTDIRECTION_LEFT_TO_RIGHT     [ ExecMethod = Execute; StateMethod = GetAttrState; ]
125     SID_TEXTDIRECTION_TOP_TO_BOTTOM     [ ExecMethod = Execute; StateMethod = GetAttrState; ]
126     SID_ATTR_PARA_LEFT_TO_RIGHT         [ ExecMethod = ExecuteExtra; StateMethod = GetAttrState; ]
127     SID_ATTR_PARA_RIGHT_TO_LEFT         [ ExecMethod = ExecuteExtra; StateMethod = GetAttrState; ]
128     SID_VERTICALTEXT_STATE              [ StateMethod = GetAttrState ; ]
129     SID_CTLFONT_STATE                   [ StateMethod = GetAttrState ; ]
131     SID_TRANSLITERATE_SENTENCE_CASE [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
132     SID_TRANSLITERATE_TITLE_CASE    [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
133     SID_TRANSLITERATE_TOGGLE_CASE   [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
134     SID_TRANSLITERATE_UPPER     [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
135     SID_TRANSLITERATE_LOWER     [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
136     SID_TRANSLITERATE_HALFWIDTH [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
137     SID_TRANSLITERATE_FULLWIDTH [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
138     SID_TRANSLITERATE_HIRAGANA  [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
139     SID_TRANSLITERATE_KATAKANA  [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
141     SID_TABLE_VERT_NONE [ExecMethod = ExecuteAttr ;StateMethod = GetStatePropPanelAttr ;]
142     SID_TABLE_VERT_CENTER [ExecMethod = ExecuteAttr ;StateMethod = GetStatePropPanelAttr ;]
143     SID_TABLE_VERT_BOTTOM [ExecMethod = ExecuteAttr ;StateMethod = GetStatePropPanelAttr ;]
149 shell ScDrawTextObjectBar
151     import TableDrawText;