Impress Remote 1.0.5, tag sdremote-1.0.5
[LibreOffice.git] / sw / sdi / beziersh.sdi
blobb2c53defa4ae4097dd8494f8f79195b392166fd3
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 TextBezier : TextSelection
21     uuid = "68EF7EA0-6876-11D0-A887-008029E86826" ]
23     SID_DELETE
24     [
25         ExecMethod = Execute ;
26         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
27     ]
29     FN_BACKSPACE
30     [
31         ExecMethod = Execute ;
32         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
33     ]
35     FN_ESCAPE // api:
36     [
37         ExecMethod = Execute;
38     ]
40     SID_BEZIER_MOVE
41     [
42         Export = FALSE;
43         ExecMethod = Execute ;
44         StateMethod = GetState ;
45         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
46     ]
48     SID_BEZIER_INSERT
49     [
50         Export = FALSE;
51         ExecMethod = Execute ;
52         StateMethod = GetState ;
53         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
54     ]
56     SID_BEZIER_DELETE
57     [
58         Export = FALSE;
59         ExecMethod = Execute ;
60         StateMethod = GetState ;
61         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
62     ]
64     SID_BEZIER_CUTLINE
65     [
66         Export = FALSE;
67         ExecMethod = Execute ;
68         StateMethod = GetState ;
69         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
70     ]
72     SID_BEZIER_CONVERT
73     [
74         Export = FALSE;
75         ExecMethod = Execute ;
76         StateMethod = GetState ;
77         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
78     ]
80     SID_BEZIER_EDGE
81     [
82         Export = FALSE;
83         ExecMethod = Execute ;
84         StateMethod = GetState ;
85         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
86     ]
88     SID_BEZIER_SMOOTH
89     [
90         Export = FALSE;
91         ExecMethod = Execute ;
92         StateMethod = GetState ;
93         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
94     ]
96     SID_BEZIER_SYMMTR
97     [
98         Export = FALSE;
99         ExecMethod = Execute ;
100         StateMethod = GetState ;
101         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
102     ]
104     SID_BEZIER_CLOSE
105     [
106         Export = FALSE;
107         ExecMethod = Execute ;
108         StateMethod = GetState ;
109         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
110     ]
112     SID_BEZIER_ELIMINATE_POINTS
113     [
114         Export = FALSE;
115         ExecMethod = Execute ;
116         StateMethod = GetState ;
117         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
118     ]
121 shell SwBezierShell: SwBaseShell
123     import TextBezier[Automation];