xref: /aoo42x/main/sw/sdi/_grfsh.sdi (revision 261e9a4b)
1a02241ffSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3a02241ffSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4a02241ffSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5a02241ffSAndrew Rist * distributed with this work for additional information
6a02241ffSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7a02241ffSAndrew Rist * to you under the Apache License, Version 2.0 (the
8a02241ffSAndrew Rist * "License"); you may not use this file except in compliance
9a02241ffSAndrew Rist * with the License.  You may obtain a copy of the License at
10a02241ffSAndrew Rist *
11a02241ffSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12a02241ffSAndrew Rist *
13a02241ffSAndrew Rist * Unless required by applicable law or agreed to in writing,
14a02241ffSAndrew Rist * software distributed under the License is distributed on an
15a02241ffSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16a02241ffSAndrew Rist * KIND, either express or implied.  See the License for the
17a02241ffSAndrew Rist * specific language governing permissions and limitations
18a02241ffSAndrew Rist * under the License.
19a02241ffSAndrew Rist *
20a02241ffSAndrew Rist *************************************************************/
21a02241ffSAndrew Rist
22a02241ffSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweirinterface BaseTextGraphic
25cdf0e10cSrcweir[
26cdf0e10cSrcweir	Automation = FALSE;
27cdf0e10cSrcweir]
28cdf0e10cSrcweir{
29ee093554SAndre Fischer    SID_FLIP_VERTICAL
30ee093554SAndre Fischer	[
31ee093554SAndre Fischer		ExecMethod = ExecAttr ;
32ee093554SAndre Fischer		StateMethod = GetAttrState ;
33ee093554SAndre Fischer		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
34ee093554SAndre Fischer	]
35cdf0e10cSrcweir
36ee093554SAndre Fischer    SID_FLIP_HORIZONTAL
37ee093554SAndre Fischer	[
38ee093554SAndre Fischer		ExecMethod = ExecAttr ;
39ee093554SAndre Fischer		StateMethod = GetAttrState ;
40ee093554SAndre Fischer		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
41ee093554SAndre Fischer	]
42cdf0e10cSrcweir
43cdf0e10cSrcweir	FN_FORMAT_GRAFIC_DLG // status(final|play)
44cdf0e10cSrcweir	[
45cdf0e10cSrcweir		ExecMethod = Execute ;
46cdf0e10cSrcweir		StateMethod = GetAttrState ;
47cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
48cdf0e10cSrcweir	]
49*395b75f9SOliver-Rainer Wittmann	FN_DRAW_WRAP_DLG // status(final|play)
50f120fe41SAndre Fischer	[
51f120fe41SAndre Fischer		ExecMethod = Execute ;
52f120fe41SAndre Fischer		StateMethod = GetAttrState ;
53f120fe41SAndre Fischer		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
54f120fe41SAndre Fischer	]
55cdf0e10cSrcweir
56cdf0e10cSrcweir
57cdf0e10cSrcweir    FN_SAVE_GRAPHIC // status(final|play)
58cdf0e10cSrcweir    [
59cdf0e10cSrcweir        ExecMethod = Execute ;
60cdf0e10cSrcweir        StateMethod = GetAttrState ;
61cdf0e10cSrcweir    ]
62cdf0e10cSrcweir
63cdf0e10cSrcweir	SID_INSERT_GRAPHIC // zeigt auf FN_FORMAT_GRAFIC_DLG
64cdf0e10cSrcweir	[
65cdf0e10cSrcweir		ExecMethod = Execute ;
66cdf0e10cSrcweir		StateMethod = GetAttrState ;
67cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
68cdf0e10cSrcweir	]
69cdf0e10cSrcweir
70cdf0e10cSrcweir	SID_TWAIN_TRANSFER
71cdf0e10cSrcweir	[
72cdf0e10cSrcweir		ExecMethod = Execute ;
73cdf0e10cSrcweir		StateMethod = GetAttrState ;
74cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
75cdf0e10cSrcweir	]
76cdf0e10cSrcweir
77cdf0e10cSrcweir	FN_GRAPHIC_MIRROR_ON_EVEN_PAGES // status(final|play|rec)
78cdf0e10cSrcweir	[
79cdf0e10cSrcweir		ExecMethod = Execute ;
80cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
81cdf0e10cSrcweir	]
82cdf0e10cSrcweir
83cdf0e10cSrcweir	SID_ATTR_GRAF_LUMINANCE	// status(final|play|rec)
84cdf0e10cSrcweir	[
85cdf0e10cSrcweir		ExecMethod = ExecAttr ;
86cdf0e10cSrcweir		StateMethod = GetAttrState ;
87cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
88cdf0e10cSrcweir	]
89cdf0e10cSrcweir	SID_ATTR_GRAF_CONTRAST	// status(final|play|rec)
90cdf0e10cSrcweir	[
91cdf0e10cSrcweir		ExecMethod = ExecAttr ;
92cdf0e10cSrcweir		StateMethod = GetAttrState ;
93cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
94cdf0e10cSrcweir	]
95cdf0e10cSrcweir	SID_ATTR_GRAF_RED	// status(final|play|rec)
96cdf0e10cSrcweir	[
97cdf0e10cSrcweir		ExecMethod = ExecAttr ;
98cdf0e10cSrcweir		StateMethod = GetAttrState ;
99cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
100cdf0e10cSrcweir	]
101cdf0e10cSrcweir	SID_ATTR_GRAF_GREEN	// status(final|play|rec)
102cdf0e10cSrcweir	[
103cdf0e10cSrcweir		ExecMethod = ExecAttr ;
104cdf0e10cSrcweir		StateMethod = GetAttrState ;
105cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
106cdf0e10cSrcweir	]
107cdf0e10cSrcweir	SID_ATTR_GRAF_BLUE	// status(final|play|rec)
108cdf0e10cSrcweir	[
109cdf0e10cSrcweir		ExecMethod = ExecAttr ;
110cdf0e10cSrcweir		StateMethod = GetAttrState ;
111cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
112cdf0e10cSrcweir	]
113cdf0e10cSrcweir	SID_ATTR_GRAF_GAMMA	// status(final|play|rec)
114cdf0e10cSrcweir	[
115cdf0e10cSrcweir		ExecMethod = ExecAttr ;
116cdf0e10cSrcweir		StateMethod = GetAttrState ;
117cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
118cdf0e10cSrcweir	]
119cdf0e10cSrcweir	SID_ATTR_GRAF_TRANSPARENCE	// status(final|play|rec)
120cdf0e10cSrcweir	[
121cdf0e10cSrcweir		ExecMethod = ExecAttr ;
122cdf0e10cSrcweir		StateMethod = GetAttrState ;
123cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
124cdf0e10cSrcweir	]
125cdf0e10cSrcweir	SID_ATTR_GRAF_INVERT	// status(final|play|rec)
126cdf0e10cSrcweir	[
127cdf0e10cSrcweir		ExecMethod = ExecAttr ;
128cdf0e10cSrcweir		StateMethod = GetAttrState ;
129cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
130cdf0e10cSrcweir	]
131cdf0e10cSrcweir	SID_ATTR_GRAF_MODE	// status(final|play|rec)
132cdf0e10cSrcweir	[
133cdf0e10cSrcweir		ExecMethod = ExecAttr ;
134cdf0e10cSrcweir		StateMethod = GetAttrState ;
135cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
136cdf0e10cSrcweir	]
137cdf0e10cSrcweir	SID_GRFFILTER	// status(final|play|rec)
138cdf0e10cSrcweir	[
139cdf0e10cSrcweir		ExecMethod = ExecAttr ;
140cdf0e10cSrcweir		StateMethod = GetAttrState ;
141cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
142cdf0e10cSrcweir	]
143cdf0e10cSrcweir
144cdf0e10cSrcweir	SID_GRFFILTER_INVERT	// status(final|play|rec)
145cdf0e10cSrcweir	[
146cdf0e10cSrcweir		ExecMethod = ExecAttr ;
147cdf0e10cSrcweir		StateMethod = GetAttrState ;
148cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
149cdf0e10cSrcweir	]
150cdf0e10cSrcweir	SID_GRFFILTER_SMOOTH	// status(final|play|rec)
151cdf0e10cSrcweir	[
152cdf0e10cSrcweir		ExecMethod = ExecAttr ;
153cdf0e10cSrcweir		StateMethod = GetAttrState ;
154cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
155cdf0e10cSrcweir	]
156cdf0e10cSrcweir	SID_GRFFILTER_SHARPEN	// status(final|play|rec)
157cdf0e10cSrcweir	[
158cdf0e10cSrcweir		ExecMethod = ExecAttr ;
159cdf0e10cSrcweir		StateMethod = GetAttrState ;
160cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
161cdf0e10cSrcweir	]
162cdf0e10cSrcweir	SID_GRFFILTER_REMOVENOISE	// status(final|play|rec)
163cdf0e10cSrcweir	[
164cdf0e10cSrcweir		ExecMethod = ExecAttr ;
165cdf0e10cSrcweir		StateMethod = GetAttrState ;
166cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
167cdf0e10cSrcweir	]
168cdf0e10cSrcweir	SID_GRFFILTER_SOBEL	// status(final|play|rec)
169cdf0e10cSrcweir	[
170cdf0e10cSrcweir		ExecMethod = ExecAttr ;
171cdf0e10cSrcweir		StateMethod = GetAttrState ;
172cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
173cdf0e10cSrcweir	]
174cdf0e10cSrcweir	SID_GRFFILTER_MOSAIC	// status(final|play|rec)
175cdf0e10cSrcweir	[
176cdf0e10cSrcweir		ExecMethod = ExecAttr ;
177cdf0e10cSrcweir		StateMethod = GetAttrState ;
178cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
179cdf0e10cSrcweir	]
180cdf0e10cSrcweir	SID_GRFFILTER_EMBOSS	// status(final|play|rec)
181cdf0e10cSrcweir	[
182cdf0e10cSrcweir		ExecMethod = ExecAttr ;
183cdf0e10cSrcweir		StateMethod = GetAttrState ;
184cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
185cdf0e10cSrcweir	]
186cdf0e10cSrcweir	SID_GRFFILTER_POSTER	// status(final|play|rec)
187cdf0e10cSrcweir	[
188cdf0e10cSrcweir		ExecMethod = ExecAttr ;
189cdf0e10cSrcweir		StateMethod = GetAttrState ;
190cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
191cdf0e10cSrcweir	]
192cdf0e10cSrcweir	SID_GRFFILTER_POPART	// status(final|play|rec)
193cdf0e10cSrcweir	[
194cdf0e10cSrcweir		ExecMethod = ExecAttr ;
195cdf0e10cSrcweir		StateMethod = GetAttrState ;
196cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
197cdf0e10cSrcweir	]
198cdf0e10cSrcweir	SID_GRFFILTER_SEPIA	// status(final|play|rec)
199cdf0e10cSrcweir	[
200cdf0e10cSrcweir		ExecMethod = ExecAttr ;
201cdf0e10cSrcweir		StateMethod = GetAttrState ;
202cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
203cdf0e10cSrcweir	]
204cdf0e10cSrcweir	SID_GRFFILTER_SOLARIZE	// status(final|play|rec)
205cdf0e10cSrcweir	[
206cdf0e10cSrcweir		ExecMethod = ExecAttr ;
207cdf0e10cSrcweir		StateMethod = GetAttrState ;
208cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
209cdf0e10cSrcweir	]
210cdf0e10cSrcweir        SID_COLOR_SETTINGS       // status(final|play|rec)
211cdf0e10cSrcweir        [
212cdf0e10cSrcweir                ExecMethod = ExecAttr ;
213cdf0e10cSrcweir                StateMethod = GetAttrState ;
214cdf0e10cSrcweir                DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
215cdf0e10cSrcweir        ]
216cdf0e10cSrcweir
217cdf0e10cSrcweir}
218cdf0e10cSrcweir
219