xref: /aoo42x/main/sw/sdi/_grfsh.sdi (revision ee093554)
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
23
24interface BaseTextGraphic
25[
26	Automation = FALSE;
27]
28{
29	FN_FLIP_VERT_GRAFIC  // status(final|play)
30	[
31		ExecMethod = ExecAttr ;
32		StateMethod = GetAttrState ;
33		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
34	]
35    SID_FLIP_VERTICAL
36	[
37		ExecMethod = ExecAttr ;
38		StateMethod = GetAttrState ;
39		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
40	]
41
42	FN_FLIP_HORZ_GRAFIC  // status(final|play)
43	[
44		ExecMethod = ExecAttr ;
45		StateMethod = GetAttrState ;
46		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
47	]
48    SID_FLIP_HORIZONTAL
49	[
50		ExecMethod = ExecAttr ;
51		StateMethod = GetAttrState ;
52		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
53	]
54
55	FN_FORMAT_GRAFIC_DLG // status(final|play)
56	[
57		ExecMethod = Execute ;
58		StateMethod = GetAttrState ;
59		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
60	]
61
62
63    FN_SAVE_GRAPHIC // status(final|play)
64    [
65        ExecMethod = Execute ;
66        StateMethod = GetAttrState ;
67    ]
68
69	SID_INSERT_GRAPHIC // zeigt auf FN_FORMAT_GRAFIC_DLG
70	[
71		ExecMethod = Execute ;
72		StateMethod = GetAttrState ;
73		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
74	]
75
76	SID_TWAIN_TRANSFER
77	[
78		ExecMethod = Execute ;
79		StateMethod = GetAttrState ;
80		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
81	]
82
83	FN_GRAPHIC_MIRROR_ON_EVEN_PAGES // status(final|play|rec)
84	[
85		ExecMethod = Execute ;
86		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
87	]
88
89	SID_ATTR_GRAF_LUMINANCE	// status(final|play|rec)
90	[
91		ExecMethod = ExecAttr ;
92		StateMethod = GetAttrState ;
93		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
94	]
95	SID_ATTR_GRAF_CONTRAST	// status(final|play|rec)
96	[
97		ExecMethod = ExecAttr ;
98		StateMethod = GetAttrState ;
99		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
100	]
101	SID_ATTR_GRAF_RED	// status(final|play|rec)
102	[
103		ExecMethod = ExecAttr ;
104		StateMethod = GetAttrState ;
105		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
106	]
107	SID_ATTR_GRAF_GREEN	// status(final|play|rec)
108	[
109		ExecMethod = ExecAttr ;
110		StateMethod = GetAttrState ;
111		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
112	]
113	SID_ATTR_GRAF_BLUE	// status(final|play|rec)
114	[
115		ExecMethod = ExecAttr ;
116		StateMethod = GetAttrState ;
117		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
118	]
119	SID_ATTR_GRAF_GAMMA	// status(final|play|rec)
120	[
121		ExecMethod = ExecAttr ;
122		StateMethod = GetAttrState ;
123		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
124	]
125	SID_ATTR_GRAF_TRANSPARENCE	// status(final|play|rec)
126	[
127		ExecMethod = ExecAttr ;
128		StateMethod = GetAttrState ;
129		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
130	]
131	SID_ATTR_GRAF_INVERT	// status(final|play|rec)
132	[
133		ExecMethod = ExecAttr ;
134		StateMethod = GetAttrState ;
135		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
136	]
137	SID_ATTR_GRAF_MODE	// status(final|play|rec)
138	[
139		ExecMethod = ExecAttr ;
140		StateMethod = GetAttrState ;
141		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
142	]
143	SID_GRFFILTER	// status(final|play|rec)
144	[
145		ExecMethod = ExecAttr ;
146		StateMethod = GetAttrState ;
147		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
148	]
149
150	SID_GRFFILTER_INVERT	// status(final|play|rec)
151	[
152		ExecMethod = ExecAttr ;
153		StateMethod = GetAttrState ;
154		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
155	]
156	SID_GRFFILTER_SMOOTH	// status(final|play|rec)
157	[
158		ExecMethod = ExecAttr ;
159		StateMethod = GetAttrState ;
160		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
161	]
162	SID_GRFFILTER_SHARPEN	// status(final|play|rec)
163	[
164		ExecMethod = ExecAttr ;
165		StateMethod = GetAttrState ;
166		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
167	]
168	SID_GRFFILTER_REMOVENOISE	// status(final|play|rec)
169	[
170		ExecMethod = ExecAttr ;
171		StateMethod = GetAttrState ;
172		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
173	]
174	SID_GRFFILTER_SOBEL	// status(final|play|rec)
175	[
176		ExecMethod = ExecAttr ;
177		StateMethod = GetAttrState ;
178		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
179	]
180	SID_GRFFILTER_MOSAIC	// status(final|play|rec)
181	[
182		ExecMethod = ExecAttr ;
183		StateMethod = GetAttrState ;
184		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
185	]
186	SID_GRFFILTER_EMBOSS	// status(final|play|rec)
187	[
188		ExecMethod = ExecAttr ;
189		StateMethod = GetAttrState ;
190		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
191	]
192	SID_GRFFILTER_POSTER	// status(final|play|rec)
193	[
194		ExecMethod = ExecAttr ;
195		StateMethod = GetAttrState ;
196		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
197	]
198	SID_GRFFILTER_POPART	// status(final|play|rec)
199	[
200		ExecMethod = ExecAttr ;
201		StateMethod = GetAttrState ;
202		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
203	]
204	SID_GRFFILTER_SEPIA	// status(final|play|rec)
205	[
206		ExecMethod = ExecAttr ;
207		StateMethod = GetAttrState ;
208		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
209	]
210	SID_GRFFILTER_SOLARIZE	// status(final|play|rec)
211	[
212		ExecMethod = ExecAttr ;
213		StateMethod = GetAttrState ;
214		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
215	]
216        SID_COLOR_SETTINGS       // status(final|play|rec)
217        [
218                ExecMethod = ExecAttr ;
219                StateMethod = GetAttrState ;
220                DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
221        ]
222
223}
224
225