Update ooo320-m1
[ooovba.git] / sw / sdi / _beziers.sdi
blob1af3b16caddd84adf3970900125773d64498f2b1
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: _beziers.sdi,v $
10  * $Revision: 1.4 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 interface _Bezier : Base
32 [ Automation = FALSE; ]
34     SID_DELETE
35     [
36         ExecMethod = Execute ;
37         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
38     ]
40     FN_BACKSPACE
41     [
42         ExecMethod = Execute ;
43         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
44     ]
46     FN_ESCAPE // api:
47     [
48         ExecMethod = Execute;
49     ]
51     SID_BEZIER_MOVE
52     [
53         Export = FALSE;
54         ExecMethod = Execute ;
55         StateMethod = GetState ;
56         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
57     ]
59     SID_BEZIER_INSERT
60     [
61         Export = FALSE;
62         ExecMethod = Execute ;
63         StateMethod = GetState ;
64         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
65     ]
67     SID_BEZIER_DELETE
68     [
69         Export = FALSE;
70         ExecMethod = Execute ;
71         StateMethod = GetState ;
72         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
73     ]
75     SID_BEZIER_CUTLINE
76     [
77         Export = FALSE;
78         ExecMethod = Execute ;
79         StateMethod = GetState ;
80         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
81     ]
83     SID_BEZIER_CONVERT
84     [
85         Export = FALSE;
86         ExecMethod = Execute ;
87         StateMethod = GetState ;
88         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
89     ]
91     SID_BEZIER_EDGE
92     [
93         Export = FALSE;
94         ExecMethod = Execute ;
95         StateMethod = GetState ;
96         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
97     ]
99     SID_BEZIER_SMOOTH
100     [
101         Export = FALSE;
102         ExecMethod = Execute ;
103         StateMethod = GetState ;
104         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
105     ]
107     SID_BEZIER_SYMMTR
108     [
109         Export = FALSE;
110         ExecMethod = Execute ;
111         StateMethod = GetState ;
112         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
113     ]
115     SID_BEZIER_CLOSE
116     [
117         Export = FALSE;
118         ExecMethod = Execute ;
119         StateMethod = GetState ;
120         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
121     ]
123     SID_BEZIER_ELIMINATE_POINTS
124     [
125         Export = FALSE;
126         ExecMethod = Execute ;
127         StateMethod = GetState ;
128         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
129     ]