xref: /aoo42x/main/sd/sdi/drbezob.sdi (revision cdf0e10c)
1*cdf0e10cSrcweir
2*cdf0e10cSrcweirshell BezierObjectBar
3*cdf0e10cSrcweir{
4*cdf0e10cSrcweir	SID_BEZIER_MOVE // ole : no, status : ?
5*cdf0e10cSrcweir	[
6*cdf0e10cSrcweir		ExecMethod = Execute;
7*cdf0e10cSrcweir		StateMethod = GetAttrState;
8*cdf0e10cSrcweir	]
9*cdf0e10cSrcweir
10*cdf0e10cSrcweir	SID_BEZIER_INSERT // ole : no, status : ?
11*cdf0e10cSrcweir	[
12*cdf0e10cSrcweir		ExecMethod = Execute;
13*cdf0e10cSrcweir		StateMethod = GetAttrState;
14*cdf0e10cSrcweir	]
15*cdf0e10cSrcweir
16*cdf0e10cSrcweir	SID_BEZIER_DELETE // ole : no, status : ?
17*cdf0e10cSrcweir	[
18*cdf0e10cSrcweir		ExecMethod = Execute;
19*cdf0e10cSrcweir		StateMethod = GetAttrState;
20*cdf0e10cSrcweir	]
21*cdf0e10cSrcweir
22*cdf0e10cSrcweir	SID_BEZIER_CUTLINE // ole : no, status : ?
23*cdf0e10cSrcweir	[
24*cdf0e10cSrcweir		ExecMethod = Execute;
25*cdf0e10cSrcweir		StateMethod = GetAttrState;
26*cdf0e10cSrcweir	]
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir	SID_BEZIER_CONVERT // ole : no, status : ?
29*cdf0e10cSrcweir	[
30*cdf0e10cSrcweir		ExecMethod = Execute;
31*cdf0e10cSrcweir		StateMethod = GetAttrState;
32*cdf0e10cSrcweir	]
33*cdf0e10cSrcweir
34*cdf0e10cSrcweir	SID_BEZIER_EDGE // ole : no, status : ?
35*cdf0e10cSrcweir	[
36*cdf0e10cSrcweir		ExecMethod = Execute;
37*cdf0e10cSrcweir		StateMethod = GetAttrState;
38*cdf0e10cSrcweir	]
39*cdf0e10cSrcweir
40*cdf0e10cSrcweir	SID_BEZIER_SMOOTH // ole : no, status : ?
41*cdf0e10cSrcweir	[
42*cdf0e10cSrcweir		ExecMethod = Execute;
43*cdf0e10cSrcweir		StateMethod = GetAttrState;
44*cdf0e10cSrcweir	]
45*cdf0e10cSrcweir
46*cdf0e10cSrcweir	SID_BEZIER_SYMMTR // ole : no, status : ?
47*cdf0e10cSrcweir	[
48*cdf0e10cSrcweir		ExecMethod = Execute;
49*cdf0e10cSrcweir		StateMethod = GetAttrState;
50*cdf0e10cSrcweir	]
51*cdf0e10cSrcweir
52*cdf0e10cSrcweir	SID_BEZIER_ELIMINATE_POINTS // ole : no, status : ?
53*cdf0e10cSrcweir	[
54*cdf0e10cSrcweir		ExecMethod = Execute;
55*cdf0e10cSrcweir		StateMethod = GetAttrState;
56*cdf0e10cSrcweir	]
57*cdf0e10cSrcweir
58*cdf0e10cSrcweir	SID_BEZIER_CLOSE // ole : no, status : ?
59*cdf0e10cSrcweir	[
60*cdf0e10cSrcweir		ExecMethod = Execute;
61*cdf0e10cSrcweir		StateMethod = GetAttrState;
62*cdf0e10cSrcweir	]
63*cdf0e10cSrcweir}
64*cdf0e10cSrcweir
65