Impress Remote 1.0.5, tag sdremote-1.0.5
[LibreOffice.git] / sw / sdi / _beziers.sdi
blobd89fad371d639271dfc881c1b6f31d93eda2fbf0
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 _Bezier : Base
20 [ Automation = FALSE; ]
22     SID_DELETE
23     [
24         ExecMethod = Execute ;
25         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
26     ]
28     FN_BACKSPACE
29     [
30         ExecMethod = Execute ;
31         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
32     ]
34     FN_ESCAPE // api:
35     [
36         ExecMethod = Execute;
37     ]
39     SID_BEZIER_MOVE
40     [
41         Export = FALSE;
42         ExecMethod = Execute ;
43         StateMethod = GetState ;
44         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
45     ]
47     SID_BEZIER_INSERT
48     [
49         Export = FALSE;
50         ExecMethod = Execute ;
51         StateMethod = GetState ;
52         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
53     ]
55     SID_BEZIER_DELETE
56     [
57         Export = FALSE;
58         ExecMethod = Execute ;
59         StateMethod = GetState ;
60         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
61     ]
63     SID_BEZIER_CUTLINE
64     [
65         Export = FALSE;
66         ExecMethod = Execute ;
67         StateMethod = GetState ;
68         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
69     ]
71     SID_BEZIER_CONVERT
72     [
73         Export = FALSE;
74         ExecMethod = Execute ;
75         StateMethod = GetState ;
76         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
77     ]
79     SID_BEZIER_EDGE
80     [
81         Export = FALSE;
82         ExecMethod = Execute ;
83         StateMethod = GetState ;
84         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
85     ]
87     SID_BEZIER_SMOOTH
88     [
89         Export = FALSE;
90         ExecMethod = Execute ;
91         StateMethod = GetState ;
92         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
93     ]
95     SID_BEZIER_SYMMTR
96     [
97         Export = FALSE;
98         ExecMethod = Execute ;
99         StateMethod = GetState ;
100         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
101     ]
103     SID_BEZIER_CLOSE
104     [
105         Export = FALSE;
106         ExecMethod = Execute ;
107         StateMethod = GetState ;
108         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
109     ]
111     SID_BEZIER_ELIMINATE_POINTS
112     [
113         Export = FALSE;
114         ExecMethod = Execute ;
115         StateMethod = GetState ;
116         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
117     ]