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