1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: macropg.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #include <sfx2/sfx.hrc>
32 #include "macropg.hrc"
33 #include <svx/dialogs.hrc>
36 #define MASKCOLOR MaskColor = \
37 Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
39 TabPage RID_SVXPAGE_MACROASSIGN
41 // HelpID = HID_MACROASSIGN ;
45 Size = MAP_APPFONT ( WIDTH_TP , HEIGHT_TP ) ;
46 Text [ en-US ] = "Assign action" ;
49 Text [ en-US ] = "Event" ;
53 Text [ en-US ] = "Assigned Action" ;
59 Pos = MAP_APPFONT ( COL0 , ROW0 ) ;
60 Size = MAP_APPFONT ( WIDTH1_2 , HEIGHT0 ) ;
61 HelpID = HID_SVX_MACRO_LB_EVENT ;
65 Pos = MAP_APPFONT ( COL4 , ROW0 ) ;
66 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
67 Text [ en-US ] = "Assign:" ;
71 Pos = MAP_APPFONT ( COL4 , ROW0A ) ;
72 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
73 Text [ en-US ] = "M~acro..." ;
77 PushButton PB_ASSIGN_COMPONENT
79 Pos = MAP_APPFONT ( COL4 , ROW2 ) ;
80 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
83 Text [ en-US ] = "Com~ponent..." ;
87 Pos = MAP_APPFONT ( COL4 , ROW5_REMOVE ) ;
88 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
89 Text [ en-US ] = "~Remove" ;
95 ImageBitmap = Bitmap { File = "id018.png"; };
100 ImageBitmap = Bitmap { File = "component_16.png"; };
105 ImageBitmap = Bitmap { File = "idh018.png"; };
108 Image IMG_COMPONENT_H
110 ImageBitmap = Bitmap { File = "component_16_h.png"; };
115 ModalDialog RID_SVXDLG_ASSIGNCOMPONENT
119 Size = MAP_APPFONT ( COMP_WIDTH , COMP_HEIGHT ) ;
122 Text [ en-US ] = "Assign Component";
125 Pos = MAP_APPFONT ( COMP_COL1 , COMP_ROW0 ) ;
126 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
130 CancelButton RID_PB_CANCEL
132 Pos = MAP_APPFONT ( COMP_COL1 , COMP_ROW1 ) ;
133 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
136 HelpButton RID_PB_HELP
138 Pos = MAP_APPFONT ( COMP_COL1 , COMP_ROW2 ) ;
139 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
143 Pos = MAP_APPFONT ( COMP_COL0 , ROW0 ) ;
144 Size = MAP_APPFONT ( COMP_EDIT_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
145 Text [ en-US ] = "Component method name" ;
150 Pos = MAP_APPFONT ( COMP_COL0 , COMP_ROWEDIT ) ;
151 Size = MAP_APPFONT ( COMP_EDIT_WIDTH , RSC_CD_TEXTBOX_HEIGHT ) ;
158 String RID_SVXSTR_EVENT_STARTAPP
160 Text [ en-US ] = "Start Application" ;
163 String RID_SVXSTR_EVENT_CLOSEAPP
165 Text [ en-US ] = "Close Application" ;
168 String RID_SVXSTR_EVENT_NEWDOC
170 Text [ en-US ] = "New Document" ;
173 String RID_SVXSTR_EVENT_CLOSEDOC
175 Text [ en-US ] = "Document closed" ;
178 String RID_SVXSTR_EVENT_PREPARECLOSEDOC
180 Text [ en-US ] = "Document is going to be closed" ;
183 String RID_SVXSTR_EVENT_OPENDOC
185 Text [ en-US ] = "Open Document" ;
188 String RID_SVXSTR_EVENT_SAVEDOC
190 Text [ en-US ] = "Save Document" ;
193 String RID_SVXSTR_EVENT_SAVEASDOC
195 Text [ en-US ] = "Save Document As" ;
198 String RID_SVXSTR_EVENT_SAVEDOCDONE
200 Text [ en-US ] = "Document has been saved" ;
203 String RID_SVXSTR_EVENT_SAVEASDOCDONE
205 Text [ en-US ] = "Document has been saved as" ;
208 String RID_SVXSTR_EVENT_ACTIVATEDOC
210 Text [ en-US ] = "Activate Document" ;
213 String RID_SVXSTR_EVENT_DEACTIVATEDOC
215 Text [ en-US ] = "Deactivate Document" ;
218 String RID_SVXSTR_EVENT_PRINTDOC
220 Text [ en-US ] = "Print Document" ;
223 String RID_SVXSTR_EVENT_MODIFYCHANGED
225 Text [ en-US ] = "'Modified' status was changed" ;
227 String RID_SVXSTR_EVENT_MAILMERGE
229 Text [ en-US ] = "Printing of form letters started" ;
231 String RID_SVXSTR_EVENT_MAILMERGE_END
233 Text [ en-US ] = "Printing of form letters finished" ;
235 String RID_SVXSTR_EVENT_FIELDMERGE
237 Text [ en-US ] = "Merging of form fields started" ;
239 String RID_SVXSTR_EVENT_FIELDMERGE_FINISHED
241 Text [ en-US ] = "Merging of form fields finished" ;
243 String RID_SVXSTR_EVENT_PAGECOUNTCHANGE
245 Text [ en-US ] = "Changing the page count" ;
247 String RID_SVXSTR_EVENT_SUBCOMPONENT_OPENED
249 Text [ en-US ] = "Loaded a sub component" ;
251 String RID_SVXSTR_EVENT_SUBCOMPONENT_CLOSED
253 Text [ en-US ] = "Closed a sub component" ;
255 String RID_SVXSTR_EVENT_APPROVEPARAMETER
257 Text [ en-US ] = "Fill parameters" ;
259 String RID_SVXSTR_EVENT_ACTIONPERFORMED
261 Text [ en-US ] = "Execute action" ;
263 String RID_SVXSTR_EVENT_AFTERUPDATE
265 Text [ en-US ] = "After updating" ;
267 String RID_SVXSTR_EVENT_BEFOREUPDATE
269 Text [ en-US ] = "Before updating" ;
271 String RID_SVXSTR_EVENT_APPROVEROWCHANGE
273 Text [ en-US ] = "Before record action" ;
275 String RID_SVXSTR_EVENT_ROWCHANGE
277 Text [ en-US ] = "After record action" ;
279 String RID_SVXSTR_EVENT_CONFIRMDELETE
281 Text [ en-US ] = "Confirm deletion" ;
283 String RID_SVXSTR_EVENT_ERROROCCURED
285 Text [ en-US ] = "Error occurred" ;
287 String RID_SVXSTR_EVENT_ADJUSTMENTVALUECHANGED
289 Text [ en-US ] = "While adjusting";
291 String RID_SVXSTR_EVENT_FOCUSGAINED
293 Text [ en-US ] = "When receiving focus" ;
295 String RID_SVXSTR_EVENT_FOCUSLOST
297 Text [ en-US ] = "When losing focus" ;
299 String RID_SVXSTR_EVENT_ITEMSTATECHANGED
301 Text [ en-US ] = "Item status changed" ;
303 String RID_SVXSTR_EVENT_KEYTYPED
305 Text [ en-US ] = "Key pressed" ;
307 String RID_SVXSTR_EVENT_KEYUP
309 Text [ en-US ] = "Key released" ;
311 String RID_SVXSTR_EVENT_LOADED
313 Text [ en-US ] = "When loading" ;
315 String RID_SVXSTR_EVENT_RELOADING
317 Text [ en-US ] = "Before reloading" ;
319 String RID_SVXSTR_EVENT_RELOADED
321 Text [ en-US ] = "When reloading" ;
323 String RID_SVXSTR_EVENT_MOUSEDRAGGED
325 Text [ en-US ] = "Mouse moved while key pressed" ;
327 String RID_SVXSTR_EVENT_MOUSEENTERED
329 Text [ en-US ] = "Mouse inside" ;
331 String RID_SVXSTR_EVENT_MOUSEEXITED
333 Text [ en-US ] = "Mouse outside" ;
335 String RID_SVXSTR_EVENT_MOUSEMOVED
337 Text [ en-US ] = "Mouse moved" ;
339 String RID_SVXSTR_EVENT_MOUSEPRESSED
341 Text [ en-US ] = "Mouse button pressed" ;
343 String RID_SVXSTR_EVENT_MOUSERELEASED
345 Text [ en-US ] = "Mouse button released" ;
347 String RID_SVXSTR_EVENT_POSITIONING
349 Text [ en-US ] = "Before record change" ;
351 String RID_SVXSTR_EVENT_POSITIONED
353 Text [ en-US ] = "After record change" ;
355 String RID_SVXSTR_EVENT_RESETTED
357 Text [ en-US ] = "After resetting" ;
359 String RID_SVXSTR_EVENT_APPROVERESETTED
361 Text [ en-US ] = "Prior to reset" ;
363 String RID_SVXSTR_EVENT_APPROVEACTIONPERFORMED
365 Text [ en-US ] = "Approve action" ;
367 String RID_SVXSTR_EVENT_SUBMITTED
369 Text [ en-US ] = "Before submitting" ;
371 String RID_SVXSTR_EVENT_TEXTCHANGED
373 Text [ en-US ] = "Text modified" ;
375 String RID_SVXSTR_EVENT_UNLOADING
377 Text [ en-US ] = "Before unloading" ;
379 String RID_SVXSTR_EVENT_UNLOADED
381 Text [ en-US ] = "When unloading" ;
383 String RID_SVXSTR_EVENT_CHANGED
385 Text [ en-US ] = "Changed" ;
388 String RID_SVXSTR_EVENT_CREATEDOC
390 Text [ en-US ] = "Document created" ;
393 String RID_SVXSTR_EVENT_LOADDOCFINISHED
395 Text [ en-US ] = "Document loading finished" ;
398 String RID_SVXSTR_EVENT_SAVEDOCFAILED
400 Text [ en-US ] = "Saving of document failed" ;
403 String RID_SVXSTR_EVENT_SAVEASDOCFAILED
405 Text [ en-US ] = "'Save as' has failed" ;
408 String RID_SVXSTR_EVENT_COPYTODOC
410 Text [ en-US ] = "Storing or exporting copy of document" ;
413 String RID_SVXSTR_EVENT_COPYTODOCDONE
415 Text [ en-US ] = "Document copy has been created" ;
418 String RID_SVXSTR_EVENT_COPYTODOCFAILED
420 Text [ en-US ] = "Creating of document copy failed" ;
423 String RID_SVXSTR_EVENT_VIEWCREATED
425 Text [ en-US ] = "View created" ;
428 String RID_SVXSTR_EVENT_PREPARECLOSEVIEW
430 Text [ en-US ] = "View is going to be closed" ;
433 String RID_SVXSTR_EVENT_CLOSEVIEW
435 Text [ en-US ] = "View closed" ;
438 String RID_SVXSTR_EVENT_TITLECHANGED
440 Text [ en-US ] = "Document title changed" ;
443 String RID_SVXSTR_EVENT_MODECHANGED
445 Text [ en-US ] = "Document mode changed" ;
448 String RID_SVXSTR_EVENT_VISAREACHANGED
450 Text [ en-US ] = "Visible area changed" ;
453 String RID_SVXSTR_EVENT_STORAGECHANGED
455 Text [ en-US ] = "Document has got a new storage" ;
458 String RID_SVXSTR_EVENT_LAYOUT_FINISHED
460 Text [ en-US ] = "Document layout finished" ;