Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / uiconfig / swriter / ui / addressblockdialog.ui
blob43232071d8c628c6bc2ee90121a65eff3148b19e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="sw">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkImage" id="image1">
6 <property name="visible">True</property>
7 <property name="can_focus">False</property>
8 <property name="icon-name">go-next</property>
9 </object>
10 <object class="GtkImage" id="image2">
11 <property name="visible">True</property>
12 <property name="can_focus">False</property>
13 <property name="icon-name">go-previous</property>
14 </object>
15 <object class="GtkImage" id="image3">
16 <property name="visible">True</property>
17 <property name="can_focus">False</property>
18 <property name="icon-name">go-up</property>
19 </object>
20 <object class="GtkImage" id="image4">
21 <property name="visible">True</property>
22 <property name="can_focus">False</property>
23 <property name="icon-name">go-down</property>
24 </object>
25 <object class="GtkImage" id="image5">
26 <property name="visible">True</property>
27 <property name="can_focus">False</property>
28 <property name="tooltip_text" translatable="yes" context="addressblockdialog|image5|tooltip_text">Add to address</property>
29 <property name="icon-name">go-next</property>
30 </object>
31 <object class="GtkImage" id="image6">
32 <property name="visible">True</property>
33 <property name="can_focus">False</property>
34 <property name="icon-name">go-previous</property>
35 </object>
36 <object class="GtkTreeStore" id="liststore1">
37 <columns>
38 <!-- column-name text -->
39 <column type="gchararray"/>
40 <!-- column-name id -->
41 <column type="gchararray"/>
42 </columns>
43 </object>
44 <object class="GtkDialog" id="AddressBlockDialog">
45 <property name="can_focus">False</property>
46 <property name="border_width">6</property>
47 <property name="title" translatable="yes" context="addressblockdialog|AddressBlockDialog">New Address Block</property>
48 <property name="modal">True</property>
49 <property name="default_width">0</property>
50 <property name="default_height">0</property>
51 <property name="type_hint">dialog</property>
52 <child internal-child="vbox">
53 <object class="GtkBox" id="dialog-vbox1">
54 <property name="can_focus">False</property>
55 <property name="orientation">vertical</property>
56 <property name="spacing">12</property>
57 <child internal-child="action_area">
58 <object class="GtkButtonBox" id="dialog-action_area1">
59 <property name="can_focus">False</property>
60 <property name="layout_style">end</property>
61 <child>
62 <object class="GtkButton" id="ok">
63 <property name="label" translatable="yes" context="stock">_OK</property>
64 <property name="visible">True</property>
65 <property name="can_focus">True</property>
66 <property name="can_default">True</property>
67 <property name="has_default">True</property>
68 <property name="receives_default">True</property>
69 <property name="use-underline">True</property>
70 </object>
71 <packing>
72 <property name="expand">False</property>
73 <property name="fill">True</property>
74 <property name="position">0</property>
75 </packing>
76 </child>
77 <child>
78 <object class="GtkButton" id="cancel">
79 <property name="label" translatable="yes" context="stock">_Cancel</property>
80 <property name="visible">True</property>
81 <property name="can_focus">True</property>
82 <property name="can_default">True</property>
83 <property name="receives_default">True</property>
84 <property name="use-underline">True</property>
85 </object>
86 <packing>
87 <property name="expand">False</property>
88 <property name="fill">True</property>
89 <property name="position">1</property>
90 </packing>
91 </child>
92 <child>
93 <object class="GtkButton" id="help">
94 <property name="label" translatable="yes" context="stock">_Help</property>
95 <property name="visible">True</property>
96 <property name="can_focus">True</property>
97 <property name="receives_default">True</property>
98 <property name="use-underline">True</property>
99 </object>
100 <packing>
101 <property name="expand">False</property>
102 <property name="fill">True</property>
103 <property name="position">2</property>
104 <property name="secondary">True</property>
105 </packing>
106 </child>
107 </object>
108 <packing>
109 <property name="expand">False</property>
110 <property name="fill">True</property>
111 <property name="pack_type">end</property>
112 <property name="position">0</property>
113 </packing>
114 </child>
115 <child>
116 <!-- n-columns=1 n-rows=1 -->
117 <object class="GtkGrid" id="grid1">
118 <property name="visible">True</property>
119 <property name="can_focus">False</property>
120 <property name="hexpand">True</property>
121 <property name="vexpand">True</property>
122 <property name="row_spacing">6</property>
123 <property name="column_spacing">12</property>
124 <child>
125 <object class="GtkLabel" id="addressesft">
126 <property name="visible">True</property>
127 <property name="can_focus">False</property>
128 <property name="label" translatable="yes" context="addressblockdialog|addressesft">Address _elements</property>
129 <property name="use_underline">True</property>
130 <property name="mnemonic_widget">addresses</property>
131 <property name="xalign">0</property>
132 </object>
133 <packing>
134 <property name="left_attach">0</property>
135 <property name="top_attach">0</property>
136 </packing>
137 </child>
138 <child>
139 <object class="GtkScrolledWindow">
140 <property name="visible">True</property>
141 <property name="can_focus">True</property>
142 <property name="hexpand">True</property>
143 <property name="vexpand">True</property>
144 <property name="shadow_type">in</property>
145 <child>
146 <object class="GtkTreeView" id="addresses">
147 <property name="visible">True</property>
148 <property name="can_focus">True</property>
149 <property name="receives_default">True</property>
150 <property name="hexpand">True</property>
151 <property name="vexpand">True</property>
152 <property name="model">liststore1</property>
153 <property name="headers_visible">False</property>
154 <property name="reorderable">True</property>
155 <property name="search_column">0</property>
156 <property name="show_expanders">False</property>
157 <child internal-child="selection">
158 <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
159 </child>
160 <child>
161 <object class="GtkTreeViewColumn" id="treeviewcolumn3">
162 <property name="spacing">6</property>
163 <child>
164 <object class="GtkCellRendererText" id="cellrenderer4"/>
165 <attributes>
166 <attribute name="text">0</attribute>
167 </attributes>
168 </child>
169 </object>
170 </child>
171 <child internal-child="accessible">
172 <object class="AtkObject" id="addresses-atkobject">
173 <property name="AtkObject::accessible-description" translatable="yes" context="addressblockdialog|extended_tip|addresses">Select a field and drag the field to the other list.</property>
174 </object>
175 </child>
176 </object>
177 </child>
178 </object>
179 <packing>
180 <property name="left_attach">0</property>
181 <property name="top_attach">1</property>
182 <property name="height">5</property>
183 </packing>
184 </child>
185 <child>
186 <object class="GtkLabel" id="addressdestft">
187 <property name="visible">True</property>
188 <property name="can_focus">False</property>
189 <property name="label" translatable="yes" context="addressblockdialog|addressdestft">1. Drag address elements here</property>
190 <property name="use_underline">True</property>
191 <property name="mnemonic_widget">addressdest</property>
192 <property name="xalign">0</property>
193 </object>
194 <packing>
195 <property name="left_attach">2</property>
196 <property name="top_attach">0</property>
197 </packing>
198 </child>
199 <child>
200 <!-- n-columns=1 n-rows=1 -->
201 <object class="GtkGrid" id="grid3">
202 <property name="visible">True</property>
203 <property name="can_focus">False</property>
204 <property name="halign">center</property>
205 <property name="valign">center</property>
206 <property name="row_homogeneous">True</property>
207 <property name="column_homogeneous">True</property>
208 <child>
209 <object class="GtkButton" id="up">
210 <property name="visible">True</property>
211 <property name="can_focus">True</property>
212 <property name="receives_default">True</property>
213 <property name="tooltip_text" translatable="yes" context="addressblockdialog|up|tooltip_text">Move up</property>
214 <property name="image">image3</property>
215 <property name="always-show-image">True</property>
216 <child internal-child="accessible">
217 <object class="AtkObject" id="up-atkobject">
218 <property name="AtkObject::accessible-description" translatable="yes" context="addressblockdialog|extended_tip|up">Select an item in the list and click an arrow button to move the item.</property>
219 </object>
220 </child>
221 </object>
222 <packing>
223 <property name="left_attach">1</property>
224 <property name="top_attach">0</property>
225 </packing>
226 </child>
227 <child>
228 <object class="GtkButton" id="left">
229 <property name="visible">True</property>
230 <property name="can_focus">True</property>
231 <property name="receives_default">True</property>
232 <property name="tooltip_text" translatable="yes" context="addressblockdialog|left|tooltip_text">Move left</property>
233 <property name="image">image2</property>
234 <property name="always-show-image">True</property>
235 <child internal-child="accessible">
236 <object class="AtkObject" id="left-atkobject">
237 <property name="AtkObject::accessible-description" translatable="yes" context="addressblockdialog|extended_tip|left">Select an item in the list and click an arrow button to move the item.</property>
238 </object>
239 </child>
240 </object>
241 <packing>
242 <property name="left_attach">0</property>
243 <property name="top_attach">1</property>
244 </packing>
245 </child>
246 <child>
247 <object class="GtkButton" id="right">
248 <property name="visible">True</property>
249 <property name="can_focus">True</property>
250 <property name="receives_default">True</property>
251 <property name="tooltip_text" translatable="yes" context="addressblockdialog|right|tooltip_text">Move right</property>
252 <property name="image">image1</property>
253 <property name="always-show-image">True</property>
254 <child internal-child="accessible">
255 <object class="AtkObject" id="right-atkobject">
256 <property name="AtkObject::accessible-description" translatable="yes" context="addressblockdialog|extended_tip|right">Select an item in the list and click an arrow button to move the item.</property>
257 </object>
258 </child>
259 </object>
260 <packing>
261 <property name="left_attach">2</property>
262 <property name="top_attach">1</property>
263 </packing>
264 </child>
265 <child>
266 <object class="GtkButton" id="down">
267 <property name="visible">True</property>
268 <property name="can_focus">True</property>
269 <property name="receives_default">True</property>
270 <property name="tooltip_text" translatable="yes" context="addressblockdialog|down|tooltip_text">Move down</property>
271 <property name="image">image4</property>
272 <property name="always-show-image">True</property>
273 <child internal-child="accessible">
274 <object class="AtkObject" id="down-atkobject">
275 <property name="AtkObject::accessible-description" translatable="yes" context="addressblockdialog|extended_tip|down">Select an item in the list and click an arrow button to move the item.</property>
276 </object>
277 </child>
278 </object>
279 <packing>
280 <property name="left_attach">1</property>
281 <property name="top_attach">2</property>
282 </packing>
283 </child>
284 <child>
285 <placeholder/>
286 </child>
287 <child>
288 <placeholder/>
289 </child>
290 <child>
291 <placeholder/>
292 </child>
293 <child>
294 <placeholder/>
295 </child>
296 <child>
297 <placeholder/>
298 </child>
299 </object>
300 <packing>
301 <property name="left_attach">3</property>
302 <property name="top_attach">1</property>
303 </packing>
304 </child>
305 <child>
306 <object class="GtkLabel" id="label3">
307 <property name="visible">True</property>
308 <property name="can_focus">False</property>
309 <property name="label" translatable="yes" context="addressblockdialog|label3">Preview</property>
310 <property name="use_underline">True</property>
311 <property name="mnemonic_widget">addrpreview</property>
312 <property name="xalign">0</property>
313 </object>
314 <packing>
315 <property name="left_attach">2</property>
316 <property name="top_attach">4</property>
317 </packing>
318 </child>
319 <child>
320 <object class="GtkLabel" id="customft">
321 <property name="can_focus">False</property>
322 <property name="no_show_all">True</property>
323 <property name="label" translatable="yes" context="addressblockdialog|customft">2. Customi_ze salutation</property>
324 <property name="use_underline">True</property>
325 <property name="mnemonic_widget">custom</property>
326 <property name="xalign">0</property>
327 </object>
328 <packing>
329 <property name="left_attach">2</property>
330 <property name="top_attach">2</property>
331 </packing>
332 </child>
333 <child>
334 <object class="GtkComboBoxText" id="custom">
335 <property name="can_focus">False</property>
336 <property name="no_show_all">True</property>
337 <property name="has_entry">True</property>
338 <child internal-child="entry">
339 <object class="GtkEntry" id="comboboxtext-entry">
340 <property name="can_focus">True</property>
341 <property name="truncate-multiline">True</property>
342 <property name="activates_default">True</property>
343 </object>
344 </child>
345 <child internal-child="accessible">
346 <object class="AtkObject" id="custom-atkobject">
347 <property name="AtkObject::accessible-description" translatable="yes" context="addressblockdialog|extended_tip|custom">Select a value from the list for the salutation and the punctuation mark fields.</property>
348 </object>
349 </child>
350 </object>
351 <packing>
352 <property name="left_attach">2</property>
353 <property name="top_attach">3</property>
354 </packing>
355 </child>
356 <child>
357 <object class="GtkScrolledWindow" id="scrolledwindow1">
358 <property name="visible">True</property>
359 <property name="can_focus">True</property>
360 <property name="hexpand">True</property>
361 <property name="vexpand">True</property>
362 <property name="border_width">0</property>
363 <property name="hscrollbar_policy">never</property>
364 <property name="shadow_type">in</property>
365 <child>
366 <object class="GtkViewport">
367 <property name="visible">True</property>
368 <property name="can_focus">False</property>
369 <child>
370 <object class="GtkDrawingArea" id="addressdest">
371 <property name="visible">True</property>
372 <property name="can_focus">True</property>
373 <property name="events">GDK_BUTTON_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_FOCUS_CHANGE_MASK | GDK_STRUCTURE_MASK</property>
374 <property name="hexpand">True</property>
375 <property name="vexpand">True</property>
376 <child internal-child="accessible">
377 <object class="AtkObject" id="addressdest-atkobject">
378 <property name="AtkObject::accessible-description" translatable="yes" context="addressblockdialog|extended_tip|addressdest">Arrange the fields by drag-and-drop or use the arrow buttons.</property>
379 </object>
380 </child>
381 </object>
382 </child>
383 </object>
384 </child>
385 </object>
386 <packing>
387 <property name="left_attach">2</property>
388 <property name="top_attach">1</property>
389 </packing>
390 </child>
391 <child>
392 <object class="GtkScrolledWindow" id="previewwin">
393 <property name="visible">True</property>
394 <property name="can_focus">False</property>
395 <property name="hexpand">True</property>
396 <property name="vexpand">True</property>
397 <property name="hscrollbar_policy">never</property>
398 <property name="shadow_type">in</property>
399 <child>
400 <object class="GtkViewport">
401 <property name="visible">True</property>
402 <property name="can_focus">False</property>
403 <child>
404 <object class="GtkDrawingArea" id="addrpreview">
405 <property name="visible">True</property>
406 <property name="can_focus">False</property>
407 <property name="hexpand">True</property>
408 <property name="vexpand">True</property>
409 <child internal-child="accessible">
410 <object class="AtkObject" id="addrpreview-atkobject">
411 <property name="AtkObject::accessible-description" translatable="yes" context="addressblockdialog|extended_tip|addrpreview">Displays a preview of the first database record with the current salutation layout.</property>
412 </object>
413 </child>
414 </object>
415 </child>
416 </object>
417 </child>
418 </object>
419 <packing>
420 <property name="left_attach">2</property>
421 <property name="top_attach">5</property>
422 </packing>
423 </child>
424 <child>
425 <!-- n-columns=1 n-rows=1 -->
426 <object class="GtkGrid" id="grid2">
427 <property name="visible">True</property>
428 <property name="can_focus">False</property>
429 <property name="valign">center</property>
430 <property name="row_spacing">6</property>
431 <child>
432 <object class="GtkButton" id="fromaddr">
433 <property name="visible">True</property>
434 <property name="can_focus">True</property>
435 <property name="receives_default">True</property>
436 <property name="tooltip_text" translatable="yes" context="addressblockdialog|fromaddr|tooltip_text">Remove from address</property>
437 <property name="image">image6</property>
438 <property name="always-show-image">True</property>
439 <child internal-child="accessible">
440 <object class="AtkObject" id="fromaddr-atkobject">
441 <property name="AtkObject::accessible-description" translatable="yes" context="addressblockdialog|extended_tip|fromaddr">Removes the selected field from the other list.</property>
442 </object>
443 </child>
444 </object>
445 <packing>
446 <property name="left_attach">0</property>
447 <property name="top_attach">1</property>
448 </packing>
449 </child>
450 <child>
451 <object class="GtkButton" id="toaddr">
452 <property name="visible">True</property>
453 <property name="can_focus">True</property>
454 <property name="receives_default">True</property>
455 <property name="image">image5</property>
456 <property name="always-show-image">True</property>
457 <child internal-child="accessible">
458 <object class="AtkObject" id="toaddr-atkobject">
459 <property name="AtkObject::accessible-description" translatable="yes" context="addressblockdialog|extended_tip|toaddr">Adds the selected field from the list of salutation elements to the other list. You can add a field more than once.</property>
460 </object>
461 </child>
462 </object>
463 <packing>
464 <property name="left_attach">0</property>
465 <property name="top_attach">0</property>
466 </packing>
467 </child>
468 </object>
469 <packing>
470 <property name="left_attach">1</property>
471 <property name="top_attach">1</property>
472 </packing>
473 </child>
474 <child>
475 <placeholder/>
476 </child>
477 <child>
478 <placeholder/>
479 </child>
480 <child>
481 <placeholder/>
482 </child>
483 <child>
484 <placeholder/>
485 </child>
486 <child>
487 <placeholder/>
488 </child>
489 <child>
490 <placeholder/>
491 </child>
492 <child>
493 <placeholder/>
494 </child>
495 <child>
496 <placeholder/>
497 </child>
498 <child>
499 <placeholder/>
500 </child>
501 <child>
502 <placeholder/>
503 </child>
504 </object>
505 <packing>
506 <property name="expand">False</property>
507 <property name="fill">True</property>
508 <property name="position">1</property>
509 </packing>
510 </child>
511 </object>
512 </child>
513 <action-widgets>
514 <action-widget response="-5">ok</action-widget>
515 <action-widget response="-6">cancel</action-widget>
516 <action-widget response="-11">help</action-widget>
517 </action-widgets>
518 <child type="titlebar">
519 <placeholder/>
520 </child>
521 </object>
522 <object class="GtkSizeGroup" id="sizegroup1">
523 <property name="mode">both</property>
524 <widgets>
525 <widget name="addressdest"/>
526 <widget name="addrpreview"/>
527 </widgets>
528 </object>
529 </interface>