summaryrefslogtreecommitdiff
path: root/cui/source/customize/macropg.src
blob: 900038db59c18bb880a9e82d63a240d3fd73094e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#include <sfx2/sfx.hrc>
#include "macropg.hrc"
#include <cuires.hrc>
#include "helpid.hrc"
#include <svx/dialogs.hrc>

#define MASKCOLOR  MaskColor = \
    Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };

TabPage RID_SVXPAGE_MACROASSIGN
{
    HelpID = "cui:TabPage:RID_SVXPAGE_MACROASSIGN" ;
    Hide = TRUE ;
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
    Text [ en-US ] = "Assign action" ;
    String STR_EVENT
    {
        Text [ en-US ] = "Event" ;
    };
    String STR_ASSMACRO
    {
        Text [ en-US ] = "Assigned Action" ;
    };
    Control LB_EVENT
    {
        Border = TRUE ;
        TabStop = TRUE;
        Pos = MAP_APPFONT ( COL0 , ROW0 ) ;
        Size = MAP_APPFONT ( WIDTH1_2 , HEIGHT0 ) ;
        HelpID = HID_SVX_MACRO_LB_EVENT ;
    };
    FixedText FT_ASSIGN
    {
        Pos = MAP_APPFONT ( COL4 , ROW0 ) ;
        Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
        Text [ en-US ] = "Assign:" ;
    };
    PushButton PB_ASSIGN
    {
        HelpID = "cui:PushButton:RID_SVXPAGE_MACROASSIGN:PB_ASSIGN";
        Pos = MAP_APPFONT ( COL4 , ROW0A  ) ;
        Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
        Text [ en-US ] = "M~acro..." ;
        Disable = TRUE ;
        TabStop = TRUE ;
    };
    PushButton PB_ASSIGN_COMPONENT
    {
        HelpID = "cui:PushButton:RID_SVXPAGE_MACROASSIGN:PB_ASSIGN_COMPONENT";
        Pos = MAP_APPFONT ( COL4 , ROW2  ) ;
        Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
        Disable = TRUE ;
        TabStop = TRUE ;
        Text [ en-US ] = "Com~ponent..." ;
    };
    PushButton PB_DELETE
    {
        HelpID = "cui:PushButton:RID_SVXPAGE_MACROASSIGN:PB_DELETE";
        Pos = MAP_APPFONT ( COL4 , ROW5_REMOVE  ) ;
        Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
        Text [ en-US ] = "~Remove" ;
        Disable = TRUE ;
        TabStop = TRUE ;
    };
    Image IMG_MACRO
    {
        ImageBitmap = Bitmap { File = "id018.png"; };
        MASKCOLOR
    };
    Image IMG_COMPONENT
    {
        ImageBitmap = Bitmap { File = "component_16.png"; };
        MASKCOLOR
    };
};

ModalDialog RID_SVXDLG_ASSIGNCOMPONENT
{
    HelpID = "cui:ModalDialog:RID_SVXDLG_ASSIGNCOMPONENT";
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( COMP_WIDTH , COMP_HEIGHT ) ;
    Moveable = TRUE ;
    Closeable = TRUE ;
    Text [ en-US ] = "Assign Component";
    OKButton RID_PB_OK
    {
        Pos = MAP_APPFONT ( COMP_COL1 , COMP_ROW0 ) ;
        Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
        TabStop = TRUE ;
        DefButton = TRUE ;
    };
    CancelButton RID_PB_CANCEL
    {
        Pos = MAP_APPFONT ( COMP_COL1 , COMP_ROW1 ) ;
        Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
        TabStop = TRUE ;
    };
    HelpButton RID_PB_HELP
    {
        Pos = MAP_APPFONT ( COMP_COL1 , COMP_ROW2 ) ;
        Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
    };
    FixedText FT_METHOD
    {
        Pos = MAP_APPFONT ( COMP_COL0 , ROW0 ) ;
        Size = MAP_APPFONT ( COMP_EDIT_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
        Text [ en-US ] = "Component method name" ;
    };
    Edit EDIT_METHOD
    {
        HelpID = "cui:Edit:RID_SVXDLG_ASSIGNCOMPONENT:EDIT_METHOD";
        Border = TRUE ;
        Pos = MAP_APPFONT ( COMP_COL0 , COMP_ROWEDIT ) ;
        Size = MAP_APPFONT ( COMP_EDIT_WIDTH , RSC_CD_TEXTBOX_HEIGHT ) ;
        TabStop = TRUE ;
    };
};


//DF
String RID_SVXSTR_EVENT_STARTAPP
{
    Text [ en-US ] = "Start Application" ;
};

String RID_SVXSTR_EVENT_CLOSEAPP
{
    Text [ en-US ] = "Close Application" ;
};

String RID_SVXSTR_EVENT_NEWDOC
{
    Text [ en-US ] = "New Document" ;
};

String RID_SVXSTR_EVENT_CLOSEDOC
{
    Text [ en-US ] = "Document closed" ;
};

String RID_SVXSTR_EVENT_PREPARECLOSEDOC
{
    Text [ en-US ] = "Document is going to be closed" ;
};

String RID_SVXSTR_EVENT_OPENDOC
{
    Text [ en-US ] = "Open Document" ;
};

String RID_SVXSTR_EVENT_SAVEDOC
{
    Text [ en-US ] = "Save Document" ;
};

String RID_SVXSTR_EVENT_SAVEASDOC
{
    Text [ en-US ] = "Save Document As" ;
};

String RID_SVXSTR_EVENT_SAVEDOCDONE
{
    Text [ en-US ] = "Document has been saved" ;
};

String RID_SVXSTR_EVENT_SAVEASDOCDONE
{
    Text [ en-US ] = "Document has been saved as" ;
};

String RID_SVXSTR_EVENT_ACTIVATEDOC
{
    Text [ en-US ] = "Activate Document" ;
};

String RID_SVXSTR_EVENT_DEACTIVATEDOC
{
    Text [ en-US ] = "Deactivate Document" ;
};

String RID_SVXSTR_EVENT_PRINTDOC
{
    Text [ en-US ] = "Print Document" ;
};

String RID_SVXSTR_EVENT_MODIFYCHANGED
{
    Text [ en-US ] = "'Modified' status was changed" ;
};
String RID_SVXSTR_EVENT_MAILMERGE
{
    Text [ en-US ] = "Printing of form letters started" ;
};
String RID_SVXSTR_EVENT_MAILMERGE_END
{
    Text [ en-US ] = "Printing of form letters finished" ;
};
String RID_SVXSTR_EVENT_FIELDMERGE
{
    Text [ en-US ] = "Merging of form fields started" ;
};
String RID_SVXSTR_EVENT_FIELDMERGE_FINISHED
{
    Text [ en-US ] = "Merging of form fields finished" ;
};
String RID_SVXSTR_EVENT_PAGECOUNTCHANGE
{
    Text [ en-US ] = "Changing the page count" ;
};
String RID_SVXSTR_EVENT_SUBCOMPONENT_OPENED
{
    Text [ en-US ] = "Loaded a sub component" ;
};
String RID_SVXSTR_EVENT_SUBCOMPONENT_CLOSED
{
    Text [ en-US ] = "Closed a sub component" ;
};
String RID_SVXSTR_EVENT_APPROVEPARAMETER
{
    Text [ en-US ] = "Fill parameters" ;
};
String RID_SVXSTR_EVENT_ACTIONPERFORMED
{
    Text [ en-US ] = "Execute action" ;
};
String RID_SVXSTR_EVENT_AFTERUPDATE
{
    Text [ en-US ] = "After updating" ;
};
String RID_SVXSTR_EVENT_BEFOREUPDATE
{
    Text [ en-US ] = "Before updating" ;
};
String RID_SVXSTR_EVENT_APPROVEROWCHANGE
{
    Text [ en-US ] = "Before record action" ;
};
String RID_SVXSTR_EVENT_ROWCHANGE
{
    Text [ en-US ] = "After record action" ;
};
String RID_SVXSTR_EVENT_CONFIRMDELETE
{
    Text [ en-US ] = "Confirm deletion" ;
};
String RID_SVXSTR_EVENT_ERROROCCURRED
{
    Text [ en-US ] = "Error occurred" ;
};
String RID_SVXSTR_EVENT_ADJUSTMENTVALUECHANGED
{
    Text [ en-US ] = "While adjusting";
};
String RID_SVXSTR_EVENT_FOCUSGAINED
{
    Text [ en-US ] = "When receiving focus" ;
};
String RID_SVXSTR_EVENT_FOCUSLOST
{
    Text [ en-US ] = "When losing focus" ;
};
String RID_SVXSTR_EVENT_ITEMSTATECHANGED
{
    Text [ en-US ] = "Item status changed" ;
};
String RID_SVXSTR_EVENT_KEYTYPED
{
    Text [ en-US ] = "Key pressed" ;
};
String RID_SVXSTR_EVENT_KEYUP
{
    Text [ en-US ] = "Key released" ;
};
String RID_SVXSTR_EVENT_LOADED
{
    Text [ en-US ] = "When loading" ;
};
String RID_SVXSTR_EVENT_RELOADING
{
    Text [ en-US ] = "Before reloading" ;
};
String RID_SVXSTR_EVENT_RELOADED
{
    Text [ en-US ] = "When reloading" ;
};
String RID_SVXSTR_EVENT_MOUSEDRAGGED
{
    Text [ en-US ] = "Mouse moved while key pressed" ;
};
String RID_SVXSTR_EVENT_MOUSEENTERED
{
    Text [ en-US ] = "Mouse inside" ;
};
String RID_SVXSTR_EVENT_MOUSEEXITED
{
    Text [ en-US ] = "Mouse outside" ;
};
String RID_SVXSTR_EVENT_MOUSEMOVED
{
    Text [ en-US ] = "Mouse moved" ;
};
String RID_SVXSTR_EVENT_MOUSEPRESSED
{
    Text [ en-US ] = "Mouse button pressed" ;
};
String RID_SVXSTR_EVENT_MOUSERELEASED
{
    Text [ en-US ] = "Mouse button released" ;
};
String RID_SVXSTR_EVENT_POSITIONING
{
    Text [ en-US ] = "Before record change" ;
};
String RID_SVXSTR_EVENT_POSITIONED
{
    Text [ en-US ] = "After record change" ;
};
String RID_SVXSTR_EVENT_RESETTED
{
    Text [ en-US ] = "After resetting" ;
};
String RID_SVXSTR_EVENT_APPROVERESETTED
{
    Text [ en-US ] = "Prior to reset" ;
};
String RID_SVXSTR_EVENT_APPROVEACTIONPERFORMED
{
    Text [ en-US ] = "Approve action" ;
};
String RID_SVXSTR_EVENT_SUBMITTED
{
    Text [ en-US ] = "Before submitting" ;
};
String RID_SVXSTR_EVENT_TEXTCHANGED
{
    Text [ en-US ] = "Text modified" ;
};
String RID_SVXSTR_EVENT_UNLOADING
{
    Text [ en-US ] = "Before unloading" ;
};
String RID_SVXSTR_EVENT_UNLOADED
{
    Text [ en-US ] = "When unloading" ;
};
String RID_SVXSTR_EVENT_CHANGED
{
    Text [ en-US ] = "Changed" ;
};

String RID_SVXSTR_EVENT_CREATEDOC
{
    Text [ en-US ] = "Document created" ;
};

String RID_SVXSTR_EVENT_LOADDOCFINISHED
{
    Text [ en-US ] = "Document loading finished" ;
};

String RID_SVXSTR_EVENT_SAVEDOCFAILED
{
    Text [ en-US ] = "Saving of document failed" ;
};

String RID_SVXSTR_EVENT_SAVEASDOCFAILED
{
    Text [ en-US ] = "'Save as' has failed" ;
};

String RID_SVXSTR_EVENT_COPYTODOC
{
    Text [ en-US ] = "Storing or exporting copy of document" ;
};

String RID_SVXSTR_EVENT_COPYTODOCDONE
{
    Text [ en-US ] = "Document copy has been created" ;
};

String RID_SVXSTR_EVENT_COPYTODOCFAILED
{
    Text [ en-US ] = "Creating of document copy failed" ;
};

String RID_SVXSTR_EVENT_VIEWCREATED
{
    Text [ en-US ] = "View created" ;
};

String RID_SVXSTR_EVENT_PREPARECLOSEVIEW
{
    Text [ en-US ] = "View is going to be closed" ;
};

String RID_SVXSTR_EVENT_CLOSEVIEW
{
    Text [ en-US ] = "View closed" ;
};

String RID_SVXSTR_EVENT_TITLECHANGED
{
    Text [ en-US ] = "Document title changed" ;
};

String RID_SVXSTR_EVENT_MODECHANGED
{
    Text [ en-US ] = "Document mode changed" ;
};

String RID_SVXSTR_EVENT_VISAREACHANGED
{
    Text [ en-US ] = "Visible area changed" ;
};

String RID_SVXSTR_EVENT_STORAGECHANGED
{
    Text [ en-US ] = "Document has got a new storage" ;
};

String RID_SVXSTR_EVENT_LAYOUT_FINISHED
{
    Text [ en-US ] = "Document layout finished" ;
};

String RID_SVXSTR_EVENT_SELECTIONCHANGED
{
    Text [ en-US ] = "Selection changed" ;
};

String RID_SVXSTR_EVENT_DOUBLECLICK
{
    Text [ en-US ] = "Double click" ;
};

String RID_SVXSTR_EVENT_RIGHTCLICK
{
    Text [ en-US ] = "Right click" ;
};

String RID_SVXSTR_EVENT_CALCULATE
{
    Text [ en-US ] = "Formulas calculated" ;
};

String RID_SVXSTR_EVENT_CONTENTCHANGED
{
    Text [ en-US ] = "Content changed" ;
};