Update git submodules
[LibreOffice.git] / sw / uiconfig / swriter / ui / selecttabledialog.ui
blobc80ef37b8a5f7e8780020dd5110d628f9a0b0147
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 text2 -->
10 <column type="gchararray"/>
11 <!-- column-name id -->
12 <column type="gchararray"/>
13 </columns>
14 </object>
15 <object class="GtkDialog" id="SelectTableDialog">
16 <property name="can_focus">False</property>
17 <property name="border_width">6</property>
18 <property name="title" translatable="yes" context="selecttabledialog|SelectTableDialog">Select Table</property>
19 <property name="resizable">False</property>
20 <property name="modal">True</property>
21 <property name="default_width">0</property>
22 <property name="default_height">0</property>
23 <property name="type_hint">dialog</property>
24 <child internal-child="vbox">
25 <object class="GtkBox" id="dialog-vbox1">
26 <property name="can_focus">False</property>
27 <property name="orientation">vertical</property>
28 <property name="spacing">12</property>
29 <child internal-child="action_area">
30 <object class="GtkButtonBox" id="dialog-action_area1">
31 <property name="can_focus">False</property>
32 <property name="layout_style">end</property>
33 <child>
34 <object class="GtkButton" id="ok">
35 <property name="label" translatable="yes" context="stock">_OK</property>
36 <property name="visible">True</property>
37 <property name="can_focus">True</property>
38 <property name="can_default">True</property>
39 <property name="has_default">True</property>
40 <property name="receives_default">True</property>
41 <property name="use-underline">True</property>
42 </object>
43 <packing>
44 <property name="expand">False</property>
45 <property name="fill">True</property>
46 <property name="position">0</property>
47 </packing>
48 </child>
49 <child>
50 <object class="GtkButton" id="cancel">
51 <property name="label" translatable="yes" context="stock">_Cancel</property>
52 <property name="visible">True</property>
53 <property name="can_focus">True</property>
54 <property name="receives_default">True</property>
55 <property name="use-underline">True</property>
56 </object>
57 <packing>
58 <property name="expand">False</property>
59 <property name="fill">True</property>
60 <property name="position">1</property>
61 </packing>
62 </child>
63 <child>
64 <object class="GtkButton" id="help">
65 <property name="label" translatable="yes" context="stock">_Help</property>
66 <property name="visible">True</property>
67 <property name="can_focus">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">2</property>
75 <property name="secondary">True</property>
76 </packing>
77 </child>
78 </object>
79 <packing>
80 <property name="expand">False</property>
81 <property name="fill">True</property>
82 <property name="pack_type">end</property>
83 <property name="position">0</property>
84 </packing>
85 </child>
86 <child>
87 <object class="GtkBox" id="box1">
88 <property name="visible">True</property>
89 <property name="can_focus">False</property>
90 <property name="hexpand">True</property>
91 <property name="vexpand">True</property>
92 <property name="orientation">vertical</property>
93 <property name="spacing">6</property>
94 <child>
95 <object class="GtkLabel" id="select">
96 <property name="visible">True</property>
97 <property name="can_focus">False</property>
98 <property name="halign">start</property>
99 <property name="label" translatable="yes" context="selecttabledialog|select">The file you have selected contains more than one table. Please select the table containing the address list you want to use.</property>
100 <property name="use_underline">True</property>
101 <property name="wrap">True</property>
102 <property name="width_chars">72</property>
103 <property name="max_width_chars">72</property>
104 <property name="xalign">0</property>
105 </object>
106 <packing>
107 <property name="expand">False</property>
108 <property name="fill">True</property>
109 <property name="position">0</property>
110 </packing>
111 </child>
112 <child>
113 <object class="GtkScrolledWindow">
114 <property name="visible">True</property>
115 <property name="can_focus">True</property>
116 <property name="hexpand">True</property>
117 <property name="vexpand">True</property>
118 <property name="shadow_type">in</property>
119 <child>
120 <object class="GtkTreeView" id="table">
121 <property name="visible">True</property>
122 <property name="can_focus">True</property>
123 <property name="receives_default">True</property>
124 <property name="hexpand">True</property>
125 <property name="vexpand">True</property>
126 <property name="model">liststore1</property>
127 <property name="search_column">0</property>
128 <property name="show_expanders">False</property>
129 <child internal-child="selection">
130 <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
131 </child>
132 <child>
133 <object class="GtkTreeViewColumn" id="treeviewcolumn1">
134 <property name="resizable">True</property>
135 <property name="spacing">6</property>
136 <property name="title" translatable="yes" context="selecttabledialog|column1">Name</property>
137 <child>
138 <object class="GtkCellRendererText" id="cellrenderer1"/>
139 <attributes>
140 <attribute name="text">0</attribute>
141 </attributes>
142 </child>
143 </object>
144 </child>
145 <child>
146 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
147 <property name="resizable">True</property>
148 <property name="spacing">6</property>
149 <property name="title" translatable="yes" context="selecttabledialog|column2">Type</property>
150 <child>
151 <object class="GtkCellRendererText" id="cellrenderer2"/>
152 <attributes>
153 <attribute name="text">1</attribute>
154 </attributes>
155 </child>
156 </object>
157 </child>
158 <child internal-child="accessible">
159 <object class="AtkObject" id="table-atkobject">
160 <property name="AtkObject::accessible-description" translatable="yes" context="selecttabledialog|extended_tip|table">Select the table that you want to use for mail merge addresses.</property>
161 </object>
162 </child>
163 </object>
164 </child>
165 </object>
166 <packing>
167 <property name="expand">False</property>
168 <property name="fill">True</property>
169 <property name="position">1</property>
170 </packing>
171 </child>
172 <child>
173 <object class="GtkButtonBox" id="buttonbox1">
174 <property name="visible">True</property>
175 <property name="can_focus">False</property>
176 <property name="halign">start</property>
177 <property name="orientation">vertical</property>
178 <property name="layout_style">start</property>
179 <child>
180 <object class="GtkButton" id="preview">
181 <property name="label" translatable="yes" context="selecttabledialog|preview">_Preview</property>
182 <property name="visible">True</property>
183 <property name="can_focus">True</property>
184 <property name="receives_default">True</property>
185 <property name="use_underline">True</property>
186 <child internal-child="accessible">
187 <object class="AtkObject" id="preview-atkobject">
188 <property name="AtkObject::accessible-description" translatable="yes" context="selecttabledialog|extended_tip|preview">Opens the Mail Merge Recipients dialog.</property>
189 </object>
190 </child>
191 </object>
192 <packing>
193 <property name="expand">False</property>
194 <property name="fill">True</property>
195 <property name="position">0</property>
196 </packing>
197 </child>
198 </object>
199 <packing>
200 <property name="expand">False</property>
201 <property name="fill">True</property>
202 <property name="position">3</property>
203 </packing>
204 </child>
205 </object>
206 <packing>
207 <property name="expand">True</property>
208 <property name="fill">True</property>
209 <property name="position">1</property>
210 </packing>
211 </child>
212 </object>
213 </child>
214 <action-widgets>
215 <action-widget response="-5">ok</action-widget>
216 <action-widget response="-6">cancel</action-widget>
217 <action-widget response="-11">help</action-widget>
218 </action-widgets>
219 <child type="titlebar">
220 <placeholder/>
221 </child>
222 <child internal-child="accessible">
223 <object class="AtkObject" id="SelectTableDialog-atkobject">
224 <property name="AtkObject::accessible-description" translatable="yes" context="selecttabledialog|extended_tip|SelectTableDialog">Select the table that you want to use for mail merge addresses.</property>
225 </object>
226 </child>
227 </object>
228 </interface>