clang does not support -flto=<number>
[LibreOffice.git] / sc / sdi / drtxtob.sdi
blobc65c961084299611438d430edd978a2eb8a2b80e
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; ]
36     SID_STYLE_FAMILY2           [ StateMethod = StateDisableItems; ]
37     SID_STYLE_FAMILY4           [ StateMethod = StateDisableItems; ]
38     SID_STYLE_APPLY             [ StateMethod = StateDisableItems; ]
39     SID_STYLE_WATERCAN          [ StateMethod = StateDisableItems; ]
40     SID_STYLE_NEW_BY_EXAMPLE    [ StateMethod = StateDisableItems; ]
41     SID_STYLE_UPDATE_BY_EXAMPLE [ StateMethod = StateDisableItems; ]
42     SID_STYLE_NEW               [ StateMethod = StateDisableItems; ]
43     SID_STYLE_EDIT              [ StateMethod = StateDisableItems; ]
44     SID_STYLE_DELETE            [ StateMethod = StateDisableItems; ]
45     SID_STYLE_HIDE              [ StateMethod = StateDisableItems; ]
46     SID_STYLE_SHOW              [ StateMethod = StateDisableItems; ]
49     SID_CUT             [ ExecMethod = Execute; StateMethod = GetState; ]
50     SID_COPY            [ ExecMethod = Execute; StateMethod = GetState; ]
51     SID_PASTE           [ ExecMethod = Execute; StateMethod = GetClipState; ]
52     SID_PASTE_SPECIAL   [ ExecMethod = Execute; StateMethod = GetClipState; ]
53     SID_PASTE_UNFORMATTED [ ExecMethod = Execute; StateMethod = GetClipState; ]
54     SID_CLIPBOARD_FORMAT_ITEMS [ ExecMethod = Execute; StateMethod = GetClipState; ]
55     SID_SELECTALL       [ ExecMethod = Execute; StateMethod = GetState; ]
56     SID_CHARMAP         [ ExecMethod = Execute; StateMethod = GetState; ]
57     SID_EMOJI_CONTROL   [ ExecMethod = Execute; StateMethod = GetState; ]
58     SID_CHARMAP_CONTROL   [ ExecMethod = Execute; StateMethod = GetState; ]
59     SID_THES            [ ExecMethod = Execute; StateMethod = GetState; ]
60     SID_THESAURUS       [ ExecMethod = Execute; StateMethod = GetState; ]
61     // attribute:
62     SID_TEXT_STANDARD           [ ExecMethod = ExecuteAttr; StateMethod = GetState; ]
63     SID_DRAWTEXT_ATTR_DLG       [ ExecMethod = ExecuteAttr; StateMethod = GetState; ]
64     SID_ATTR_CHAR_FONT          [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
65     SID_ATTR_CHAR_FONTHEIGHT    [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
66     SID_ATTR_CHAR_COLOR         [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
67     SID_ATTR_CHAR_BACK_COLOR    [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
68     SID_ATTR_CHAR_WEIGHT        [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
69     SID_ATTR_CHAR_POSTURE       [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
70     SID_ATTR_CHAR_UNDERLINE     [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
72     SID_ULINE_VAL_NONE          [ ExecMethod = ExecuteToggle; StateMethod = GetAttrState; ]
73     SID_ULINE_VAL_SINGLE        [ ExecMethod = ExecuteToggle; StateMethod = GetAttrState; ]
74     SID_ULINE_VAL_DOUBLE        [ ExecMethod = ExecuteToggle; StateMethod = GetAttrState; ]
75     SID_ULINE_VAL_DOTTED        [ ExecMethod = ExecuteToggle; StateMethod = GetAttrState; ]
77     SID_ATTR_CHAR_OVERLINE      [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
78     SID_ATTR_CHAR_CONTOUR       [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
79     SID_ATTR_CHAR_SHADOWED      [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
80     SID_ATTR_CHAR_STRIKEOUT     [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
81     SID_ALIGNLEFT               [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
82     SID_ALIGNCENTERHOR          [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
83     SID_ALIGNRIGHT              [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
84     SID_ALIGNBLOCK              [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
86     SID_ATTR_PARA_ADJUST_LEFT               [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
87     SID_ATTR_PARA_ADJUST_CENTER             [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
88     SID_ATTR_PARA_ADJUST_RIGHT              [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
89     SID_ATTR_PARA_ADJUST_BLOCK              [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
90     SID_ATTR_PARA_LRSPACE                   [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
91     SID_ATTR_PARA_LINESPACE                 [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
92     SID_ATTR_PARA_ULSPACE                   [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
94     SID_ATTR_PARA_LINESPACE_10  [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
95     SID_ATTR_PARA_LINESPACE_15  [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
96     SID_ATTR_PARA_LINESPACE_20  [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
97     SID_PARASPACE_INCREASE      [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
98     SID_PARASPACE_DECREASE      [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
99     SID_GROW_FONT_SIZE          [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
100     SID_SHRINK_FONT_SIZE        [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
101     SID_SET_SUPER_SCRIPT        [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
102     SID_SET_SUB_SCRIPT          [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
103     SID_ATTR_CHAR_KERNING       [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
104     SID_CHAR_DLG                [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
105     SID_CHAR_DLG_EFFECT         [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
106     SID_PARA_DLG                [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
107     // FontWork:
108     SID_FONTWORK    [ ExecMethod = ExecuteExtra; StateMethod = GetState; ]
110     // pseudo slots from Format menu
111     SID_ALIGN_ANY_LEFT      [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
112     SID_ALIGN_ANY_HCENTER   [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
113     SID_ALIGN_ANY_RIGHT     [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
114     SID_ALIGN_ANY_JUSTIFIED [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
116     SID_FORMTEXT_STYLE      [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; ]
117     SID_FORMTEXT_ADJUST     [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; ]
118     SID_FORMTEXT_DISTANCE   [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; ]
119     SID_FORMTEXT_START      [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; ]
120     SID_FORMTEXT_MIRROR     [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; ]
121     SID_FORMTEXT_HIDEFORM   [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; ]
122     SID_FORMTEXT_OUTLINE    [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; ]
123     SID_FORMTEXT_SHADOW     [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; ]
124     SID_FORMTEXT_SHDWCOLOR  [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; ]
125     SID_FORMTEXT_SHDWXVAL   [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; ]
126     SID_FORMTEXT_SHDWYVAL   [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; ]
128     SID_HYPERLINK_SETLINK   [ ExecMethod = Execute; ]
129     SID_HYPERLINK_GETLINK   [ StateMethod = GetState; ]
130     SID_OPEN_HYPERLINK      [ ExecMethod = Execute; StateMethod = GetState; ]
131     SID_EDIT_HYPERLINK      [ ExecMethod = Execute; StateMethod = GetState; ]
132     SID_COPY_HYPERLINK_LOCATION [ ExecMethod = Execute; StateMethod = GetState; ]
133     SID_REMOVE_HYPERLINK    [ ExecMethod = Execute; StateMethod = GetState; ]
134     SID_ENABLE_HYPHENATION  [ ExecMethod = Execute; StateMethod = GetState; ]
136     SID_TEXTDIRECTION_LEFT_TO_RIGHT     [ ExecMethod = Execute; StateMethod = GetAttrState; ]
137     SID_TEXTDIRECTION_TOP_TO_BOTTOM     [ ExecMethod = Execute; StateMethod = GetAttrState; ]
138     SID_ATTR_PARA_LEFT_TO_RIGHT         [ ExecMethod = ExecuteExtra; StateMethod = GetAttrState; ]
139     SID_ATTR_PARA_RIGHT_TO_LEFT         [ ExecMethod = ExecuteExtra; StateMethod = GetAttrState; ]
140     SID_VERTICALTEXT_STATE              [ StateMethod = GetAttrState ; ]
141     SID_CTLFONT_STATE                   [ StateMethod = GetAttrState ; ]
143     SID_TRANSLITERATE_SENTENCE_CASE [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
144     SID_TRANSLITERATE_TITLE_CASE    [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
145     SID_TRANSLITERATE_TOGGLE_CASE   [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
146     SID_TRANSLITERATE_UPPER     [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
147     SID_TRANSLITERATE_LOWER     [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
148     SID_TRANSLITERATE_HALFWIDTH [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
149     SID_TRANSLITERATE_FULLWIDTH [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
150     SID_TRANSLITERATE_HIRAGANA  [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
151     SID_TRANSLITERATE_KATAKANA  [ ExecMethod = ExecuteTrans; StateMethod = GetState; ]
153     SID_TABLE_VERT_NONE [ExecMethod = ExecuteAttr ;StateMethod = GetStatePropPanelAttr ;]
154     SID_TABLE_VERT_CENTER [ExecMethod = ExecuteAttr ;StateMethod = GetStatePropPanelAttr ;]
155     SID_TABLE_VERT_BOTTOM [ExecMethod = ExecuteAttr ;StateMethod = GetStatePropPanelAttr ;]
161 shell ScDrawTextObjectBar
163     import TableDrawText;