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*cdf0e10cSrcweir#include <sfx2/sfx.hrc> 29*cdf0e10cSrcweir#include "macropg.hrc" 30*cdf0e10cSrcweir#include <cuires.hrc> 31*cdf0e10cSrcweir#include "helpid.hrc" 32*cdf0e10cSrcweir#include <svx/dialogs.hrc> 33*cdf0e10cSrcweir 34*cdf0e10cSrcweir#define MASKCOLOR MaskColor = \ 35*cdf0e10cSrcweir Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; 36*cdf0e10cSrcweir 37*cdf0e10cSrcweirTabPage RID_SVXPAGE_MACROASSIGN 38*cdf0e10cSrcweir{ 39*cdf0e10cSrcweir HelpID = "cui:TabPage:RID_SVXPAGE_MACROASSIGN" ; 40*cdf0e10cSrcweir Hide = TRUE ; 41*cdf0e10cSrcweir OutputSize = TRUE ; 42*cdf0e10cSrcweir SVLook = TRUE ; 43*cdf0e10cSrcweir Size = MAP_APPFONT ( WIDTH_TP , HEIGHT_TP ) ; 44*cdf0e10cSrcweir Text [ en-US ] = "Assign action" ; 45*cdf0e10cSrcweir String STR_EVENT 46*cdf0e10cSrcweir { 47*cdf0e10cSrcweir Text [ en-US ] = "Event" ; 48*cdf0e10cSrcweir }; 49*cdf0e10cSrcweir String STR_ASSMACRO 50*cdf0e10cSrcweir { 51*cdf0e10cSrcweir Text [ en-US ] = "Assigned Action" ; 52*cdf0e10cSrcweir }; 53*cdf0e10cSrcweir Control LB_EVENT 54*cdf0e10cSrcweir { 55*cdf0e10cSrcweir Border = TRUE ; 56*cdf0e10cSrcweir TabStop = TRUE; 57*cdf0e10cSrcweir Pos = MAP_APPFONT ( COL0 , ROW0 ) ; 58*cdf0e10cSrcweir Size = MAP_APPFONT ( WIDTH1_2 , HEIGHT0 ) ; 59*cdf0e10cSrcweir HelpID = HID_SVX_MACRO_LB_EVENT ; 60*cdf0e10cSrcweir }; 61*cdf0e10cSrcweir FixedText FT_ASSIGN 62*cdf0e10cSrcweir { 63*cdf0e10cSrcweir Pos = MAP_APPFONT ( COL4 , ROW0 ) ; 64*cdf0e10cSrcweir Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ; 65*cdf0e10cSrcweir Text [ en-US ] = "Assign:" ; 66*cdf0e10cSrcweir }; 67*cdf0e10cSrcweir PushButton PB_ASSIGN 68*cdf0e10cSrcweir { 69*cdf0e10cSrcweir HelpID = "cui:PushButton:RID_SVXPAGE_MACROASSIGN:PB_ASSIGN"; 70*cdf0e10cSrcweir Pos = MAP_APPFONT ( COL4 , ROW0A ) ; 71*cdf0e10cSrcweir Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ; 72*cdf0e10cSrcweir Text [ en-US ] = "M~acro..." ; 73*cdf0e10cSrcweir Disable = TRUE ; 74*cdf0e10cSrcweir TabStop = TRUE ; 75*cdf0e10cSrcweir }; 76*cdf0e10cSrcweir PushButton PB_ASSIGN_COMPONENT 77*cdf0e10cSrcweir { 78*cdf0e10cSrcweir HelpID = "cui:PushButton:RID_SVXPAGE_MACROASSIGN:PB_ASSIGN_COMPONENT"; 79*cdf0e10cSrcweir Pos = MAP_APPFONT ( COL4 , ROW2 ) ; 80*cdf0e10cSrcweir Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ; 81*cdf0e10cSrcweir Disable = TRUE ; 82*cdf0e10cSrcweir TabStop = TRUE ; 83*cdf0e10cSrcweir Text [ en-US ] = "Com~ponent..." ; 84*cdf0e10cSrcweir }; 85*cdf0e10cSrcweir PushButton PB_DELETE 86*cdf0e10cSrcweir { 87*cdf0e10cSrcweir HelpID = "cui:PushButton:RID_SVXPAGE_MACROASSIGN:PB_DELETE"; 88*cdf0e10cSrcweir Pos = MAP_APPFONT ( COL4 , ROW5_REMOVE ) ; 89*cdf0e10cSrcweir Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ; 90*cdf0e10cSrcweir Text [ en-US ] = "~Remove" ; 91*cdf0e10cSrcweir Disable = TRUE ; 92*cdf0e10cSrcweir TabStop = TRUE ; 93*cdf0e10cSrcweir }; 94*cdf0e10cSrcweir Image IMG_MACRO 95*cdf0e10cSrcweir { 96*cdf0e10cSrcweir ImageBitmap = Bitmap { File = "id018.png"; }; 97*cdf0e10cSrcweir MASKCOLOR 98*cdf0e10cSrcweir }; 99*cdf0e10cSrcweir Image IMG_COMPONENT 100*cdf0e10cSrcweir { 101*cdf0e10cSrcweir ImageBitmap = Bitmap { File = "component_16.png"; }; 102*cdf0e10cSrcweir MASKCOLOR 103*cdf0e10cSrcweir }; 104*cdf0e10cSrcweir Image IMG_MACRO_H 105*cdf0e10cSrcweir { 106*cdf0e10cSrcweir ImageBitmap = Bitmap { File = "idh018.png"; }; 107*cdf0e10cSrcweir MASKCOLOR 108*cdf0e10cSrcweir }; 109*cdf0e10cSrcweir Image IMG_COMPONENT_H 110*cdf0e10cSrcweir { 111*cdf0e10cSrcweir ImageBitmap = Bitmap { File = "component_16_h.png"; }; 112*cdf0e10cSrcweir MASKCOLOR 113*cdf0e10cSrcweir }; 114*cdf0e10cSrcweir}; 115*cdf0e10cSrcweir 116*cdf0e10cSrcweirModalDialog RID_SVXDLG_ASSIGNCOMPONENT 117*cdf0e10cSrcweir{ 118*cdf0e10cSrcweir HelpID = "cui:ModalDialog:RID_SVXDLG_ASSIGNCOMPONENT"; 119*cdf0e10cSrcweir OutputSize = TRUE ; 120*cdf0e10cSrcweir SVLook = TRUE ; 121*cdf0e10cSrcweir Size = MAP_APPFONT ( COMP_WIDTH , COMP_HEIGHT ) ; 122*cdf0e10cSrcweir Moveable = TRUE ; 123*cdf0e10cSrcweir Closeable = TRUE ; 124*cdf0e10cSrcweir Text [ en-US ] = "Assign Component"; 125*cdf0e10cSrcweir OKButton RID_PB_OK 126*cdf0e10cSrcweir { 127*cdf0e10cSrcweir Pos = MAP_APPFONT ( COMP_COL1 , COMP_ROW0 ) ; 128*cdf0e10cSrcweir Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ; 129*cdf0e10cSrcweir TabStop = TRUE ; 130*cdf0e10cSrcweir DefButton = TRUE ; 131*cdf0e10cSrcweir }; 132*cdf0e10cSrcweir CancelButton RID_PB_CANCEL 133*cdf0e10cSrcweir { 134*cdf0e10cSrcweir Pos = MAP_APPFONT ( COMP_COL1 , COMP_ROW1 ) ; 135*cdf0e10cSrcweir Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ; 136*cdf0e10cSrcweir TabStop = TRUE ; 137*cdf0e10cSrcweir }; 138*cdf0e10cSrcweir HelpButton RID_PB_HELP 139*cdf0e10cSrcweir { 140*cdf0e10cSrcweir Pos = MAP_APPFONT ( COMP_COL1 , COMP_ROW2 ) ; 141*cdf0e10cSrcweir Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ; 142*cdf0e10cSrcweir }; 143*cdf0e10cSrcweir FixedText FT_METHOD 144*cdf0e10cSrcweir { 145*cdf0e10cSrcweir Pos = MAP_APPFONT ( COMP_COL0 , ROW0 ) ; 146*cdf0e10cSrcweir Size = MAP_APPFONT ( COMP_EDIT_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ; 147*cdf0e10cSrcweir Text [ en-US ] = "Component method name" ; 148*cdf0e10cSrcweir }; 149*cdf0e10cSrcweir Edit EDIT_METHOD 150*cdf0e10cSrcweir { 151*cdf0e10cSrcweir HelpID = "cui:Edit:RID_SVXDLG_ASSIGNCOMPONENT:EDIT_METHOD"; 152*cdf0e10cSrcweir Border = TRUE ; 153*cdf0e10cSrcweir Pos = MAP_APPFONT ( COMP_COL0 , COMP_ROWEDIT ) ; 154*cdf0e10cSrcweir Size = MAP_APPFONT ( COMP_EDIT_WIDTH , RSC_CD_TEXTBOX_HEIGHT ) ; 155*cdf0e10cSrcweir TabStop = TRUE ; 156*cdf0e10cSrcweir }; 157*cdf0e10cSrcweir}; 158*cdf0e10cSrcweir 159*cdf0e10cSrcweir 160*cdf0e10cSrcweir//DF 161*cdf0e10cSrcweirString RID_SVXSTR_EVENT_STARTAPP 162*cdf0e10cSrcweir{ 163*cdf0e10cSrcweir Text [ en-US ] = "Start Application" ; 164*cdf0e10cSrcweir}; 165*cdf0e10cSrcweir 166*cdf0e10cSrcweirString RID_SVXSTR_EVENT_CLOSEAPP 167*cdf0e10cSrcweir{ 168*cdf0e10cSrcweir Text [ en-US ] = "Close Application" ; 169*cdf0e10cSrcweir}; 170*cdf0e10cSrcweir 171*cdf0e10cSrcweirString RID_SVXSTR_EVENT_NEWDOC 172*cdf0e10cSrcweir{ 173*cdf0e10cSrcweir Text [ en-US ] = "New Document" ; 174*cdf0e10cSrcweir}; 175*cdf0e10cSrcweir 176*cdf0e10cSrcweirString RID_SVXSTR_EVENT_CLOSEDOC 177*cdf0e10cSrcweir{ 178*cdf0e10cSrcweir Text [ en-US ] = "Document closed" ; 179*cdf0e10cSrcweir}; 180*cdf0e10cSrcweir 181*cdf0e10cSrcweirString RID_SVXSTR_EVENT_PREPARECLOSEDOC 182*cdf0e10cSrcweir{ 183*cdf0e10cSrcweir Text [ en-US ] = "Document is going to be closed" ; 184*cdf0e10cSrcweir}; 185*cdf0e10cSrcweir 186*cdf0e10cSrcweirString RID_SVXSTR_EVENT_OPENDOC 187*cdf0e10cSrcweir{ 188*cdf0e10cSrcweir Text [ en-US ] = "Open Document" ; 189*cdf0e10cSrcweir}; 190*cdf0e10cSrcweir 191*cdf0e10cSrcweirString RID_SVXSTR_EVENT_SAVEDOC 192*cdf0e10cSrcweir{ 193*cdf0e10cSrcweir Text [ en-US ] = "Save Document" ; 194*cdf0e10cSrcweir}; 195*cdf0e10cSrcweir 196*cdf0e10cSrcweirString RID_SVXSTR_EVENT_SAVEASDOC 197*cdf0e10cSrcweir{ 198*cdf0e10cSrcweir Text [ en-US ] = "Save Document As" ; 199*cdf0e10cSrcweir}; 200*cdf0e10cSrcweir 201*cdf0e10cSrcweirString RID_SVXSTR_EVENT_SAVEDOCDONE 202*cdf0e10cSrcweir{ 203*cdf0e10cSrcweir Text [ en-US ] = "Document has been saved" ; 204*cdf0e10cSrcweir}; 205*cdf0e10cSrcweir 206*cdf0e10cSrcweirString RID_SVXSTR_EVENT_SAVEASDOCDONE 207*cdf0e10cSrcweir{ 208*cdf0e10cSrcweir Text [ en-US ] = "Document has been saved as" ; 209*cdf0e10cSrcweir}; 210*cdf0e10cSrcweir 211*cdf0e10cSrcweirString RID_SVXSTR_EVENT_ACTIVATEDOC 212*cdf0e10cSrcweir{ 213*cdf0e10cSrcweir Text [ en-US ] = "Activate Document" ; 214*cdf0e10cSrcweir}; 215*cdf0e10cSrcweir 216*cdf0e10cSrcweirString RID_SVXSTR_EVENT_DEACTIVATEDOC 217*cdf0e10cSrcweir{ 218*cdf0e10cSrcweir Text [ en-US ] = "Deactivate Document" ; 219*cdf0e10cSrcweir}; 220*cdf0e10cSrcweir 221*cdf0e10cSrcweirString RID_SVXSTR_EVENT_PRINTDOC 222*cdf0e10cSrcweir{ 223*cdf0e10cSrcweir Text [ en-US ] = "Print Document" ; 224*cdf0e10cSrcweir}; 225*cdf0e10cSrcweir 226*cdf0e10cSrcweirString RID_SVXSTR_EVENT_MODIFYCHANGED 227*cdf0e10cSrcweir{ 228*cdf0e10cSrcweir Text [ en-US ] = "'Modified' status was changed" ; 229*cdf0e10cSrcweir}; 230*cdf0e10cSrcweirString RID_SVXSTR_EVENT_MAILMERGE 231*cdf0e10cSrcweir{ 232*cdf0e10cSrcweir Text [ en-US ] = "Printing of form letters started" ; 233*cdf0e10cSrcweir}; 234*cdf0e10cSrcweirString RID_SVXSTR_EVENT_MAILMERGE_END 235*cdf0e10cSrcweir{ 236*cdf0e10cSrcweir Text [ en-US ] = "Printing of form letters finished" ; 237*cdf0e10cSrcweir}; 238*cdf0e10cSrcweirString RID_SVXSTR_EVENT_FIELDMERGE 239*cdf0e10cSrcweir{ 240*cdf0e10cSrcweir Text [ en-US ] = "Merging of form fields started" ; 241*cdf0e10cSrcweir}; 242*cdf0e10cSrcweirString RID_SVXSTR_EVENT_FIELDMERGE_FINISHED 243*cdf0e10cSrcweir{ 244*cdf0e10cSrcweir Text [ en-US ] = "Merging of form fields finished" ; 245*cdf0e10cSrcweir}; 246*cdf0e10cSrcweirString RID_SVXSTR_EVENT_PAGECOUNTCHANGE 247*cdf0e10cSrcweir{ 248*cdf0e10cSrcweir Text [ en-US ] = "Changing the page count" ; 249*cdf0e10cSrcweir}; 250*cdf0e10cSrcweirString RID_SVXSTR_EVENT_SUBCOMPONENT_OPENED 251*cdf0e10cSrcweir{ 252*cdf0e10cSrcweir Text [ en-US ] = "Loaded a sub component" ; 253*cdf0e10cSrcweir}; 254*cdf0e10cSrcweirString RID_SVXSTR_EVENT_SUBCOMPONENT_CLOSED 255*cdf0e10cSrcweir{ 256*cdf0e10cSrcweir Text [ en-US ] = "Closed a sub component" ; 257*cdf0e10cSrcweir}; 258*cdf0e10cSrcweirString RID_SVXSTR_EVENT_APPROVEPARAMETER 259*cdf0e10cSrcweir{ 260*cdf0e10cSrcweir Text [ en-US ] = "Fill parameters" ; 261*cdf0e10cSrcweir}; 262*cdf0e10cSrcweirString RID_SVXSTR_EVENT_ACTIONPERFORMED 263*cdf0e10cSrcweir{ 264*cdf0e10cSrcweir Text [ en-US ] = "Execute action" ; 265*cdf0e10cSrcweir}; 266*cdf0e10cSrcweirString RID_SVXSTR_EVENT_AFTERUPDATE 267*cdf0e10cSrcweir{ 268*cdf0e10cSrcweir Text [ en-US ] = "After updating" ; 269*cdf0e10cSrcweir}; 270*cdf0e10cSrcweirString RID_SVXSTR_EVENT_BEFOREUPDATE 271*cdf0e10cSrcweir{ 272*cdf0e10cSrcweir Text [ en-US ] = "Before updating" ; 273*cdf0e10cSrcweir}; 274*cdf0e10cSrcweirString RID_SVXSTR_EVENT_APPROVEROWCHANGE 275*cdf0e10cSrcweir{ 276*cdf0e10cSrcweir Text [ en-US ] = "Before record action" ; 277*cdf0e10cSrcweir}; 278*cdf0e10cSrcweirString RID_SVXSTR_EVENT_ROWCHANGE 279*cdf0e10cSrcweir{ 280*cdf0e10cSrcweir Text [ en-US ] = "After record action" ; 281*cdf0e10cSrcweir}; 282*cdf0e10cSrcweirString RID_SVXSTR_EVENT_CONFIRMDELETE 283*cdf0e10cSrcweir{ 284*cdf0e10cSrcweir Text [ en-US ] = "Confirm deletion" ; 285*cdf0e10cSrcweir}; 286*cdf0e10cSrcweirString RID_SVXSTR_EVENT_ERROROCCURED 287*cdf0e10cSrcweir{ 288*cdf0e10cSrcweir Text [ en-US ] = "Error occurred" ; 289*cdf0e10cSrcweir}; 290*cdf0e10cSrcweirString RID_SVXSTR_EVENT_ADJUSTMENTVALUECHANGED 291*cdf0e10cSrcweir{ 292*cdf0e10cSrcweir Text [ en-US ] = "While adjusting"; 293*cdf0e10cSrcweir}; 294*cdf0e10cSrcweirString RID_SVXSTR_EVENT_FOCUSGAINED 295*cdf0e10cSrcweir{ 296*cdf0e10cSrcweir Text [ en-US ] = "When receiving focus" ; 297*cdf0e10cSrcweir}; 298*cdf0e10cSrcweirString RID_SVXSTR_EVENT_FOCUSLOST 299*cdf0e10cSrcweir{ 300*cdf0e10cSrcweir Text [ en-US ] = "When losing focus" ; 301*cdf0e10cSrcweir}; 302*cdf0e10cSrcweirString RID_SVXSTR_EVENT_ITEMSTATECHANGED 303*cdf0e10cSrcweir{ 304*cdf0e10cSrcweir Text [ en-US ] = "Item status changed" ; 305*cdf0e10cSrcweir}; 306*cdf0e10cSrcweirString RID_SVXSTR_EVENT_KEYTYPED 307*cdf0e10cSrcweir{ 308*cdf0e10cSrcweir Text [ en-US ] = "Key pressed" ; 309*cdf0e10cSrcweir}; 310*cdf0e10cSrcweirString RID_SVXSTR_EVENT_KEYUP 311*cdf0e10cSrcweir{ 312*cdf0e10cSrcweir Text [ en-US ] = "Key released" ; 313*cdf0e10cSrcweir}; 314*cdf0e10cSrcweirString RID_SVXSTR_EVENT_LOADED 315*cdf0e10cSrcweir{ 316*cdf0e10cSrcweir Text [ en-US ] = "When loading" ; 317*cdf0e10cSrcweir}; 318*cdf0e10cSrcweirString RID_SVXSTR_EVENT_RELOADING 319*cdf0e10cSrcweir{ 320*cdf0e10cSrcweir Text [ en-US ] = "Before reloading" ; 321*cdf0e10cSrcweir}; 322*cdf0e10cSrcweirString RID_SVXSTR_EVENT_RELOADED 323*cdf0e10cSrcweir{ 324*cdf0e10cSrcweir Text [ en-US ] = "When reloading" ; 325*cdf0e10cSrcweir}; 326*cdf0e10cSrcweirString RID_SVXSTR_EVENT_MOUSEDRAGGED 327*cdf0e10cSrcweir{ 328*cdf0e10cSrcweir Text [ en-US ] = "Mouse moved while key pressed" ; 329*cdf0e10cSrcweir}; 330*cdf0e10cSrcweirString RID_SVXSTR_EVENT_MOUSEENTERED 331*cdf0e10cSrcweir{ 332*cdf0e10cSrcweir Text [ en-US ] = "Mouse inside" ; 333*cdf0e10cSrcweir}; 334*cdf0e10cSrcweirString RID_SVXSTR_EVENT_MOUSEEXITED 335*cdf0e10cSrcweir{ 336*cdf0e10cSrcweir Text [ en-US ] = "Mouse outside" ; 337*cdf0e10cSrcweir}; 338*cdf0e10cSrcweirString RID_SVXSTR_EVENT_MOUSEMOVED 339*cdf0e10cSrcweir{ 340*cdf0e10cSrcweir Text [ en-US ] = "Mouse moved" ; 341*cdf0e10cSrcweir}; 342*cdf0e10cSrcweirString RID_SVXSTR_EVENT_MOUSEPRESSED 343*cdf0e10cSrcweir{ 344*cdf0e10cSrcweir Text [ en-US ] = "Mouse button pressed" ; 345*cdf0e10cSrcweir}; 346*cdf0e10cSrcweirString RID_SVXSTR_EVENT_MOUSERELEASED 347*cdf0e10cSrcweir{ 348*cdf0e10cSrcweir Text [ en-US ] = "Mouse button released" ; 349*cdf0e10cSrcweir}; 350*cdf0e10cSrcweirString RID_SVXSTR_EVENT_POSITIONING 351*cdf0e10cSrcweir{ 352*cdf0e10cSrcweir Text [ en-US ] = "Before record change" ; 353*cdf0e10cSrcweir}; 354*cdf0e10cSrcweirString RID_SVXSTR_EVENT_POSITIONED 355*cdf0e10cSrcweir{ 356*cdf0e10cSrcweir Text [ en-US ] = "After record change" ; 357*cdf0e10cSrcweir}; 358*cdf0e10cSrcweirString RID_SVXSTR_EVENT_RESETTED 359*cdf0e10cSrcweir{ 360*cdf0e10cSrcweir Text [ en-US ] = "After resetting" ; 361*cdf0e10cSrcweir}; 362*cdf0e10cSrcweirString RID_SVXSTR_EVENT_APPROVERESETTED 363*cdf0e10cSrcweir{ 364*cdf0e10cSrcweir Text [ en-US ] = "Prior to reset" ; 365*cdf0e10cSrcweir}; 366*cdf0e10cSrcweirString RID_SVXSTR_EVENT_APPROVEACTIONPERFORMED 367*cdf0e10cSrcweir{ 368*cdf0e10cSrcweir Text [ en-US ] = "Approve action" ; 369*cdf0e10cSrcweir}; 370*cdf0e10cSrcweirString RID_SVXSTR_EVENT_SUBMITTED 371*cdf0e10cSrcweir{ 372*cdf0e10cSrcweir Text [ en-US ] = "Before submitting" ; 373*cdf0e10cSrcweir}; 374*cdf0e10cSrcweirString RID_SVXSTR_EVENT_TEXTCHANGED 375*cdf0e10cSrcweir{ 376*cdf0e10cSrcweir Text [ en-US ] = "Text modified" ; 377*cdf0e10cSrcweir}; 378*cdf0e10cSrcweirString RID_SVXSTR_EVENT_UNLOADING 379*cdf0e10cSrcweir{ 380*cdf0e10cSrcweir Text [ en-US ] = "Before unloading" ; 381*cdf0e10cSrcweir}; 382*cdf0e10cSrcweirString RID_SVXSTR_EVENT_UNLOADED 383*cdf0e10cSrcweir{ 384*cdf0e10cSrcweir Text [ en-US ] = "When unloading" ; 385*cdf0e10cSrcweir}; 386*cdf0e10cSrcweirString RID_SVXSTR_EVENT_CHANGED 387*cdf0e10cSrcweir{ 388*cdf0e10cSrcweir Text [ en-US ] = "Changed" ; 389*cdf0e10cSrcweir}; 390*cdf0e10cSrcweir 391*cdf0e10cSrcweirString RID_SVXSTR_EVENT_CREATEDOC 392*cdf0e10cSrcweir{ 393*cdf0e10cSrcweir Text [ en-US ] = "Document created" ; 394*cdf0e10cSrcweir}; 395*cdf0e10cSrcweir 396*cdf0e10cSrcweirString RID_SVXSTR_EVENT_LOADDOCFINISHED 397*cdf0e10cSrcweir{ 398*cdf0e10cSrcweir Text [ en-US ] = "Document loading finished" ; 399*cdf0e10cSrcweir}; 400*cdf0e10cSrcweir 401*cdf0e10cSrcweirString RID_SVXSTR_EVENT_SAVEDOCFAILED 402*cdf0e10cSrcweir{ 403*cdf0e10cSrcweir Text [ en-US ] = "Saving of document failed" ; 404*cdf0e10cSrcweir}; 405*cdf0e10cSrcweir 406*cdf0e10cSrcweirString RID_SVXSTR_EVENT_SAVEASDOCFAILED 407*cdf0e10cSrcweir{ 408*cdf0e10cSrcweir Text [ en-US ] = "'Save as' has failed" ; 409*cdf0e10cSrcweir}; 410*cdf0e10cSrcweir 411*cdf0e10cSrcweirString RID_SVXSTR_EVENT_COPYTODOC 412*cdf0e10cSrcweir{ 413*cdf0e10cSrcweir Text [ en-US ] = "Storing or exporting copy of document" ; 414*cdf0e10cSrcweir}; 415*cdf0e10cSrcweir 416*cdf0e10cSrcweirString RID_SVXSTR_EVENT_COPYTODOCDONE 417*cdf0e10cSrcweir{ 418*cdf0e10cSrcweir Text [ en-US ] = "Document copy has been created" ; 419*cdf0e10cSrcweir}; 420*cdf0e10cSrcweir 421*cdf0e10cSrcweirString RID_SVXSTR_EVENT_COPYTODOCFAILED 422*cdf0e10cSrcweir{ 423*cdf0e10cSrcweir Text [ en-US ] = "Creating of document copy failed" ; 424*cdf0e10cSrcweir}; 425*cdf0e10cSrcweir 426*cdf0e10cSrcweirString RID_SVXSTR_EVENT_VIEWCREATED 427*cdf0e10cSrcweir{ 428*cdf0e10cSrcweir Text [ en-US ] = "View created" ; 429*cdf0e10cSrcweir}; 430*cdf0e10cSrcweir 431*cdf0e10cSrcweirString RID_SVXSTR_EVENT_PREPARECLOSEVIEW 432*cdf0e10cSrcweir{ 433*cdf0e10cSrcweir Text [ en-US ] = "View is going to be closed" ; 434*cdf0e10cSrcweir}; 435*cdf0e10cSrcweir 436*cdf0e10cSrcweirString RID_SVXSTR_EVENT_CLOSEVIEW 437*cdf0e10cSrcweir{ 438*cdf0e10cSrcweir Text [ en-US ] = "View closed" ; 439*cdf0e10cSrcweir}; 440*cdf0e10cSrcweir 441*cdf0e10cSrcweirString RID_SVXSTR_EVENT_TITLECHANGED 442*cdf0e10cSrcweir{ 443*cdf0e10cSrcweir Text [ en-US ] = "Document title changed" ; 444*cdf0e10cSrcweir}; 445*cdf0e10cSrcweir 446*cdf0e10cSrcweirString RID_SVXSTR_EVENT_MODECHANGED 447*cdf0e10cSrcweir{ 448*cdf0e10cSrcweir Text [ en-US ] = "Document mode changed" ; 449*cdf0e10cSrcweir}; 450*cdf0e10cSrcweir 451*cdf0e10cSrcweirString RID_SVXSTR_EVENT_VISAREACHANGED 452*cdf0e10cSrcweir{ 453*cdf0e10cSrcweir Text [ en-US ] = "Visible area changed" ; 454*cdf0e10cSrcweir}; 455*cdf0e10cSrcweir 456*cdf0e10cSrcweirString RID_SVXSTR_EVENT_STORAGECHANGED 457*cdf0e10cSrcweir{ 458*cdf0e10cSrcweir Text [ en-US ] = "Document has got a new storage" ; 459*cdf0e10cSrcweir}; 460*cdf0e10cSrcweir 461*cdf0e10cSrcweirString RID_SVXSTR_EVENT_LAYOUT_FINISHED 462*cdf0e10cSrcweir{ 463*cdf0e10cSrcweir Text [ en-US ] = "Document layout finished" ; 464*cdf0e10cSrcweir}; 465*cdf0e10cSrcweir 466*cdf0e10cSrcweirString RID_SVXSTR_EVENT_SELECTIONCHANGED 467*cdf0e10cSrcweir{ 468*cdf0e10cSrcweir Text [ en-US ] = "Selection changed" ; 469*cdf0e10cSrcweir}; 470*cdf0e10cSrcweir 471*cdf0e10cSrcweirString RID_SVXSTR_EVENT_DOUBLECLICK 472*cdf0e10cSrcweir{ 473*cdf0e10cSrcweir Text [ en-US ] = "Double click" ; 474*cdf0e10cSrcweir}; 475*cdf0e10cSrcweir 476*cdf0e10cSrcweirString RID_SVXSTR_EVENT_RIGHTCLICK 477*cdf0e10cSrcweir{ 478*cdf0e10cSrcweir Text [ en-US ] = "Right click" ; 479*cdf0e10cSrcweir}; 480*cdf0e10cSrcweir 481*cdf0e10cSrcweirString RID_SVXSTR_EVENT_CALCULATE 482*cdf0e10cSrcweir{ 483*cdf0e10cSrcweir Text [ en-US ] = "Formulas calculated" ; 484*cdf0e10cSrcweir}; 485*cdf0e10cSrcweir 486*cdf0e10cSrcweirString RID_SVXSTR_EVENT_CONTENTCHANGED 487*cdf0e10cSrcweir{ 488*cdf0e10cSrcweir Text [ en-US ] = "Content changed" ; 489*cdf0e10cSrcweir}; 490*cdf0e10cSrcweir 491