xref: /aoo42x/main/sd/sdi/drgrfob.sdi (revision cdf0e10c)
1*cdf0e10cSrcweirshell GraphicObjectBar
2*cdf0e10cSrcweir{
3*cdf0e10cSrcweir	SID_GRFFILTER
4*cdf0e10cSrcweir	[
5*cdf0e10cSrcweir		ExecMethod = ExecuteFilter;
6*cdf0e10cSrcweir		StateMethod = GetFilterState;
7*cdf0e10cSrcweir	]
8*cdf0e10cSrcweir	SID_GRFFILTER_INVERT // ole : no, status : no
9*cdf0e10cSrcweir	[
10*cdf0e10cSrcweir		ExecMethod = ExecuteFilter;
11*cdf0e10cSrcweir		StateMethod = GetFilterState ;
12*cdf0e10cSrcweir	]
13*cdf0e10cSrcweir	SID_GRFFILTER_SMOOTH // ole : no, status : no
14*cdf0e10cSrcweir	[
15*cdf0e10cSrcweir		ExecMethod = ExecuteFilter;
16*cdf0e10cSrcweir		StateMethod = GetFilterState ;
17*cdf0e10cSrcweir	]
18*cdf0e10cSrcweir	SID_GRFFILTER_SHARPEN // ole : no, status : no
19*cdf0e10cSrcweir	[
20*cdf0e10cSrcweir		ExecMethod = ExecuteFilter;
21*cdf0e10cSrcweir		StateMethod = GetFilterState ;
22*cdf0e10cSrcweir	]
23*cdf0e10cSrcweir	SID_GRFFILTER_REMOVENOISE // ole : no, status : no
24*cdf0e10cSrcweir	[
25*cdf0e10cSrcweir		ExecMethod = ExecuteFilter;
26*cdf0e10cSrcweir		StateMethod = GetFilterState ;
27*cdf0e10cSrcweir	]
28*cdf0e10cSrcweir	SID_GRFFILTER_SOBEL // ole : no, status : no
29*cdf0e10cSrcweir	[
30*cdf0e10cSrcweir		ExecMethod = ExecuteFilter;
31*cdf0e10cSrcweir		StateMethod = GetFilterState;
32*cdf0e10cSrcweir	]
33*cdf0e10cSrcweir	SID_GRFFILTER_MOSAIC // ole : no, status : no
34*cdf0e10cSrcweir	[
35*cdf0e10cSrcweir		ExecMethod = ExecuteFilter;
36*cdf0e10cSrcweir		StateMethod = GetFilterState;
37*cdf0e10cSrcweir	]
38*cdf0e10cSrcweir	SID_GRFFILTER_EMBOSS // ole : no, status : no
39*cdf0e10cSrcweir	[
40*cdf0e10cSrcweir		ExecMethod = ExecuteFilter;
41*cdf0e10cSrcweir		StateMethod = GetFilterState;
42*cdf0e10cSrcweir	]
43*cdf0e10cSrcweir	SID_GRFFILTER_POSTER // ole : no, status : no
44*cdf0e10cSrcweir	[
45*cdf0e10cSrcweir		ExecMethod = ExecuteFilter;
46*cdf0e10cSrcweir		StateMethod = GetFilterState;
47*cdf0e10cSrcweir	]
48*cdf0e10cSrcweir	SID_GRFFILTER_POPART // ole : no, status : no
49*cdf0e10cSrcweir	[
50*cdf0e10cSrcweir		ExecMethod = ExecuteFilter;
51*cdf0e10cSrcweir		StateMethod = GetFilterState;
52*cdf0e10cSrcweir	]
53*cdf0e10cSrcweir	SID_GRFFILTER_SEPIA // ole : no, status : no
54*cdf0e10cSrcweir	[
55*cdf0e10cSrcweir		ExecMethod = ExecuteFilter;
56*cdf0e10cSrcweir		StateMethod = GetFilterState;
57*cdf0e10cSrcweir	]
58*cdf0e10cSrcweir	SID_GRFFILTER_SOLARIZE // ole : no, status : no
59*cdf0e10cSrcweir	[
60*cdf0e10cSrcweir		ExecMethod = ExecuteFilter;
61*cdf0e10cSrcweir		StateMethod = GetFilterState;
62*cdf0e10cSrcweir	]
63*cdf0e10cSrcweir
64*cdf0e10cSrcweir//------------------------------------------------------------------------------
65*cdf0e10cSrcweir
66*cdf0e10cSrcweir	SID_ATTR_GRAF_MODE
67*cdf0e10cSrcweir	[
68*cdf0e10cSrcweir		ExecMethod = Execute;
69*cdf0e10cSrcweir		StateMethod = GetAttrState;
70*cdf0e10cSrcweir	]
71*cdf0e10cSrcweir	SID_ATTR_GRAF_RED
72*cdf0e10cSrcweir	[
73*cdf0e10cSrcweir		ExecMethod = Execute;
74*cdf0e10cSrcweir		StateMethod = GetAttrState;
75*cdf0e10cSrcweir	]
76*cdf0e10cSrcweir	SID_ATTR_GRAF_GREEN
77*cdf0e10cSrcweir	[
78*cdf0e10cSrcweir		ExecMethod = Execute;
79*cdf0e10cSrcweir		StateMethod = GetAttrState;
80*cdf0e10cSrcweir	]
81*cdf0e10cSrcweir	SID_ATTR_GRAF_BLUE
82*cdf0e10cSrcweir	[
83*cdf0e10cSrcweir		ExecMethod = Execute;
84*cdf0e10cSrcweir		StateMethod = GetAttrState;
85*cdf0e10cSrcweir	]
86*cdf0e10cSrcweir	SID_ATTR_GRAF_LUMINANCE
87*cdf0e10cSrcweir	[
88*cdf0e10cSrcweir		ExecMethod = Execute;
89*cdf0e10cSrcweir		StateMethod = GetAttrState;
90*cdf0e10cSrcweir	]
91*cdf0e10cSrcweir	SID_ATTR_GRAF_CONTRAST
92*cdf0e10cSrcweir	[
93*cdf0e10cSrcweir		ExecMethod = Execute;
94*cdf0e10cSrcweir		StateMethod = GetAttrState;
95*cdf0e10cSrcweir	]
96*cdf0e10cSrcweir	SID_ATTR_GRAF_GAMMA
97*cdf0e10cSrcweir	[
98*cdf0e10cSrcweir		ExecMethod = Execute;
99*cdf0e10cSrcweir		StateMethod = GetAttrState;
100*cdf0e10cSrcweir	]
101*cdf0e10cSrcweir	SID_ATTR_GRAF_TRANSPARENCE
102*cdf0e10cSrcweir	[
103*cdf0e10cSrcweir		ExecMethod = Execute;
104*cdf0e10cSrcweir		StateMethod = GetAttrState;
105*cdf0e10cSrcweir	]
106*cdf0e10cSrcweir	SID_ATTR_GRAF_INVERT
107*cdf0e10cSrcweir	[
108*cdf0e10cSrcweir		ExecMethod = Execute;
109*cdf0e10cSrcweir		StateMethod = GetAttrState;
110*cdf0e10cSrcweir	]
111*cdf0e10cSrcweir	SID_ATTR_GRAF_CROP
112*cdf0e10cSrcweir	[
113*cdf0e10cSrcweir		ExecMethod = Execute;
114*cdf0e10cSrcweir		StateMethod = GetAttrState;
115*cdf0e10cSrcweir	]
116*cdf0e10cSrcweir        SID_COLOR_SETTINGS
117*cdf0e10cSrcweir        [
118*cdf0e10cSrcweir                ExecMethod = Execute;
119*cdf0e10cSrcweir                StateMethod = GetAttrState;
120*cdf0e10cSrcweir        ]
121*cdf0e10cSrcweir}
122