bump product version to 4.1.6.2
[LibreOffice.git] / sw / sdi / _drwbase.sdi
blob4a8de6813b1fd4b8edcae1b0b4deaeaad8eb0c31
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     Automation = FALSE;
24     FN_DRAW_WRAP_DLG
25     [
26         ExecMethod = Execute;
27         StateMethod = GetState ;
28         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
29     ]
31     SID_ATTR_TRANSFORM
32     [
33         ExecMethod = Execute;
34         StateMethod = GetState ;
35         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
36     ]
38     SID_GROUP
39     [
40         ExecMethod = Execute ;
41         StateMethod = GetState ;
42         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
43     ]
45     SID_UNGROUP
46     [
47         ExecMethod = Execute ;
48         StateMethod = GetState ;
49         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
50     ]
52     SID_ENTER_GROUP
53     [
54         AutoUpdate = TRUE ,
55         ExecMethod = Execute ;
56         StateMethod = GetState ;
57     ]
59     SID_LEAVE_GROUP
60     [
61         AutoUpdate = TRUE ,
62         ExecMethod = Execute ;
63         StateMethod = GetState ;
64     ]
66     SID_FRAME_TO_TOP
67     [
68         ExecMethod = Execute ;
69         StateMethod = GetState ;
70         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
71     ]
73     SID_FRAME_TO_BOTTOM
74     [
75         ExecMethod = Execute ;
76         StateMethod = GetState ;
77         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
78     ]
80     FN_FRAME_UP
81     [
82         ExecMethod = Execute ;
83         StateMethod = GetState ;
84         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
85     ]
87     FN_FRAME_DOWN
88     [
89         ExecMethod = Execute ;
90         StateMethod = GetState ;
91         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
92     ]
94     SID_DELETE
95     [
96         ExecMethod = Execute ;
97         StateMethod = GetState ;
98         FastCall = FALSE ;
99         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
100     ]
102     FN_BACKSPACE
103     [
104         ExecMethod = Execute ;
105         StateMethod = GetState ;
106         FastCall = FALSE ;
107         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
108     ]
110     // #i68101#
111     FN_TITLE_DESCRIPTION_SHAPE
112     [
113         ExecMethod = Execute ;
114         StateMethod = GetState ;
115         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
116     ]
117     FN_NAME_SHAPE
118     [
119         ExecMethod = Execute ;
120         StateMethod = GetState ;
121         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
122     ]