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