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 22interface Application 23[ 24 Automation = FALSE ; 25] 26{ 27 SID_AUTOPILOTMENU // ole(no) api(final/play/rec) 28 [ 29 ] 30 SID_FORMATMENU // ole(no) api(no) 31 [ 32 ] 33 SID_HELPMENU // ole(no) api(no) 34 [ 35 ] 36 SID_PICKLIST // ole(no) api(no) 37 [ 38 ] 39 SID_MDIWINDOWLIST // ole(no) api(no) 40 [ 41 ] 42 SID_ABOUT // ole(no) api(final/play/rec) 43 [ 44 ExecMethod = MiscExec_Impl ; 45 ] 46 SID_SETOPTIONS 47 [ 48 ExecMethod = MiscExec_Impl ; 49 ] 50 SID_QUITAPP // ole(req) api(final/play) 51 [ 52 ExecMethod = MiscExec_Impl ; 53 StateMethod = MiscState_Impl ; 54 ] 55 SID_LOGOUT // ole(req) api(final/play) 56 [ 57 ] 58 SID_HELPINDEX // ole(no) api(final/todo) 59 [ 60 ExecMethod = MiscExec_Impl ; 61 ] 62 SID_HELPONHELP // ole(no) api(final/todo) 63 [ 64 ExecMethod = MiscExec_Impl ; 65 ] 66 SID_EXTENDEDHELP // ole(no) api(final/play/norec) 67 [ 68 ExecMethod = MiscExec_Impl ; 69 StateMethod = MiscState_Impl ; 70 ] 71 SID_HELPBALLOONS // ole(no) api(final/play/rec) 72 [ 73 ExecMethod = MiscExec_Impl ; 74 StateMethod = MiscState_Impl ; 75 ] 76 SID_HELPTIPS // ole(no) api(final/play/rec) 77 [ 78 ExecMethod = MiscExec_Impl ; 79 StateMethod = MiscState_Impl ; 80 ] 81 SID_HELP_PI // ole(no) api(final/play/rec) 82 [ 83 ExecMethod = MiscExec_Impl ; 84 StateMethod = MiscState_Impl ; 85 ] 86 SID_LOADCONFIG // ole(no) api(final/play) 87 [ 88 ExecMethod = MiscExec_Impl ; 89 ] 90 SID_SAVECONFIG // ole(no) api(final/play) 91 [ 92 ExecMethod = MiscExec_Impl ; 93 ] 94 SID_CONFIG // ole(no) api(final/play/rec) 95 [ 96 ExecMethod = MiscExec_Impl ; 97 StateMethod = MiscState_Impl ; 98 ] 99 SID_TOOLBOXOPTIONS // ole(no) api(final/play) 100 [ 101 ExecMethod = MiscExec_Impl ; 102 StateMethod = MiscState_Impl ; 103 ] 104 SID_CONFIGSTATUSBAR // ole(no) api(final/play) 105 [ 106 ExecMethod = MiscExec_Impl ; 107 StateMethod = MiscState_Impl ; 108 ] 109 SID_CONFIGMENU // ole(no) api(final/play) 110 [ 111 ExecMethod = MiscExec_Impl ; 112 StateMethod = MiscState_Impl ; 113 ] 114 SID_CONFIGACCEL // ole(no) api(final/play) 115 [ 116 ExecMethod = MiscExec_Impl ; 117 StateMethod = MiscState_Impl ; 118 ] 119 SID_CONFIGEVENT // ole(no) api(final/play) 120 [ 121 ExecMethod = MiscExec_Impl ; 122 StateMethod = MiscState_Impl ; 123 ] 124 SID_ORGANIZER // ole(no) api(final/play/rec) 125 [ 126 ExecMethod = MiscExec_Impl ; 127 ] 128 SID_TEMPLATE_ADDRESSBOKSOURCE // ole(no) api(final/play/rec) 129 [ 130 ExecMethod = MiscExec_Impl ; 131 StateMethod = MiscState_Impl ; 132 ] 133 SID_ATTR_UNDO_COUNT // ole(no) api(final/play) 134 [ 135 ExecMethod = PropExec_Impl ; 136 StateMethod = PropState_Impl ; 137 ] 138 SID_BASICSTOP // ole(no) api(final/play/norec) 139 [ 140 ExecMethod = MiscExec_Impl ; 141 StateMethod = MiscState_Impl ; 142 ] 143 SID_BASICBREAK // ole(no) api(final/play/norec) 144 [ 145 ExecMethod = MiscExec_Impl ; 146 StateMethod = MiscState_Impl ; 147 ] 148 SID_CRASH 149 [ 150 ExecMethod = MiscExec_Impl ; 151 ] 152 SID_UPDATE_CONFIG 153 [ 154 ExecMethod = MiscExec_Impl ; 155 ] 156 SID_ADDONS 157 [ 158 ] 159 SID_SHOW_IME_STATUS_WINDOW 160 [ 161 ExecMethod = MiscExec_Impl ; 162 StateMethod = MiscState_Impl ; 163 ] 164 SID_HELP_SUPPORTPAGE 165 [ 166 ExecMethod = MiscExec_Impl ; 167 ] 168 SID_RECENTFILELIST 169 [ 170 ] 171 SID_AVAILABLE_TOOLBARS 172 [ 173 ExecMethod = MiscExec_Impl ; 174 ] 175 SID_HELP_TUTORIALS 176 [ 177 ExecMethod = MiscExec_Impl ; 178 ] 179} 180 181 //========================================================================= 182 183shell SfxApplication 184{ 185 import Application [Automation] ; 186 import Documents "Documents" ; 187 188 SID_NEWDOCDIRECT // ole(no) api(no) 189 [ 190 ExecMethod = NewDocDirectExec_Impl ; 191 ] 192 SID_CLOSEDOCS 193 [ 194 ExecMethod = MiscExec_Impl ; 195 StateMethod = MiscState_Impl ; 196 ] 197 SID_BASICIDE_APPEAR // status(final|play) 198 [ 199 ExecMethod = OfaExec_Impl ; 200 ] 201 SID_SCRIPTORGANIZER // status(final|play) 202 [ 203 ExecMethod = OfaExec_Impl ; 204 ] 205 SID_MACROORGANIZER // status(final|play) 206 [ 207 ExecMethod = OfaExec_Impl ; 208 ] 209 SID_RUNMACRO // status(final|play) 210 [ 211 ExecMethod = OfaExec_Impl ; 212 ] 213 SID_BASICCHOOSER // status(final|play) 214 [ 215 ExecMethod = OfaExec_Impl ; 216 ] 217 SID_INET_DLG // status(final) 218 [ 219 ExecMethod = OfaExec_Impl ; 220 ] 221 222 //---------------------------------------------------------------------- 223 224 SID_OFFICE_CHECK_PLZ 225 [ 226 ExecMethod = OfaExec_Impl ; 227 ] 228 SID_SD_AUTOPILOT // status(final|play) 229 [ 230 ExecMethod = OfaExec_Impl ; 231 StateMethod = OfaState_Impl ; 232 ] 233 SID_NEWSD // status(final|play) 234 [ 235 ExecMethod = OfaExec_Impl ; 236 StateMethod = OfaState_Impl ; 237 ] 238 FN_LABEL // status(final|play) 239 [ 240 ExecMethod = OfaExec_Impl ; 241 StateMethod = OfaState_Impl ; 242 ] 243 FN_BUSINESS_CARD // status(final|play) 244 245 [ 246 ExecMethod = OfaExec_Impl ; 247 StateMethod = OfaState_Impl ; 248 ] 249 FN_XFORMS_INIT // #i31958# - new XForms document 250 [ 251 ExecMethod = OfaExec_Impl ; 252 StateMethod = OfaState_Impl ; 253 ] 254 SID_COMP_BIBLIOGRAPHY 255 [ 256 ExecMethod = OfaExec_Impl ; 257 ] 258 SID_ADDRESS_DATA_SOURCE 259 [ 260 ExecMethod = OfaExec_Impl ; 261 ] 262 SID_AUTO_CORRECT_DLG 263 [ 264 ExecMethod = OfaExec_Impl ; 265 ] 266 SID_OPTIONS_TREEDIALOG 267 [ 268 ExecMethod = OfaExec_Impl ; 269 ] 270 SID_MORE_DICTIONARIES 271 [ 272 ExecMethod = OfaExec_Impl ; 273 ] 274} 275 276shell SfxModule 277{ 278} 279