[en_US] Added 13 autocorrect words
[LibreOffice.git] / sw / sdi / _drwbase.sdi
blobeae02c15312c26e798f6de855857c952663d411e
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_FRAME_TO_TOP
64     [
65         ExecMethod = Execute ;
66         StateMethod = GetState ;
67         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
68     ]
70     SID_FRAME_TO_BOTTOM
71     [
72         ExecMethod = Execute ;
73         StateMethod = GetState ;
74         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
75     ]
77     FN_FRAME_UP
78     [
79         ExecMethod = Execute ;
80         StateMethod = GetState ;
81         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
82     ]
84     FN_FRAME_DOWN
85     [
86         ExecMethod = Execute ;
87         StateMethod = GetState ;
88         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
89     ]
91     SID_DELETE
92     [
93         ExecMethod = Execute ;
94         StateMethod = GetState ;
95         FastCall = FALSE ;
96         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
97     ]
99     FN_BACKSPACE
100     [
101         ExecMethod = Execute ;
102         StateMethod = GetState ;
103         FastCall = FALSE ;
104         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
105     ]
107     // #i68101#
108     FN_TITLE_DESCRIPTION_SHAPE
109     [
110         ExecMethod = Execute ;
111         StateMethod = GetState ;
112         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
113     ]
114     FN_NAME_SHAPE
115     [
116         ExecMethod = Execute ;
117         StateMethod = GetState ;
118         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
119     ]