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 166 SID_ATTR_ULSPACE // status(final|play) 167 [ 168 ExecMethod = Execute ; 169 StateMethod = GetState ; 170 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 171 ] 172 173 SID_ATTR_LRSPACE // status(final|play) 174 [ 175 ExecMethod = Execute ; 176 StateMethod = GetState ; 177 GroupId = GID_FRAME; 178 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 179 ] 180 181 FN_FORMAT_FRAME_DLG // status(final|play) 182 [ 183 ExecMethod = Execute ; 184 StateMethod = GetState ; 185 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 186 ] 187 FN_PROPERTY_WRAP_DLG // status(final|play) 188 [ 189 ExecMethod = Execute ; 190 StateMethod = GetState ; 191 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 192 ] 193 194 SID_FRAME_LINESTYLE // status() 195 [ 196 ExecMethod = ExecFrameStyle ; 197 StateMethod = GetLineStyleState ; 198 Export = FALSE; //#44439# 199 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 200 ] 201 202 SID_FRAME_LINECOLOR // status(final|play) 203 [ 204 ExecMethod = ExecFrameStyle ; 205 StateMethod = GetLineStyleState ; 206 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 207 ] 208 SID_OBJECT_ALIGN_CENTER // status(play|final) 209 [ 210 ExecMethod = Execute ; 211 StateMethod = GetState ; 212 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 213 ] 214 215 SID_OBJECT_ALIGN_RIGHT // status(play|final) 216 [ 217 ExecMethod = Execute ; 218 StateMethod = GetState ; 219 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 220 ] 221 222 SID_OBJECT_ALIGN_LEFT // status(play|final) 223 [ 224 ExecMethod = Execute ; 225 StateMethod = GetState ; 226 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 227 ] 228 229 SID_OBJECT_ALIGN_UP // status(play|final) 230 [ 231 ExecMethod = Execute ; 232 StateMethod = GetState ; 233 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 234 ] 235 236 SID_OBJECT_ALIGN_MIDDLE // status(play|final) 237 [ 238 ExecMethod = Execute ; 239 StateMethod = GetState ; 240 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 241 ] 242 243 SID_OBJECT_ALIGN_DOWN // status(play|final) 244 [ 245 ExecMethod = Execute ; 246 StateMethod = GetState ; 247 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 248 ] 249 250 FN_FORMAT_FOOTNOTE_DLG // status() 251 [ 252 ExecMethod = Execute; 253 ] 254 255 SID_OPEN_XML_FILTERSETTINGS // ole : no, status : ? 256 [ 257 ExecMethod = Execute ; 258 ] 259 260 FN_WORDCOUNT_DIALOG 261 [ 262 ExecMethod = Execute; 263 ] 264 265 FN_NUMBERING_OUTLINE_DLG // status(final|play) 266 [ 267 ExecMethod = Execute ; 268 ] 269 // --> OD 2009-07-08 #i73249# 270 FN_TITLE_DESCRIPTION_SHAPE 271 [ 272 ExecMethod = Execute ; 273 StateMethod = GetState ; 274 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 275 ] 276 // <-- 277 278 279 /***************************************************** 280 281 Abfragefunktionen fuer ImageMaps 282 283 ****************************************************/ 284 285// 286// Slots ohne Export 287 288 FN_INSERT_FRAME 289 [ 290 ExecMethod = Execute ; 291 StateMethod = StateInsert ; 292 Export = False; 293 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 294 ] 295 296 SID_ATTR_BORDER // status() 297 [ 298 ExecMethod = ExecFrameStyle ; 299 StateMethod = GetLineStyleState ; 300 GroupId = GID_FRAME; 301 Export = False; 302 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 303 ] 304 305 SID_HYPERLINK_SETLINK // status() 306 [ 307 ExecMethod = Execute ; 308 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 309 ] 310 311 SID_HYPERLINK_GETLINK // status() 312 [ 313 StateMethod = GetState ; 314 ] 315 316 FN_FRAME_MIRROR_ON_EVEN_PAGES // status(final|play|rec) 317 [ 318 ExecMethod = Execute ; 319 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 320 ] 321} 322 323 324