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 BaseTextFrame 25[ 26 Automation = FALSE; 27] 28{ 29 FN_FRAME_TO_ANCHOR // status() 30 [ 31 /*OS: Datentypen unvertraeglich ?? */ 32 ExecMethod = Execute ; 33 StateMethod = NoState ; 34 ] 35 36 FN_FRAME_ALIGN_VERT_CENTER // status(play|final) 37 [ 38 ExecMethod = Execute ; 39 StateMethod = GetState ; 40 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 41 ] 42 43 FN_FRAME_ALIGN_VERT_BOTTOM // status(play|final) 44 [ 45 ExecMethod = Execute ; 46 StateMethod = GetState ; 47 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 48 ] 49 50 FN_FRAME_ALIGN_VERT_TOP // status(play|final) 51 [ 52 ExecMethod = Execute ; 53 StateMethod = GetState ; 54 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 55 ] 56 57 FN_FRAME_ALIGN_VERT_ROW_CENTER // status(play|final) 58 [ 59 ExecMethod = Execute ; 60 StateMethod = GetState ; 61 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 62 ] 63 64 FN_FRAME_ALIGN_VERT_ROW_BOTTOM // status(play|final) 65 [ 66 ExecMethod = Execute ; 67 StateMethod = GetState ; 68 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 69 ] 70 71 FN_FRAME_ALIGN_VERT_ROW_TOP // status(play|final) 72 [ 73 ExecMethod = Execute ; 74 StateMethod = GetState ; 75 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 76 ] 77 78 FN_FRAME_ALIGN_VERT_CHAR_CENTER // status(play|final) 79 [ 80 ExecMethod = Execute ; 81 StateMethod = GetState ; 82 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 83 ] 84 85 FN_FRAME_ALIGN_VERT_CHAR_BOTTOM // status(play|final) 86 [ 87 ExecMethod = Execute ; 88 StateMethod = GetState ; 89 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 90 ] 91 92 FN_FRAME_ALIGN_VERT_CHAR_TOP // status(play|final) 93 [ 94 ExecMethod = Execute ; 95 StateMethod = GetState ; 96 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 97 ] 98 99 FN_FRAME_ALIGN_HORZ_CENTER // status(play|final) 100 [ 101 ExecMethod = Execute ; 102 StateMethod = GetState ; 103 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 104 ] 105 106 FN_FRAME_ALIGN_HORZ_RIGHT // status(play|final) 107 [ 108 ExecMethod = Execute ; 109 StateMethod = GetState ; 110 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 111 ] 112 113 FN_FRAME_ALIGN_HORZ_LEFT // status(play|final) 114 [ 115 ExecMethod = Execute ; 116 StateMethod = GetState ; 117 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 118 ] 119 120 121 SID_FRAME_TO_TOP // status(final|play) 122 [ 123 ExecMethod = Execute ; 124 StateMethod = GetState ; 125 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 126 ] 127 128 SID_FRAME_TO_BOTTOM // status(final|play) 129 [ 130 ExecMethod = Execute ; 131 StateMethod = GetState ; 132 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 133 ] 134 135 136 FN_FRAME_UP // status(final|play) 137 [ 138 ExecMethod = Execute ; 139 StateMethod = GetState ; 140 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 141 ] 142 143 FN_FRAME_DOWN // status(final|play) 144 [ 145 ExecMethod = Execute ; 146 StateMethod = GetState ; 147 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 148 ] 149 150 SID_ATTR_TRANSFORM 151 [ 152 ExecMethod = Execute ; 153 StateMethod = GetState ; 154 ] 155 SID_ATTR_TRANSFORM_WIDTH 156 [ 157 StateMethod = GetState ; 158 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 159 ] 160 SID_ATTR_TRANSFORM_HEIGHT 161 [ 162 StateMethod = GetState ; 163 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 164 ] 165 SID_ATTR_TRANSFORM_PROTECT_SIZE 166 [ 167 StateMethod = GetState ; 168 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 169 ] 170 171 SID_ATTR_ULSPACE // status(final|play) 172 [ 173 ExecMethod = Execute ; 174 StateMethod = GetState ; 175 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 176 ] 177 178 SID_ATTR_LRSPACE // status(final|play) 179 [ 180 ExecMethod = Execute ; 181 StateMethod = GetState ; 182 GroupId = GID_FRAME; 183 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 184 ] 185 186 FN_FORMAT_FRAME_DLG // status(final|play) 187 [ 188 ExecMethod = Execute ; 189 StateMethod = GetState ; 190 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 191 ] 192 FN_DRAW_WRAP_DLG // status(final|play) 193 [ 194 ExecMethod = Execute ; 195 StateMethod = GetState ; 196 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 197 ] 198 199 SID_FRAME_LINESTYLE // status() 200 [ 201 ExecMethod = ExecFrameStyle ; 202 StateMethod = GetLineStyleState ; 203 Export = FALSE; //#44439# 204 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 205 ] 206 207 SID_FRAME_LINECOLOR // status(final|play) 208 [ 209 ExecMethod = ExecFrameStyle ; 210 StateMethod = GetLineStyleState ; 211 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 212 ] 213 SID_OBJECT_ALIGN_CENTER // status(play|final) 214 [ 215 ExecMethod = Execute ; 216 StateMethod = GetState ; 217 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 218 ] 219 220 SID_OBJECT_ALIGN_RIGHT // status(play|final) 221 [ 222 ExecMethod = Execute ; 223 StateMethod = GetState ; 224 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 225 ] 226 227 SID_OBJECT_ALIGN_LEFT // status(play|final) 228 [ 229 ExecMethod = Execute ; 230 StateMethod = GetState ; 231 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 232 ] 233 234 SID_OBJECT_ALIGN_UP // status(play|final) 235 [ 236 ExecMethod = Execute ; 237 StateMethod = GetState ; 238 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 239 ] 240 241 SID_OBJECT_ALIGN_MIDDLE // status(play|final) 242 [ 243 ExecMethod = Execute ; 244 StateMethod = GetState ; 245 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 246 ] 247 248 SID_OBJECT_ALIGN_DOWN // status(play|final) 249 [ 250 ExecMethod = Execute ; 251 StateMethod = GetState ; 252 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 253 ] 254 255 FN_FORMAT_FOOTNOTE_DLG // status() 256 [ 257 ExecMethod = Execute; 258 ] 259 260 SID_OPEN_XML_FILTERSETTINGS // ole : no, status : ? 261 [ 262 ExecMethod = Execute ; 263 ] 264 265 FN_WORDCOUNT_DIALOG 266 [ 267 ExecMethod = Execute; 268 ] 269 270 FN_NUMBERING_OUTLINE_DLG // status(final|play) 271 [ 272 ExecMethod = Execute ; 273 ] 274 // --> OD 2009-07-08 #i73249# 275 FN_TITLE_DESCRIPTION_SHAPE 276 [ 277 ExecMethod = Execute ; 278 StateMethod = GetState ; 279 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 280 ] 281 // <-- 282 283 284 /***************************************************** 285 286 Abfragefunktionen fuer ImageMaps 287 288 ****************************************************/ 289 290// 291// Slots ohne Export 292 293 FN_INSERT_FRAME 294 [ 295 ExecMethod = Execute ; 296 StateMethod = StateInsert ; 297 Export = False; 298 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 299 ] 300 301 SID_ATTR_BORDER // status() 302 [ 303 ExecMethod = ExecFrameStyle ; 304 StateMethod = GetLineStyleState ; 305 GroupId = GID_FRAME; 306 Export = False; 307 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 308 ] 309 310 SID_HYPERLINK_SETLINK // status() 311 [ 312 ExecMethod = Execute ; 313 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 314 ] 315 316 SID_HYPERLINK_GETLINK // status() 317 [ 318 StateMethod = GetState ; 319 ] 320 321 FN_FRAME_MIRROR_ON_EVEN_PAGES // status(final|play|rec) 322 [ 323 ExecMethod = Execute ; 324 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 325 ] 326} 327 328 329