vcl: flatten BlendFrameCache.cxx
[LibreOffice.git] / sw / uiconfig / swriter / ui / flddbpage.ui
blobf3f94d1e011f3015e02ec74e5695dfa4a70e4bcd
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="GtkTreeStore" id="liststore1">
6 <columns>
7 <!-- column-name text -->
8 <column type="gchararray"/>
9 <!-- column-name id -->
10 <column type="gchararray"/>
11 </columns>
12 </object>
13 <object class="GtkTreeStore" id="liststore2">
14 <columns>
15 <!-- column-name expander -->
16 <column type="GdkPixbuf"/>
17 <!-- column-name text -->
18 <column type="gchararray"/>
19 <!-- column-name id -->
20 <column type="gchararray"/>
21 </columns>
22 </object>
23 <object class="GtkBox" id="FieldDbPage">
24 <property name="visible">True</property>
25 <property name="can_focus">False</property>
26 <property name="hexpand">True</property>
27 <property name="vexpand">True</property>
28 <property name="border_width">6</property>
29 <property name="spacing">12</property>
30 <child>
31 <!-- n-columns=1 n-rows=1 -->
32 <object class="GtkGrid" id="grid2">
33 <property name="visible">True</property>
34 <property name="can_focus">False</property>
35 <property name="hexpand">True</property>
36 <property name="vexpand">True</property>
37 <property name="column_spacing">12</property>
38 <property name="column_homogeneous">True</property>
39 <child>
40 <object class="GtkBox" id="box2">
41 <property name="visible">True</property>
42 <property name="can_focus">False</property>
43 <property name="vexpand">True</property>
44 <property name="orientation">vertical</property>
45 <property name="spacing">12</property>
46 <child>
47 <object class="GtkFrame" id="typeframe">
48 <property name="visible">True</property>
49 <property name="can_focus">False</property>
50 <property name="hexpand">True</property>
51 <property name="vexpand">True</property>
52 <property name="label_xalign">0</property>
53 <property name="shadow_type">none</property>
54 <child>
55 <object class="GtkScrolledWindow">
56 <property name="visible">True</property>
57 <property name="can_focus">True</property>
58 <property name="hexpand">True</property>
59 <property name="vexpand">True</property>
60 <property name="shadow_type">in</property>
61 <property name="margin-top">6</property>
62 <child>
63 <object class="GtkTreeView" id="type">
64 <property name="visible">True</property>
65 <property name="can_focus">True</property>
66 <property name="receives_default">True</property>
67 <property name="hexpand">True</property>
68 <property name="vexpand">True</property>
69 <property name="model">liststore1</property>
70 <property name="headers_visible">False</property>
71 <property name="search_column">0</property>
72 <property name="show_expanders">False</property>
73 <child internal-child="selection">
74 <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
75 </child>
76 <child>
77 <object class="GtkTreeViewColumn" id="treeviewcolumn3">
78 <property name="spacing">6</property>
79 <child>
80 <object class="GtkCellRendererText" id="cellrenderer4"/>
81 <attributes>
82 <attribute name="text">0</attribute>
83 </attributes>
84 </child>
85 </object>
86 </child>
87 <child internal-child="accessible">
88 <object class="AtkObject" id="type-atkobject">
89 <property name="AtkObject::accessible-description" translatable="yes" context="flddbpage|extended_tip|type">Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert.</property>
90 </object>
91 </child>
92 </object>
93 </child>
94 </object>
95 </child>
96 <child type="label">
97 <object class="GtkLabel" id="label1">
98 <property name="visible">True</property>
99 <property name="can_focus">False</property>
100 <property name="label" translatable="yes" context="flddbpage|label1">_Type</property>
101 <property name="use_underline">True</property>
102 <property name="xalign">0</property>
103 <attributes>
104 <attribute name="weight" value="bold"/>
105 </attributes>
106 </object>
107 </child>
108 </object>
109 <packing>
110 <property name="expand">False</property>
111 <property name="fill">True</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="grid3">
118 <property name="visible">True</property>
119 <property name="can_focus">False</property>
120 <property name="row_spacing">12</property>
121 <child>
122 <!-- n-columns=1 n-rows=1 -->
123 <object class="GtkGrid" id="condgroup">
124 <property name="visible">True</property>
125 <property name="can_focus">False</property>
126 <property name="row_spacing">6</property>
127 <child>
128 <object class="GtkLabel" id="label5">
129 <property name="visible">True</property>
130 <property name="can_focus">False</property>
131 <property name="label" translatable="yes" context="flddbpage|label5">_Condition</property>
132 <property name="use_underline">True</property>
133 <property name="mnemonic_widget">condition</property>
134 <property name="xalign">0</property>
135 </object>
136 <packing>
137 <property name="left_attach">0</property>
138 <property name="top_attach">0</property>
139 </packing>
140 </child>
141 <child>
142 <object class="GtkEntry" id="condition">
143 <property name="visible">True</property>
144 <property name="can_focus">True</property>
145 <property name="hexpand">True</property>
146 <property name="truncate-multiline">True</property>
147 <child internal-child="accessible">
148 <object class="AtkObject" id="condition-atkobject">
149 <property name="AtkObject::accessible-description" translatable="yes" context="flddbpage|extended_tip|condition">For fields linked to a condition, enter the criteria here.</property>
150 </object>
151 </child>
152 </object>
153 <packing>
154 <property name="left_attach">0</property>
155 <property name="top_attach">1</property>
156 </packing>
157 </child>
158 </object>
159 <packing>
160 <property name="left_attach">0</property>
161 <property name="top_attach">0</property>
162 </packing>
163 </child>
164 <child>
165 <!-- n-columns=1 n-rows=1 -->
166 <object class="GtkGrid" id="recgroup">
167 <property name="visible">True</property>
168 <property name="can_focus">False</property>
169 <property name="row_spacing">6</property>
170 <child>
171 <object class="GtkEntry" id="recnumber">
172 <property name="visible">True</property>
173 <property name="can_focus">True</property>
174 <property name="hexpand">True</property>
175 <property name="truncate-multiline">True</property>
176 <child internal-child="accessible">
177 <object class="AtkObject" id="recnumber-atkobject">
178 <property name="AtkObject::accessible-description" translatable="yes" context="flddbpage|extended_tip|recnumber">Enter the number of the record that you want to insert when the condition that you specify is met.</property>
179 </object>
180 </child>
181 </object>
182 <packing>
183 <property name="left_attach">0</property>
184 <property name="top_attach">1</property>
185 </packing>
186 </child>
187 <child>
188 <object class="GtkLabel" id="label4">
189 <property name="visible">True</property>
190 <property name="can_focus">False</property>
191 <property name="label" translatable="yes" context="flddbpage|label4">Record number</property>
192 <property name="use_underline">True</property>
193 <property name="mnemonic_widget">recnumber</property>
194 <property name="xalign">0</property>
195 </object>
196 <packing>
197 <property name="left_attach">0</property>
198 <property name="top_attach">0</property>
199 </packing>
200 </child>
201 </object>
202 <packing>
203 <property name="left_attach">0</property>
204 <property name="top_attach">1</property>
205 </packing>
206 </child>
207 </object>
208 <packing>
209 <property name="expand">False</property>
210 <property name="fill">True</property>
211 <property name="position">1</property>
212 </packing>
213 </child>
214 </object>
215 <packing>
216 <property name="left_attach">0</property>
217 <property name="top_attach">0</property>
218 </packing>
219 </child>
220 <child>
221 <object class="GtkBox" id="box1">
222 <property name="visible">True</property>
223 <property name="can_focus">False</property>
224 <property name="vexpand">True</property>
225 <property name="orientation">vertical</property>
226 <property name="spacing">12</property>
227 <child>
228 <object class="GtkFrame" id="selectframe">
229 <property name="visible">True</property>
230 <property name="can_focus">False</property>
231 <property name="hexpand">True</property>
232 <property name="vexpand">True</property>
233 <property name="label_xalign">0</property>
234 <property name="shadow_type">none</property>
235 <child>
236 <object class="GtkScrolledWindow">
237 <property name="visible">True</property>
238 <property name="can_focus">True</property>
239 <property name="hexpand">True</property>
240 <property name="vexpand">True</property>
241 <property name="shadow_type">in</property>
242 <property name="margin-top">6</property>
243 <child>
244 <object class="GtkTreeView" id="select">
245 <property name="width_request">-1</property>
246 <property name="visible">True</property>
247 <property name="can_focus">True</property>
248 <property name="receives_default">True</property>
249 <property name="hexpand">True</property>
250 <property name="vexpand">True</property>
251 <property name="model">liststore2</property>
252 <property name="headers_visible">False</property>
253 <property name="search_column">1</property>
254 <property name="enable_tree_lines">True</property>
255 <child internal-child="selection">
256 <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
257 </child>
258 <child>
259 <object class="GtkTreeViewColumn" id="treeviewcolumn8">
260 <property name="spacing">6</property>
261 <child>
262 <object class="GtkCellRendererPixbuf" id="cellrenderertext5"/>
263 <attributes>
264 <attribute name="pixbuf">0</attribute>
265 </attributes>
266 </child>
267 <child>
268 <object class="GtkCellRendererText" id="cellrenderertext6"/>
269 <attributes>
270 <attribute name="text">1</attribute>
271 </attributes>
272 </child>
273 </object>
274 </child>
275 <child internal-child="accessible">
276 <object class="AtkObject" id="select-atkobject">
277 <property name="AtkObject::accessible-description" translatable="yes" context="flddbpage|extended_tip|select">Select the database table or the database query that you want the field to refer to.</property>
278 </object>
279 </child>
280 </object>
281 </child>
282 </object>
283 </child>
284 <child type="label">
285 <object class="GtkLabel" id="label2">
286 <property name="visible">True</property>
287 <property name="can_focus">False</property>
288 <property name="label" translatable="yes" context="flddbpage|label2">Database S_election</property>
289 <property name="use_underline">True</property>
290 <property name="xalign">0</property>
291 <attributes>
292 <attribute name="weight" value="bold"/>
293 </attributes>
294 </object>
295 </child>
296 </object>
297 <packing>
298 <property name="expand">False</property>
299 <property name="fill">True</property>
300 <property name="position">0</property>
301 </packing>
302 </child>
303 <child>
304 <!-- n-columns=1 n-rows=1 -->
305 <object class="GtkGrid" id="grid6">
306 <property name="visible">True</property>
307 <property name="can_focus">False</property>
308 <property name="row_spacing">1</property>
309 <property name="column_spacing">12</property>
310 <child>
311 <object class="GtkLabel" id="browseft">
312 <property name="visible">True</property>
313 <property name="can_focus">False</property>
314 <property name="label" translatable="yes" context="flddbpage|browseft">Add database file</property>
315 <property name="use_underline">True</property>
316 <property name="mnemonic_widget">browse</property>
317 <property name="xalign">0</property>
318 </object>
319 <packing>
320 <property name="left_attach">0</property>
321 <property name="top_attach">0</property>
322 </packing>
323 </child>
324 <child>
325 <object class="GtkButton" id="browse">
326 <property name="label" translatable="yes" context="flddbpage|browse">Browse...</property>
327 <property name="visible">True</property>
328 <property name="can_focus">True</property>
329 <property name="receives_default">True</property>
330 <child internal-child="accessible">
331 <object class="AtkObject" id="browse-atkobject">
332 <property name="AtkObject::accessible-description" translatable="yes" context="flddbpage|extended_tip|browse">Opens the Open dialog where you can select a database file (*.odb). The selected file is added to the Databases Selection list.</property>
333 </object>
334 </child>
335 </object>
336 <packing>
337 <property name="left_attach">1</property>
338 <property name="top_attach">0</property>
339 </packing>
340 </child>
341 </object>
342 <packing>
343 <property name="expand">False</property>
344 <property name="fill">True</property>
345 <property name="position">1</property>
346 </packing>
347 </child>
348 <child>
349 <object class="GtkFrame" id="formatframe">
350 <property name="visible">True</property>
351 <property name="can_focus">False</property>
352 <property name="hexpand">True</property>
353 <property name="label_xalign">0</property>
354 <property name="shadow_type">none</property>
355 <child>
356 <!-- n-columns=1 n-rows=1 -->
357 <object class="GtkGrid" id="grid7">
358 <property name="visible">True</property>
359 <property name="can_focus">False</property>
360 <property name="row_spacing">6</property>
361 <property name="column_spacing">12</property>
362 <property name="hexpand">True</property>
363 <property name="margin-start">12</property>
364 <property name="margin-top">6</property>
365 <child>
366 <object class="GtkRadioButton" id="fromdatabasecb">
367 <property name="label" translatable="yes" context="flddbpage|fromdatabasecb">From database</property>
368 <property name="visible">True</property>
369 <property name="can_focus">True</property>
370 <property name="receives_default">False</property>
371 <property name="use_underline">True</property>
372 <property name="active">True</property>
373 <property name="draw_indicator">True</property>
374 <child internal-child="accessible">
375 <object class="AtkObject" id="fromdatabasecb-atkobject">
376 <property name="AtkObject::accessible-description" translatable="yes" context="flddbpage|extended_tip|fromdatabasecb">Uses the format defined in the selected database.</property>
377 </object>
378 </child>
379 </object>
380 <packing>
381 <property name="left_attach">0</property>
382 <property name="top_attach">0</property>
383 <property name="width">2</property>
384 </packing>
385 </child>
386 <child>
387 <object class="GtkRadioButton" id="userdefinedcb">
388 <property name="label" translatable="yes" context="flddbpage|userdefinedcb">User-defined</property>
389 <property name="visible">True</property>
390 <property name="can_focus">True</property>
391 <property name="receives_default">False</property>
392 <property name="use_underline">True</property>
393 <property name="draw_indicator">True</property>
394 <property name="group">fromdatabasecb</property>
395 <accessibility>
396 <relation type="label-for" target="numformat"/>
397 </accessibility>
398 <child internal-child="accessible">
399 <object class="AtkObject" id="userdefinedcb-atkobject">
400 <property name="AtkObject::accessible-description" translatable="yes" context="flddbpage|extended_tip|userdefinedcb">Applies the format that you select in the List of user-defined formats.</property>
401 </object>
402 </child>
403 </object>
404 <packing>
405 <property name="left_attach">0</property>
406 <property name="top_attach">1</property>
407 </packing>
408 </child>
409 <child>
410 <object class="GtkBox" id="box3">
411 <property name="visible">True</property>
412 <property name="can_focus">False</property>
413 <child>
414 <object class="GtkComboBoxText" id="format">
415 <property name="can_focus">True</property>
416 <property name="no_show_all">True</property>
417 <property name="hexpand">True</property>
418 <child internal-child="accessible">
419 <object class="AtkObject" id="format-atkobject">
420 <property name="AtkObject::accessible-description" translatable="yes" context="flddbpage|extended_tip|format">Lists the available user-defined formats.</property>
421 </object>
422 </child>
423 </object>
424 <packing>
425 <property name="expand">False</property>
426 <property name="fill">True</property>
427 <property name="position">0</property>
428 </packing>
429 </child>
430 <child>
431 <object class="GtkComboBoxText" id="numformat">
432 <property name="visible">True</property>
433 <property name="can_focus">True</property>
434 <property name="hexpand">True</property>
435 <accessibility>
436 <relation type="labelled-by" target="userdefinedcb"/>
437 </accessibility>
438 <child internal-child="accessible">
439 <object class="AtkObject" id="numformat-atkobject">
440 <property name="AtkObject::accessible-description" translatable="yes" context="flddbpage|extended_tip|numformat">Lists the available user-defined formats.</property>
441 </object>
442 </child>
443 </object>
444 <packing>
445 <property name="expand">False</property>
446 <property name="fill">True</property>
447 <property name="position">1</property>
448 </packing>
449 </child>
450 </object>
451 <packing>
452 <property name="left_attach">1</property>
453 <property name="top_attach">1</property>
454 </packing>
455 </child>
456 </object>
457 </child>
458 <child type="label">
459 <object class="GtkLabel" id="label3">
460 <property name="visible">True</property>
461 <property name="can_focus">False</property>
462 <property name="label" translatable="yes" context="flddbpage|label3">Format</property>
463 <property name="use_underline">True</property>
464 <property name="xalign">0</property>
465 <attributes>
466 <attribute name="weight" value="bold"/>
467 </attributes>
468 </object>
469 </child>
470 </object>
471 <packing>
472 <property name="expand">False</property>
473 <property name="fill">True</property>
474 <property name="position">2</property>
475 </packing>
476 </child>
477 </object>
478 <packing>
479 <property name="left_attach">1</property>
480 <property name="top_attach">0</property>
481 <property name="width">2</property>
482 </packing>
483 </child>
484 </object>
485 <packing>
486 <property name="expand">False</property>
487 <property name="fill">True</property>
488 <property name="position">0</property>
489 </packing>
490 </child>
491 </object>
492 </interface>