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 _Annotation 25[ Automation = FALSE; ] 26{ 27 FN_DELETE_COMMENT 28 [ 29 ExecMethod = NoteExec ; 30 StateMethod = GetNoteState ; 31 ] 32 33 FN_DELETE_NOTE_AUTHOR 34 [ 35 ExecMethod = NoteExec ; 36 StateMethod = GetNoteState ; 37 ] 38 39 FN_DELETE_ALL_NOTES 40 [ 41 ExecMethod = NoteExec ; 42 StateMethod = GetNoteState ; 43 ] 44 45 FN_HIDE_NOTE 46 [ 47 ExecMethod = NoteExec ; 48 StateMethod = GetNoteState ; 49 ] 50 51 FN_HIDE_NOTE_AUTHOR 52 [ 53 ExecMethod = NoteExec ; 54 StateMethod = GetNoteState ; 55 ] 56 57 FN_HIDE_ALL_NOTES 58 [ 59 ExecMethod = NoteExec ; 60 StateMethod = GetNoteState ; 61 ] 62 63 FN_POSTIT 64 [ 65 ExecMethod = NoteExec ; 66 StateMethod = GetNoteState ; 67 ] 68 69 FN_REPLY 70 [ 71 ExecMethod = NoteExec ; 72 StateMethod = GetNoteState ; 73 ] 74 FN_ESCAPE // api: 75 [ 76 ExecMethod = NoteExec ; 77 ] 78 79 SfxVoidItem Cut SID_CUT ( ) // api: 80 [ 81 ExecMethod = ExecClpbrd ; 82 StateMethod = StateClpbrd ; 83 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 84 ] 85 86 SID_COPY // api: 87 [ 88 ExecMethod = ExecClpbrd ; 89 StateMethod = StateClpbrd ; 90 ] 91 92 SID_PASTE // api: 93 [ 94 ExecMethod = ExecClpbrd ; 95 StateMethod = StateClpbrd ; 96 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 97 ] 98 99 SID_PASTE_SPECIAL // api: 100 [ 101 StateMethod = StateClpbrd ; 102 ExecMethod = ExecClpbrd ; 103 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 104 ] 105 106 SID_CLIPBOARD_FORMAT_ITEMS // status(final|play) 107 [ 108 StateMethod = StateClpbrd ; 109 ExecMethod = ExecClpbrd ; 110 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 111 ] 112 113 SID_SELECTALL // api: 114 [ 115 ExecMethod = Exec ; 116 StateMethod = NoState ; 117 ] 118 119 SID_UNDO // api: 120 [ 121 ExecMethod = ExecUndo ; 122 StateMethod = StateUndo ; 123 124 ToolBoxConfig , MenuConfig , AccelConfig; 125 ] 126 127 SID_REDO // api: 128 [ 129 ExecMethod = ExecUndo ; 130 StateMethod = StateUndo ; 131 132 ] 133 134 SID_REPEAT // api: 135 [ 136 ExecMethod = ExecUndo ; 137 StateMethod = StateUndo ; 138 ] 139 SID_GETUNDOSTRINGS 140 [ 141 StateMethod = StateUndo ; 142 ] 143 144 SID_GETREDOSTRINGS 145 [ 146 StateMethod = StateUndo ; 147 ] 148 149 FN_FORMAT_RESET // api: 150 [ 151 ExecMethod = Exec ; 152 StateMethod = NoState ; 153 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 154 ] 155 156 FN_FORMAT_FOOTNOTE_DLG // status() 157 [ 158 ExecMethod = Exec ; 159 ] 160 161 SID_OPEN_XML_FILTERSETTINGS // ole : no, status : ? 162 [ 163 ExecMethod = Exec ; 164 ] 165 166 FN_WORDCOUNT_DIALOG 167 [ 168 ExecMethod = Exec; 169 ] 170 171 FN_NUMBERING_OUTLINE_DLG // status(final|play) 172 [ 173 ExecMethod = Exec ; 174 ] 175 176 SID_CHARMAP // api: 177 [ 178 ExecMethod = Exec ; 179 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 180 ] 181 182 FN_INSERT_STRING 183 [ 184 ExecMethod = Exec ; 185 StateMethod = NoState ; 186 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 187 ] 188 189 SID_ATTR_CHAR_FONT // status() 190 [ 191 ExecMethod = Exec; 192 StateMethod = GetState ; 193 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 194 ] 195 196 SID_ATTR_CHAR_FONTHEIGHT // status() 197 [ 198 ExecMethod = Exec; 199 StateMethod = GetState ; 200 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 201 ] 202 203 SID_ATTR_CHAR_COLOR // api: 204 [ 205 ExecMethod = Exec; 206 StateMethod = GetState ; 207 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 208 ] 209 210 SID_CHAR_DLG_EFFECT 211 [ 212 ExecMethod = Exec ; 213 StateMethod = GetState ; 214 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 215 ] 216 217 SID_ATTR_CHAR_WEIGHT // api: 218 [ 219 ExecMethod = Exec ; 220 StateMethod = GetState ; 221 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 222 ] 223 224 SID_ATTR_CHAR_POSTURE // api: 225 [ 226 ExecMethod = Exec ; 227 StateMethod = GetState ; 228 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 229 ] 230 231 SID_ATTR_CHAR_UNDERLINE // api: 232 [ 233 ExecMethod = Exec ; 234 StateMethod = GetState ; 235 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 236 ] 237 238 SID_ATTR_CHAR_OVERLINE // api: 239 [ 240 ExecMethod = Exec ; 241 StateMethod = GetState ; 242 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 243 ] 244 245 SID_ATTR_CHAR_CONTOUR 246 [ 247 ExecMethod = Exec; 248 StateMethod = GetState ; 249 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 250 ] 251 252 SID_ATTR_CHAR_SHADOWED 253 [ 254 ExecMethod = Exec; 255 StateMethod = GetState ; 256 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 257 ] 258 259 SID_ATTR_CHAR_STRIKEOUT 260 [ 261 ExecMethod = Exec; 262 StateMethod = GetState ; 263 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 264 ] 265 266 SID_ATTR_CHAR_LANGUAGE // status(final|play) 267 [ 268 ExecMethod = Execute ; 269 StateMethod = GetState ; 270 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 271 ] 272 273 SID_ATTR_PARA_ADJUST_LEFT // api: 274 [ 275 ExecMethod = Exec ; 276 StateMethod = GetState ; 277 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 278 ] 279 280 SID_ATTR_PARA_ADJUST_CENTER // api: 281 [ 282 ExecMethod = Exec ; 283 StateMethod = GetState ; 284 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 285 ] 286 287 SID_ATTR_PARA_ADJUST_RIGHT // api: 288 [ 289 ExecMethod = Exec ; 290 StateMethod = GetState ; 291 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 292 ] 293 294 SID_ATTR_PARA_ADJUST_BLOCK // api: 295 [ 296 ExecMethod = Exec ; 297 StateMethod = GetState ; 298 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 299 ] 300 301 SID_ATTR_PARA_LINESPACE_10 // api: 302 [ 303 ExecMethod = Exec ; 304 StateMethod = GetState ; 305 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 306 ] 307 308 SID_ATTR_PARA_LINESPACE_15 // api: 309 [ 310 ExecMethod = Exec ; 311 StateMethod = GetState ; 312 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 313 ] 314 315 SID_ATTR_PARA_LINESPACE_20 // api: 316 [ 317 ExecMethod = Exec ; 318 StateMethod = GetState ; 319 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 320 ] 321 322 SID_CHAR_DLG // api: 323 [ 324 ExecMethod = Exec ; 325 StateMethod = GetState ; 326 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 327 ] 328 329 SID_PARA_DLG // api: 330 [ 331 ExecMethod = Exec ; 332 StateMethod = GetState ; 333 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 334 ] 335 336 FN_SET_SUPER_SCRIPT 337 [ 338 ExecMethod = Exec ; 339 StateMethod = GetState ; 340 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 341 ] 342 343 FN_SET_SUB_SCRIPT 344 [ 345 ExecMethod = Exec ; 346 StateMethod = GetState ; 347 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 348 ] 349 350 SID_SEARCH_ITEM // status() 351 [ 352 ExecMethod = ExecSearch ; 353 StateMethod = StateSearch ; 354 Export = FALSE; 355 ] 356 FN_REPEAT_SEARCH // status(final|play) 357 [ 358 ExecMethod = ExecSearch ; 359 ] 360 FID_SEARCH_NOW // status() 361 [ 362 ExecMethod = ExecSearch ; 363 ] 364 SID_SEARCH_OPTIONS // status() 365 [ 366 StateMethod = StateSearch ; 367 ] 368 FID_SEARCH_SEARCHSET // status() 369 [ 370 ExecMethod = ExecSearch ; 371 ] 372 FID_SEARCH_REPLACESET // status() 373 [ 374 ExecMethod = ExecSearch ; 375 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 376 ] 377 // ab hier Export = FALSE; 378 FID_SEARCH_ON // status() 379 [ 380 ExecMethod = ExecSearch ; 381 Export = FALSE; 382 ] 383 FID_SEARCH_OFF // status() 384 [ 385 ExecMethod = ExecSearch ; 386 Export = FALSE; 387 ] 388} 389