1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include <sfx2/sfx.hrc>
21 #include "macropg.hrc"
24 #include <svx/dialogs.hrc>
26 #define MASKCOLOR MaskColor = \
27 Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
29 TabPage RID_SVXPAGE_MACROASSIGN
31 HelpID = "cui:TabPage:RID_SVXPAGE_MACROASSIGN" ;
35 Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
36 Text [ en-US ] = "Assign action" ;
39 Text [ en-US ] = "Event" ;
43 Text [ en-US ] = "Assigned Action" ;
49 Pos = MAP_APPFONT ( COL0 , ROW0 ) ;
50 Size = MAP_APPFONT ( WIDTH1_2 , HEIGHT0 ) ;
51 HelpID = HID_SVX_MACRO_LB_EVENT ;
55 Pos = MAP_APPFONT ( COL4 , ROW0 ) ;
56 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
57 Text [ en-US ] = "Assign:" ;
61 HelpID = "cui:PushButton:RID_SVXPAGE_MACROASSIGN:PB_ASSIGN";
62 Pos = MAP_APPFONT ( COL4 , ROW0A ) ;
63 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
64 Text [ en-US ] = "M~acro..." ;
68 PushButton PB_ASSIGN_COMPONENT
70 HelpID = "cui:PushButton:RID_SVXPAGE_MACROASSIGN:PB_ASSIGN_COMPONENT";
71 Pos = MAP_APPFONT ( COL4 , ROW2 ) ;
72 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
75 Text [ en-US ] = "Com~ponent..." ;
79 HelpID = "cui:PushButton:RID_SVXPAGE_MACROASSIGN:PB_DELETE";
80 Pos = MAP_APPFONT ( COL4 , ROW5_REMOVE ) ;
81 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
82 Text [ en-US ] = "~Remove" ;
88 ImageBitmap = Bitmap { File = "id018.png"; };
93 ImageBitmap = Bitmap { File = "component_16.png"; };
98 ModalDialog RID_SVXDLG_ASSIGNCOMPONENT
100 HelpID = "cui:ModalDialog:RID_SVXDLG_ASSIGNCOMPONENT";
103 Size = MAP_APPFONT ( COMP_WIDTH , COMP_HEIGHT ) ;
106 Text [ en-US ] = "Assign Component";
109 Pos = MAP_APPFONT ( COMP_COL1 , COMP_ROW0 ) ;
110 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
114 CancelButton RID_PB_CANCEL
116 Pos = MAP_APPFONT ( COMP_COL1 , COMP_ROW1 ) ;
117 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
120 HelpButton RID_PB_HELP
122 Pos = MAP_APPFONT ( COMP_COL1 , COMP_ROW2 ) ;
123 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
127 Pos = MAP_APPFONT ( COMP_COL0 , ROW0 ) ;
128 Size = MAP_APPFONT ( COMP_EDIT_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
129 Text [ en-US ] = "Component method name" ;
133 HelpID = "cui:Edit:RID_SVXDLG_ASSIGNCOMPONENT:EDIT_METHOD";
135 Pos = MAP_APPFONT ( COMP_COL0 , COMP_ROWEDIT ) ;
136 Size = MAP_APPFONT ( COMP_EDIT_WIDTH , RSC_CD_TEXTBOX_HEIGHT ) ;
143 String RID_SVXSTR_EVENT_STARTAPP
145 Text [ en-US ] = "Start Application" ;
148 String RID_SVXSTR_EVENT_CLOSEAPP
150 Text [ en-US ] = "Close Application" ;
153 String RID_SVXSTR_EVENT_NEWDOC
155 Text [ en-US ] = "New Document" ;
158 String RID_SVXSTR_EVENT_CLOSEDOC
160 Text [ en-US ] = "Document closed" ;
163 String RID_SVXSTR_EVENT_PREPARECLOSEDOC
165 Text [ en-US ] = "Document is going to be closed" ;
168 String RID_SVXSTR_EVENT_OPENDOC
170 Text [ en-US ] = "Open Document" ;
173 String RID_SVXSTR_EVENT_SAVEDOC
175 Text [ en-US ] = "Save Document" ;
178 String RID_SVXSTR_EVENT_SAVEASDOC
180 Text [ en-US ] = "Save Document As" ;
183 String RID_SVXSTR_EVENT_SAVEDOCDONE
185 Text [ en-US ] = "Document has been saved" ;
188 String RID_SVXSTR_EVENT_SAVEASDOCDONE
190 Text [ en-US ] = "Document has been saved as" ;
193 String RID_SVXSTR_EVENT_ACTIVATEDOC
195 Text [ en-US ] = "Activate Document" ;
198 String RID_SVXSTR_EVENT_DEACTIVATEDOC
200 Text [ en-US ] = "Deactivate Document" ;
203 String RID_SVXSTR_EVENT_PRINTDOC
205 Text [ en-US ] = "Print Document" ;
208 String RID_SVXSTR_EVENT_MODIFYCHANGED
210 Text [ en-US ] = "'Modified' status was changed" ;
212 String RID_SVXSTR_EVENT_MAILMERGE
214 Text [ en-US ] = "Printing of form letters started" ;
216 String RID_SVXSTR_EVENT_MAILMERGE_END
218 Text [ en-US ] = "Printing of form letters finished" ;
220 String RID_SVXSTR_EVENT_FIELDMERGE
222 Text [ en-US ] = "Merging of form fields started" ;
224 String RID_SVXSTR_EVENT_FIELDMERGE_FINISHED
226 Text [ en-US ] = "Merging of form fields finished" ;
228 String RID_SVXSTR_EVENT_PAGECOUNTCHANGE
230 Text [ en-US ] = "Changing the page count" ;
232 String RID_SVXSTR_EVENT_SUBCOMPONENT_OPENED
234 Text [ en-US ] = "Loaded a sub component" ;
236 String RID_SVXSTR_EVENT_SUBCOMPONENT_CLOSED
238 Text [ en-US ] = "Closed a sub component" ;
240 String RID_SVXSTR_EVENT_APPROVEPARAMETER
242 Text [ en-US ] = "Fill parameters" ;
244 String RID_SVXSTR_EVENT_ACTIONPERFORMED
246 Text [ en-US ] = "Execute action" ;
248 String RID_SVXSTR_EVENT_AFTERUPDATE
250 Text [ en-US ] = "After updating" ;
252 String RID_SVXSTR_EVENT_BEFOREUPDATE
254 Text [ en-US ] = "Before updating" ;
256 String RID_SVXSTR_EVENT_APPROVEROWCHANGE
258 Text [ en-US ] = "Before record action" ;
260 String RID_SVXSTR_EVENT_ROWCHANGE
262 Text [ en-US ] = "After record action" ;
264 String RID_SVXSTR_EVENT_CONFIRMDELETE
266 Text [ en-US ] = "Confirm deletion" ;
268 String RID_SVXSTR_EVENT_ERROROCCURRED
270 Text [ en-US ] = "Error occurred" ;
272 String RID_SVXSTR_EVENT_ADJUSTMENTVALUECHANGED
274 Text [ en-US ] = "While adjusting";
276 String RID_SVXSTR_EVENT_FOCUSGAINED
278 Text [ en-US ] = "When receiving focus" ;
280 String RID_SVXSTR_EVENT_FOCUSLOST
282 Text [ en-US ] = "When losing focus" ;
284 String RID_SVXSTR_EVENT_ITEMSTATECHANGED
286 Text [ en-US ] = "Item status changed" ;
288 String RID_SVXSTR_EVENT_KEYTYPED
290 Text [ en-US ] = "Key pressed" ;
292 String RID_SVXSTR_EVENT_KEYUP
294 Text [ en-US ] = "Key released" ;
296 String RID_SVXSTR_EVENT_LOADED
298 Text [ en-US ] = "When loading" ;
300 String RID_SVXSTR_EVENT_RELOADING
302 Text [ en-US ] = "Before reloading" ;
304 String RID_SVXSTR_EVENT_RELOADED
306 Text [ en-US ] = "When reloading" ;
308 String RID_SVXSTR_EVENT_MOUSEDRAGGED
310 Text [ en-US ] = "Mouse moved while key pressed" ;
312 String RID_SVXSTR_EVENT_MOUSEENTERED
314 Text [ en-US ] = "Mouse inside" ;
316 String RID_SVXSTR_EVENT_MOUSEEXITED
318 Text [ en-US ] = "Mouse outside" ;
320 String RID_SVXSTR_EVENT_MOUSEMOVED
322 Text [ en-US ] = "Mouse moved" ;
324 String RID_SVXSTR_EVENT_MOUSEPRESSED
326 Text [ en-US ] = "Mouse button pressed" ;
328 String RID_SVXSTR_EVENT_MOUSERELEASED
330 Text [ en-US ] = "Mouse button released" ;
332 String RID_SVXSTR_EVENT_POSITIONING
334 Text [ en-US ] = "Before record change" ;
336 String RID_SVXSTR_EVENT_POSITIONED
338 Text [ en-US ] = "After record change" ;
340 String RID_SVXSTR_EVENT_RESETTED
342 Text [ en-US ] = "After resetting" ;
344 String RID_SVXSTR_EVENT_APPROVERESETTED
346 Text [ en-US ] = "Prior to reset" ;
348 String RID_SVXSTR_EVENT_APPROVEACTIONPERFORMED
350 Text [ en-US ] = "Approve action" ;
352 String RID_SVXSTR_EVENT_SUBMITTED
354 Text [ en-US ] = "Before submitting" ;
356 String RID_SVXSTR_EVENT_TEXTCHANGED
358 Text [ en-US ] = "Text modified" ;
360 String RID_SVXSTR_EVENT_UNLOADING
362 Text [ en-US ] = "Before unloading" ;
364 String RID_SVXSTR_EVENT_UNLOADED
366 Text [ en-US ] = "When unloading" ;
368 String RID_SVXSTR_EVENT_CHANGED
370 Text [ en-US ] = "Changed" ;
373 String RID_SVXSTR_EVENT_CREATEDOC
375 Text [ en-US ] = "Document created" ;
378 String RID_SVXSTR_EVENT_LOADDOCFINISHED
380 Text [ en-US ] = "Document loading finished" ;
383 String RID_SVXSTR_EVENT_SAVEDOCFAILED
385 Text [ en-US ] = "Saving of document failed" ;
388 String RID_SVXSTR_EVENT_SAVEASDOCFAILED
390 Text [ en-US ] = "'Save as' has failed" ;
393 String RID_SVXSTR_EVENT_COPYTODOC
395 Text [ en-US ] = "Storing or exporting copy of document" ;
398 String RID_SVXSTR_EVENT_COPYTODOCDONE
400 Text [ en-US ] = "Document copy has been created" ;
403 String RID_SVXSTR_EVENT_COPYTODOCFAILED
405 Text [ en-US ] = "Creating of document copy failed" ;
408 String RID_SVXSTR_EVENT_VIEWCREATED
410 Text [ en-US ] = "View created" ;
413 String RID_SVXSTR_EVENT_PREPARECLOSEVIEW
415 Text [ en-US ] = "View is going to be closed" ;
418 String RID_SVXSTR_EVENT_CLOSEVIEW
420 Text [ en-US ] = "View closed" ;
423 String RID_SVXSTR_EVENT_TITLECHANGED
425 Text [ en-US ] = "Document title changed" ;
428 String RID_SVXSTR_EVENT_MODECHANGED
430 Text [ en-US ] = "Document mode changed" ;
433 String RID_SVXSTR_EVENT_VISAREACHANGED
435 Text [ en-US ] = "Visible area changed" ;
438 String RID_SVXSTR_EVENT_STORAGECHANGED
440 Text [ en-US ] = "Document has got a new storage" ;
443 String RID_SVXSTR_EVENT_LAYOUT_FINISHED
445 Text [ en-US ] = "Document layout finished" ;
448 String RID_SVXSTR_EVENT_SELECTIONCHANGED
450 Text [ en-US ] = "Selection changed" ;
453 String RID_SVXSTR_EVENT_DOUBLECLICK
455 Text [ en-US ] = "Double click" ;
458 String RID_SVXSTR_EVENT_RIGHTCLICK
460 Text [ en-US ] = "Right click" ;
463 String RID_SVXSTR_EVENT_CALCULATE
465 Text [ en-US ] = "Formulas calculated" ;
468 String RID_SVXSTR_EVENT_CONTENTCHANGED
470 Text [ en-US ] = "Content changed" ;
473 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */