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