Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / sdi / _drwbase.sdi
blob4981490ec22bd38e363b442c7d587f32614c4fc0
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  */
19 interface BaseTextDrawBase
21     FN_DRAW_WRAP_DLG
22     [
23         ExecMethod = Execute;
24         StateMethod = GetState ;
25         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
26     ]
28     SID_ATTR_TRANSFORM
29     [
30         ExecMethod = Execute;
31         StateMethod = GetState ;
32         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
33     ]
35     SID_GROUP
36     [
37         ExecMethod = Execute ;
38         StateMethod = GetState ;
39         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
40     ]
42     SID_UNGROUP
43     [
44         ExecMethod = Execute ;
45         StateMethod = GetState ;
46         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
47     ]
49     SID_ENTER_GROUP
50     [
51         AutoUpdate = TRUE ,
52         ExecMethod = Execute ;
53         StateMethod = GetState ;
54     ]
56     SID_LEAVE_GROUP
57     [
58         AutoUpdate = TRUE ,
59         ExecMethod = Execute ;
60         StateMethod = GetState ;
61     ]
63     SID_REGENERATE_DIAGRAM
64     [
65         AutoUpdate = TRUE ,
66         ExecMethod = Execute ;
67         StateMethod = GetState ;
68     ]
70     SID_EDIT_DIAGRAM
71     [
72         AutoUpdate = TRUE ,
73         ExecMethod = Execute ;
74         StateMethod = GetState ;
75     ]
77     SID_FRAME_TO_TOP
78     [
79         ExecMethod = Execute ;
80         StateMethod = GetState ;
81         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
82     ]
84     SID_FRAME_TO_BOTTOM
85     [
86         ExecMethod = Execute ;
87         StateMethod = GetState ;
88         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
89     ]
91     FN_FRAME_UP
92     [
93         ExecMethod = Execute ;
94         StateMethod = GetState ;
95         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
96     ]
98     FN_FRAME_DOWN
99     [
100         ExecMethod = Execute ;
101         StateMethod = GetState ;
102         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
103     ]
105     SID_DELETE
106     [
107         ExecMethod = Execute ;
108         StateMethod = GetState ;
109         FastCall = FALSE ;
110         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
111     ]
113     FN_BACKSPACE
114     [
115         ExecMethod = Execute ;
116         StateMethod = GetState ;
117         FastCall = FALSE ;
118         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
119     ]
121     // #i68101#
122     FN_TITLE_DESCRIPTION_SHAPE
123     [
124         ExecMethod = Execute ;
125         StateMethod = GetState ;
126         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
127     ]
128     FN_NAME_SHAPE
129     [
130         ExecMethod = Execute ;
131         StateMethod = GetState ;
132         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
133     ]
134     SID_OPEN_HYPERLINK
135     [
136         ExecMethod = Execute ;
137         StateMethod = GetState ;
138         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
139     ]
140     SID_EDIT_HYPERLINK
141     [
142         ExecMethod = Execute ;
143         StateMethod = GetState ;
144         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
145     ]
146     SID_HYPERLINK_DIALOG
147     [
148         ExecMethod = Execute;
149         StateMethod = GetState;
150         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
151     ]
152     SID_HYPERLINK_SETLINK // status()
153     [
154         ExecMethod = Execute ;
155         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
156     ]
157     SID_HYPERLINK_GETLINK // status()
158     [
159         StateMethod = GetState ;
160     ]
161     SID_REMOVE_HYPERLINK
162     [
163         ExecMethod = Execute ;
164         StateMethod = GetState;
165         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
166     ]
167     SID_COPY_HYPERLINK_LOCATION
168     [
169         ExecMethod = Execute ;
170         StateMethod = GetState;
171         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
172     ]