xref: /AOO41X/main/sd/sdi/drbezob.sdi (revision 7aab1a1cf66a3d5a7e8358864514bc43077c5297)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23shell BezierObjectBar
24{
25    SID_BEZIER_MOVE // ole : no, status : ?
26    [
27        ExecMethod = Execute;
28        StateMethod = GetAttrState;
29    ]
30
31    SID_BEZIER_INSERT // ole : no, status : ?
32    [
33        ExecMethod = Execute;
34        StateMethod = GetAttrState;
35    ]
36
37    SID_BEZIER_DELETE // ole : no, status : ?
38    [
39        ExecMethod = Execute;
40        StateMethod = GetAttrState;
41    ]
42
43    SID_BEZIER_CUTLINE // ole : no, status : ?
44    [
45        ExecMethod = Execute;
46        StateMethod = GetAttrState;
47    ]
48
49    SID_BEZIER_CONVERT // ole : no, status : ?
50    [
51        ExecMethod = Execute;
52        StateMethod = GetAttrState;
53    ]
54
55    SID_BEZIER_EDGE // ole : no, status : ?
56    [
57        ExecMethod = Execute;
58        StateMethod = GetAttrState;
59    ]
60
61    SID_BEZIER_SMOOTH // ole : no, status : ?
62    [
63        ExecMethod = Execute;
64        StateMethod = GetAttrState;
65    ]
66
67    SID_BEZIER_SYMMTR // ole : no, status : ?
68    [
69        ExecMethod = Execute;
70        StateMethod = GetAttrState;
71    ]
72
73    SID_BEZIER_ELIMINATE_POINTS // ole : no, status : ?
74    [
75        ExecMethod = Execute;
76        StateMethod = GetAttrState;
77    ]
78
79    SID_BEZIER_CLOSE // ole : no, status : ?
80    [
81        ExecMethod = Execute;
82        StateMethod = GetAttrState;
83    ]
84}
85
86