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