1*cdf0e10cSrcweir/************************************************************************* 2*cdf0e10cSrcweir * 3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4*cdf0e10cSrcweir * 5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates. 6*cdf0e10cSrcweir * 7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite 8*cdf0e10cSrcweir * 9*cdf0e10cSrcweir * This file is part of OpenOffice.org. 10*cdf0e10cSrcweir * 11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify 12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3 13*cdf0e10cSrcweir * only, as published by the Free Software Foundation. 14*cdf0e10cSrcweir * 15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful, 16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of 17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details 19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code). 20*cdf0e10cSrcweir * 21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License 22*cdf0e10cSrcweir * version 3 along with OpenOffice.org. If not, see 23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html> 24*cdf0e10cSrcweir * for a copy of the LGPLv3 License. 25*cdf0e10cSrcweir * 26*cdf0e10cSrcweir ************************************************************************/ 27*cdf0e10cSrcweir 28*cdf0e10cSrcweirinterface Application 29*cdf0e10cSrcweir[ 30*cdf0e10cSrcweir Automation = FALSE ; 31*cdf0e10cSrcweir] 32*cdf0e10cSrcweir{ 33*cdf0e10cSrcweir SID_AUTOPILOTMENU // ole(no) api(final/play/rec) 34*cdf0e10cSrcweir [ 35*cdf0e10cSrcweir ] 36*cdf0e10cSrcweir SID_FORMATMENU // ole(no) api(no) 37*cdf0e10cSrcweir [ 38*cdf0e10cSrcweir ] 39*cdf0e10cSrcweir SID_HELPMENU // ole(no) api(no) 40*cdf0e10cSrcweir [ 41*cdf0e10cSrcweir ] 42*cdf0e10cSrcweir SID_PICKLIST // ole(no) api(no) 43*cdf0e10cSrcweir [ 44*cdf0e10cSrcweir ] 45*cdf0e10cSrcweir SID_MDIWINDOWLIST // ole(no) api(no) 46*cdf0e10cSrcweir [ 47*cdf0e10cSrcweir ] 48*cdf0e10cSrcweir SID_ABOUT // ole(no) api(final/play/rec) 49*cdf0e10cSrcweir [ 50*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 51*cdf0e10cSrcweir ] 52*cdf0e10cSrcweir SID_SETOPTIONS 53*cdf0e10cSrcweir [ 54*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 55*cdf0e10cSrcweir ] 56*cdf0e10cSrcweir SID_QUITAPP // ole(req) api(final/play) 57*cdf0e10cSrcweir [ 58*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 59*cdf0e10cSrcweir StateMethod = MiscState_Impl ; 60*cdf0e10cSrcweir ] 61*cdf0e10cSrcweir SID_LOGOUT // ole(req) api(final/play) 62*cdf0e10cSrcweir [ 63*cdf0e10cSrcweir ] 64*cdf0e10cSrcweir SID_HELPINDEX // ole(no) api(final/todo) 65*cdf0e10cSrcweir [ 66*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 67*cdf0e10cSrcweir ] 68*cdf0e10cSrcweir SID_HELPONHELP // ole(no) api(final/todo) 69*cdf0e10cSrcweir [ 70*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 71*cdf0e10cSrcweir ] 72*cdf0e10cSrcweir SID_EXTENDEDHELP // ole(no) api(final/play/norec) 73*cdf0e10cSrcweir [ 74*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 75*cdf0e10cSrcweir StateMethod = MiscState_Impl ; 76*cdf0e10cSrcweir ] 77*cdf0e10cSrcweir SID_HELPBALLOONS // ole(no) api(final/play/rec) 78*cdf0e10cSrcweir [ 79*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 80*cdf0e10cSrcweir StateMethod = MiscState_Impl ; 81*cdf0e10cSrcweir ] 82*cdf0e10cSrcweir SID_HELPTIPS // ole(no) api(final/play/rec) 83*cdf0e10cSrcweir [ 84*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 85*cdf0e10cSrcweir StateMethod = MiscState_Impl ; 86*cdf0e10cSrcweir ] 87*cdf0e10cSrcweir SID_HELP_PI // ole(no) api(final/play/rec) 88*cdf0e10cSrcweir [ 89*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 90*cdf0e10cSrcweir StateMethod = MiscState_Impl ; 91*cdf0e10cSrcweir ] 92*cdf0e10cSrcweir SID_LOADCONFIG // ole(no) api(final/play) 93*cdf0e10cSrcweir [ 94*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 95*cdf0e10cSrcweir ] 96*cdf0e10cSrcweir SID_SAVECONFIG // ole(no) api(final/play) 97*cdf0e10cSrcweir [ 98*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 99*cdf0e10cSrcweir ] 100*cdf0e10cSrcweir SID_CONFIG // ole(no) api(final/play/rec) 101*cdf0e10cSrcweir [ 102*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 103*cdf0e10cSrcweir StateMethod = MiscState_Impl ; 104*cdf0e10cSrcweir ] 105*cdf0e10cSrcweir SID_TOOLBOXOPTIONS // ole(no) api(final/play) 106*cdf0e10cSrcweir [ 107*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 108*cdf0e10cSrcweir StateMethod = MiscState_Impl ; 109*cdf0e10cSrcweir ] 110*cdf0e10cSrcweir SID_CONFIGSTATUSBAR // ole(no) api(final/play) 111*cdf0e10cSrcweir [ 112*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 113*cdf0e10cSrcweir StateMethod = MiscState_Impl ; 114*cdf0e10cSrcweir ] 115*cdf0e10cSrcweir SID_CONFIGMENU // ole(no) api(final/play) 116*cdf0e10cSrcweir [ 117*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 118*cdf0e10cSrcweir StateMethod = MiscState_Impl ; 119*cdf0e10cSrcweir ] 120*cdf0e10cSrcweir SID_CONFIGACCEL // ole(no) api(final/play) 121*cdf0e10cSrcweir [ 122*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 123*cdf0e10cSrcweir StateMethod = MiscState_Impl ; 124*cdf0e10cSrcweir ] 125*cdf0e10cSrcweir SID_CONFIGEVENT // ole(no) api(final/play) 126*cdf0e10cSrcweir [ 127*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 128*cdf0e10cSrcweir StateMethod = MiscState_Impl ; 129*cdf0e10cSrcweir ] 130*cdf0e10cSrcweir SID_ORGANIZER // ole(no) api(final/play/rec) 131*cdf0e10cSrcweir [ 132*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 133*cdf0e10cSrcweir ] 134*cdf0e10cSrcweir SID_TEMPLATE_ADDRESSBOKSOURCE // ole(no) api(final/play/rec) 135*cdf0e10cSrcweir [ 136*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 137*cdf0e10cSrcweir StateMethod = MiscState_Impl ; 138*cdf0e10cSrcweir ] 139*cdf0e10cSrcweir SID_ATTR_UNDO_COUNT // ole(no) api(final/play) 140*cdf0e10cSrcweir [ 141*cdf0e10cSrcweir ExecMethod = PropExec_Impl ; 142*cdf0e10cSrcweir StateMethod = PropState_Impl ; 143*cdf0e10cSrcweir ] 144*cdf0e10cSrcweir SID_BASICSTOP // ole(no) api(final/play/norec) 145*cdf0e10cSrcweir [ 146*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 147*cdf0e10cSrcweir StateMethod = MiscState_Impl ; 148*cdf0e10cSrcweir ] 149*cdf0e10cSrcweir SID_BASICBREAK // ole(no) api(final/play/norec) 150*cdf0e10cSrcweir [ 151*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 152*cdf0e10cSrcweir StateMethod = MiscState_Impl ; 153*cdf0e10cSrcweir ] 154*cdf0e10cSrcweir SID_CRASH 155*cdf0e10cSrcweir [ 156*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 157*cdf0e10cSrcweir ] 158*cdf0e10cSrcweir SID_UPDATE_CONFIG 159*cdf0e10cSrcweir [ 160*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 161*cdf0e10cSrcweir ] 162*cdf0e10cSrcweir SID_ADDONS 163*cdf0e10cSrcweir [ 164*cdf0e10cSrcweir ] 165*cdf0e10cSrcweir SID_SHOW_IME_STATUS_WINDOW 166*cdf0e10cSrcweir [ 167*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 168*cdf0e10cSrcweir StateMethod = MiscState_Impl ; 169*cdf0e10cSrcweir ] 170*cdf0e10cSrcweir SID_HELP_SUPPORTPAGE 171*cdf0e10cSrcweir [ 172*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 173*cdf0e10cSrcweir ] 174*cdf0e10cSrcweir SID_RECENTFILELIST 175*cdf0e10cSrcweir [ 176*cdf0e10cSrcweir ] 177*cdf0e10cSrcweir SID_AVAILABLE_TOOLBARS 178*cdf0e10cSrcweir [ 179*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 180*cdf0e10cSrcweir ] 181*cdf0e10cSrcweir SID_HELP_TUTORIALS 182*cdf0e10cSrcweir [ 183*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 184*cdf0e10cSrcweir ] 185*cdf0e10cSrcweir} 186*cdf0e10cSrcweir 187*cdf0e10cSrcweir //========================================================================= 188*cdf0e10cSrcweir 189*cdf0e10cSrcweirshell SfxApplication 190*cdf0e10cSrcweir{ 191*cdf0e10cSrcweir import Application [Automation]; 192*cdf0e10cSrcweir import Documents "Documents"; 193*cdf0e10cSrcweir 194*cdf0e10cSrcweir SID_NEWDOCDIRECT // ole(no) api(no) 195*cdf0e10cSrcweir [ 196*cdf0e10cSrcweir ExecMethod = NewDocDirectExec_Impl ; 197*cdf0e10cSrcweir ] 198*cdf0e10cSrcweir SID_CLOSEDOCS 199*cdf0e10cSrcweir [ 200*cdf0e10cSrcweir ExecMethod = MiscExec_Impl ; 201*cdf0e10cSrcweir StateMethod = MiscState_Impl ; 202*cdf0e10cSrcweir ] 203*cdf0e10cSrcweir SID_BASICIDE_APPEAR // status(final|play) 204*cdf0e10cSrcweir [ 205*cdf0e10cSrcweir ExecMethod = OfaExec_Impl; 206*cdf0e10cSrcweir ] 207*cdf0e10cSrcweir SID_SCRIPTORGANIZER // status(final|play) 208*cdf0e10cSrcweir [ 209*cdf0e10cSrcweir ExecMethod = OfaExec_Impl; 210*cdf0e10cSrcweir ] 211*cdf0e10cSrcweir SID_MACROORGANIZER // status(final|play) 212*cdf0e10cSrcweir [ 213*cdf0e10cSrcweir ExecMethod = OfaExec_Impl; 214*cdf0e10cSrcweir ] 215*cdf0e10cSrcweir SID_RUNMACRO // status(final|play) 216*cdf0e10cSrcweir [ 217*cdf0e10cSrcweir ExecMethod = OfaExec_Impl; 218*cdf0e10cSrcweir ] 219*cdf0e10cSrcweir SID_BASICCHOOSER // status(final|play) 220*cdf0e10cSrcweir [ 221*cdf0e10cSrcweir ExecMethod = OfaExec_Impl; 222*cdf0e10cSrcweir ] 223*cdf0e10cSrcweir SID_INET_DLG // status(final) 224*cdf0e10cSrcweir [ 225*cdf0e10cSrcweir ExecMethod = OfaExec_Impl; 226*cdf0e10cSrcweir ] 227*cdf0e10cSrcweir 228*cdf0e10cSrcweir //---------------------------------------------------------------------- 229*cdf0e10cSrcweir 230*cdf0e10cSrcweir SID_ONLINE_REGISTRATION 231*cdf0e10cSrcweir [ 232*cdf0e10cSrcweir ExecMethod = OfaExec_Impl; 233*cdf0e10cSrcweir StateMethod = OfaState_Impl; 234*cdf0e10cSrcweir ] 235*cdf0e10cSrcweir 236*cdf0e10cSrcweir //---------------------------------------------------------------------- 237*cdf0e10cSrcweir 238*cdf0e10cSrcweir SID_OFFICE_CHECK_PLZ 239*cdf0e10cSrcweir [ 240*cdf0e10cSrcweir ExecMethod = OfaExec_Impl; 241*cdf0e10cSrcweir ] 242*cdf0e10cSrcweir SID_SD_AUTOPILOT // status(final|play) 243*cdf0e10cSrcweir [ 244*cdf0e10cSrcweir ExecMethod = OfaExec_Impl; 245*cdf0e10cSrcweir StateMethod = OfaState_Impl; 246*cdf0e10cSrcweir ] 247*cdf0e10cSrcweir SID_NEWSD // status(final|play) 248*cdf0e10cSrcweir [ 249*cdf0e10cSrcweir ExecMethod = OfaExec_Impl; 250*cdf0e10cSrcweir StateMethod = OfaState_Impl; 251*cdf0e10cSrcweir ] 252*cdf0e10cSrcweir FN_LABEL // status(final|play) 253*cdf0e10cSrcweir [ 254*cdf0e10cSrcweir ExecMethod = OfaExec_Impl; 255*cdf0e10cSrcweir StateMethod = OfaState_Impl; 256*cdf0e10cSrcweir ] 257*cdf0e10cSrcweir FN_BUSINESS_CARD // status(final|play) 258*cdf0e10cSrcweir 259*cdf0e10cSrcweir [ 260*cdf0e10cSrcweir ExecMethod = OfaExec_Impl; 261*cdf0e10cSrcweir StateMethod = OfaState_Impl; 262*cdf0e10cSrcweir ] 263*cdf0e10cSrcweir FN_XFORMS_INIT // #i31958# - new XForms document 264*cdf0e10cSrcweir [ 265*cdf0e10cSrcweir ExecMethod = OfaExec_Impl; 266*cdf0e10cSrcweir StateMethod = OfaState_Impl; 267*cdf0e10cSrcweir ] 268*cdf0e10cSrcweir SID_COMP_BIBLIOGRAPHY 269*cdf0e10cSrcweir [ 270*cdf0e10cSrcweir ExecMethod = OfaExec_Impl; 271*cdf0e10cSrcweir ] 272*cdf0e10cSrcweir SID_ADDRESS_DATA_SOURCE 273*cdf0e10cSrcweir [ 274*cdf0e10cSrcweir ExecMethod = OfaExec_Impl; 275*cdf0e10cSrcweir ] 276*cdf0e10cSrcweir SID_AUTO_CORRECT_DLG 277*cdf0e10cSrcweir [ 278*cdf0e10cSrcweir ExecMethod = OfaExec_Impl ; 279*cdf0e10cSrcweir ] 280*cdf0e10cSrcweir SID_OPTIONS_TREEDIALOG 281*cdf0e10cSrcweir [ 282*cdf0e10cSrcweir ExecMethod = OfaExec_Impl ; 283*cdf0e10cSrcweir ] 284*cdf0e10cSrcweir SID_MORE_DICTIONARIES 285*cdf0e10cSrcweir [ 286*cdf0e10cSrcweir ExecMethod = OfaExec_Impl ; 287*cdf0e10cSrcweir ] 288*cdf0e10cSrcweir} 289*cdf0e10cSrcweir 290*cdf0e10cSrcweirshell SfxModule 291*cdf0e10cSrcweir{ 292*cdf0e10cSrcweir} 293*cdf0e10cSrcweir 294*cdf0e10cSrcweir// eof ------------------------------------------------------------------------ 295*cdf0e10cSrcweir 296