Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / uiconfig / swriter / ui / autoformattable.ui
blobd817c5bae9fcd2942e203a5dba82d539a6858577
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.38.2 -->
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="GtkDialog" id="AutoFormatTableDialog">
14 <property name="can-focus">False</property>
15 <property name="border-width">6</property>
16 <property name="title" translatable="yes" context="autoformattable|AutoFormatTableDialog">AutoFormat</property>
17 <property name="resizable">False</property>
18 <property name="modal">True</property>
19 <property name="type-hint">dialog</property>
20 <child internal-child="vbox">
21 <object class="GtkBox" id="dialog-vbox1">
22 <property name="can-focus">False</property>
23 <property name="orientation">vertical</property>
24 <property name="spacing">12</property>
25 <child internal-child="action_area">
26 <object class="GtkButtonBox" id="dialog-action_area1">
27 <property name="can-focus">False</property>
28 <property name="homogeneous">True</property>
29 <property name="layout-style">end</property>
30 <child>
31 <object class="GtkButton" id="cancel">
32 <property name="label" translatable="yes" context="stock">_Cancel</property>
33 <property name="visible">True</property>
34 <property name="can-focus">True</property>
35 <property name="receives-default">False</property>
36 <property name="use-underline">True</property>
37 <child internal-child="accessible">
38 <object class="AtkObject" id="cancel-atkobject">
39 <property name="AtkObject::accessible-description" translatable="yes" context="autoformattable|extended_tip|cancel">Closes dialog and discards all changes.</property>
40 </object>
41 </child>
42 </object>
43 <packing>
44 <property name="expand">False</property>
45 <property name="fill">True</property>
46 <property name="position">3</property>
47 </packing>
48 </child>
49 <child>
50 <object class="GtkButton" id="ok">
51 <property name="label" translatable="yes" context="stock">_OK</property>
52 <property name="visible">True</property>
53 <property name="can-focus">True</property>
54 <property name="can-default">True</property>
55 <property name="has-default">True</property>
56 <property name="receives-default">False</property>
57 <property name="use-underline">True</property>
58 <child internal-child="accessible">
59 <object class="AtkObject" id="ok-atkobject">
60 <property name="AtkObject::accessible-description" translatable="yes" context="autoformattable|extended_tip|ok">Saves all changes and closes dialog.</property>
61 </object>
62 </child>
63 </object>
64 <packing>
65 <property name="expand">False</property>
66 <property name="fill">True</property>
67 <property name="position">4</property>
68 </packing>
69 </child>
70 <child>
71 <object class="GtkButton" id="help">
72 <property name="label" translatable="yes" context="stock">_Help</property>
73 <property name="visible">True</property>
74 <property name="can-focus">True</property>
75 <property name="receives-default">False</property>
76 <property name="use-underline">True</property>
77 </object>
78 <packing>
79 <property name="expand">False</property>
80 <property name="fill">True</property>
81 <property name="position">5</property>
82 <property name="secondary">True</property>
83 </packing>
84 </child>
85 </object>
86 <packing>
87 <property name="expand">False</property>
88 <property name="fill">True</property>
89 <property name="pack-type">end</property>
90 <property name="position">0</property>
91 </packing>
92 </child>
93 <child>
94 <object class="GtkBox" id="box1">
95 <property name="visible">True</property>
96 <property name="can-focus">False</property>
97 <property name="orientation">vertical</property>
98 <property name="spacing">12</property>
99 <child>
100 <object class="GtkFrame" id="format">
101 <property name="visible">True</property>
102 <property name="can-focus">False</property>
103 <property name="label-xalign">0</property>
104 <property name="shadow-type">none</property>
105 <child>
106 <!-- n-columns=2 n-rows=1 -->
107 <object class="GtkGrid">
108 <property name="visible">True</property>
109 <property name="can-focus">False</property>
110 <property name="margin-start">12</property>
111 <property name="margin-top">6</property>
112 <property name="column-spacing">12</property>
113 <child>
114 <!-- n-columns=2 n-rows=1 -->
115 <object class="GtkGrid" id="grid2">
116 <property name="visible">True</property>
117 <property name="can-focus">False</property>
118 <property name="hexpand">True</property>
119 <property name="vexpand">True</property>
120 <property name="row-spacing">6</property>
121 <property name="column-spacing">6</property>
122 <property name="column-homogeneous">True</property>
123 <child>
124 <object class="GtkDrawingArea" id="preview">
125 <property name="visible">True</property>
126 <property name="can-focus">False</property>
127 <property name="hexpand">True</property>
128 <property name="vexpand">True</property>
129 <child internal-child="accessible">
130 <object class="AtkObject" id="preview-atkobject">
131 <property name="AtkObject::accessible-description" translatable="yes" context="autoformattable|extended_tip|preview">Displays a preview of the current selection.</property>
132 </object>
133 </child>
134 </object>
135 <packing>
136 <property name="left-attach">1</property>
137 <property name="top-attach">0</property>
138 </packing>
139 </child>
140 <child>
141 <object class="GtkScrolledWindow">
142 <property name="visible">True</property>
143 <property name="can-focus">True</property>
144 <property name="hexpand">True</property>
145 <property name="vexpand">True</property>
146 <property name="shadow-type">in</property>
147 <child>
148 <object class="GtkTreeView" id="formatlb">
149 <property name="visible">True</property>
150 <property name="can-focus">True</property>
151 <property name="hexpand">True</property>
152 <property name="vexpand">True</property>
153 <property name="model">liststore1</property>
154 <property name="headers-visible">False</property>
155 <property name="headers-clickable">False</property>
156 <property name="search-column">0</property>
157 <property name="show-expanders">False</property>
158 <child internal-child="selection">
159 <object class="GtkTreeSelection" id="treeview-selection1"/>
160 </child>
161 <child>
162 <object class="GtkTreeViewColumn" id="treeviewcolumn1">
163 <child>
164 <object class="GtkCellRendererText" id="cellrenderertext1"/>
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="formatlb-atkobject">
173 <property name="AtkObject::accessible-description" translatable="yes" context="autoformattable|extended_tip|formatlb">Lists the available formatting styles for tables. Click the format that you want to apply, and then click OK.</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">0</property>
182 </packing>
183 </child>
184 </object>
185 <packing>
186 <property name="left-attach">0</property>
187 <property name="top-attach">0</property>
188 </packing>
189 </child>
190 <child>
191 <object class="GtkButtonBox">
192 <property name="visible">True</property>
193 <property name="can-focus">False</property>
194 <property name="orientation">vertical</property>
195 <property name="spacing">6</property>
196 <property name="layout-style">start</property>
197 <child>
198 <object class="GtkButton" id="add">
199 <property name="label" translatable="yes" context="stock">_Add</property>
200 <property name="visible">True</property>
201 <property name="can-focus">True</property>
202 <property name="receives-default">False</property>
203 <property name="use-underline">True</property>
204 <child internal-child="accessible">
205 <object class="AtkObject" id="add-atkobject">
206 <property name="AtkObject::accessible-description" translatable="yes" context="autoformattable|extended_tip|add">Adds a new table style to the list.</property>
207 </object>
208 </child>
209 </object>
210 <packing>
211 <property name="expand">False</property>
212 <property name="fill">True</property>
213 <property name="position">0</property>
214 </packing>
215 </child>
216 <child>
217 <object class="GtkButton" id="remove">
218 <property name="label" translatable="yes" context="stock">_Delete</property>
219 <property name="visible">True</property>
220 <property name="can-focus">True</property>
221 <property name="receives-default">False</property>
222 <property name="use-underline">True</property>
223 <child internal-child="accessible">
224 <object class="AtkObject" id="remove-atkobject">
225 <property name="AtkObject::accessible-description" translatable="yes" context="autoformattable|extended_tip|remove">Deletes the selected element or elements after confirmation.</property>
226 </object>
227 </child>
228 </object>
229 <packing>
230 <property name="expand">False</property>
231 <property name="fill">True</property>
232 <property name="position">1</property>
233 </packing>
234 </child>
235 <child>
236 <object class="GtkButton" id="rename">
237 <property name="label" translatable="yes" context="autoformattable|rename">Rename</property>
238 <property name="visible">True</property>
239 <property name="can-focus">True</property>
240 <property name="receives-default">False</property>
241 </object>
242 <packing>
243 <property name="expand">False</property>
244 <property name="fill">True</property>
245 <property name="position">2</property>
246 </packing>
247 </child>
248 </object>
249 <packing>
250 <property name="left-attach">1</property>
251 <property name="top-attach">0</property>
252 </packing>
253 </child>
254 </object>
255 </child>
256 <child type="label">
257 <object class="GtkLabel" id="label1">
258 <property name="visible">True</property>
259 <property name="can-focus">False</property>
260 <property name="label" translatable="yes" context="autoformattable|label1">Format</property>
261 <attributes>
262 <attribute name="weight" value="bold"/>
263 </attributes>
264 </object>
265 </child>
266 </object>
267 <packing>
268 <property name="expand">True</property>
269 <property name="fill">True</property>
270 <property name="position">0</property>
271 </packing>
272 </child>
273 <child>
274 <object class="GtkFrame" id="formatting">
275 <property name="visible">True</property>
276 <property name="can-focus">False</property>
277 <property name="label-xalign">0</property>
278 <property name="shadow-type">none</property>
279 <child>
280 <!-- n-columns=3 n-rows=2 -->
281 <object class="GtkGrid" id="grid4">
282 <property name="visible">True</property>
283 <property name="can-focus">False</property>
284 <property name="margin-start">12</property>
285 <property name="margin-top">6</property>
286 <property name="row-spacing">6</property>
287 <property name="column-spacing">12</property>
288 <child>
289 <object class="GtkCheckButton" id="numformatcb">
290 <property name="label" translatable="yes" context="autoformattable|numformatcb">Number format</property>
291 <property name="visible">True</property>
292 <property name="can-focus">True</property>
293 <property name="receives-default">False</property>
294 <property name="use-underline">True</property>
295 <property name="draw-indicator">True</property>
296 <child internal-child="accessible">
297 <object class="AtkObject" id="numformatcb-atkobject">
298 <property name="AtkObject::accessible-description" translatable="yes" context="autoformattable|extended_tip|numformatcb">Includes number formats in the selected table style.</property>
299 </object>
300 </child>
301 </object>
302 <packing>
303 <property name="left-attach">0</property>
304 <property name="top-attach">0</property>
305 </packing>
306 </child>
307 <child>
308 <object class="GtkCheckButton" id="bordercb">
309 <property name="label" translatable="yes" context="autoformattable|bordercb">Borders</property>
310 <property name="visible">True</property>
311 <property name="can-focus">True</property>
312 <property name="receives-default">False</property>
313 <property name="use-underline">True</property>
314 <property name="draw-indicator">True</property>
315 <child internal-child="accessible">
316 <object class="AtkObject" id="bordercb-atkobject">
317 <property name="AtkObject::accessible-description" translatable="yes" context="autoformattable|extended_tip|bordercb">Includes border styles in the selected table style.</property>
318 </object>
319 </child>
320 </object>
321 <packing>
322 <property name="left-attach">0</property>
323 <property name="top-attach">1</property>
324 </packing>
325 </child>
326 <child>
327 <object class="GtkCheckButton" id="fontcb">
328 <property name="label" translatable="yes" context="autoformattable|fontcb">Font</property>
329 <property name="visible">True</property>
330 <property name="can-focus">True</property>
331 <property name="receives-default">False</property>
332 <property name="use-underline">True</property>
333 <property name="draw-indicator">True</property>
334 <child internal-child="accessible">
335 <object class="AtkObject" id="fontcb-atkobject">
336 <property name="AtkObject::accessible-description" translatable="yes" context="autoformattable|extended_tip|fontcb">Includes font formatting in the selected table style.</property>
337 </object>
338 </child>
339 </object>
340 <packing>
341 <property name="left-attach">1</property>
342 <property name="top-attach">0</property>
343 </packing>
344 </child>
345 <child>
346 <object class="GtkCheckButton" id="patterncb">
347 <property name="label" translatable="yes" context="autoformattable|patterncb">Pattern</property>
348 <property name="visible">True</property>
349 <property name="can-focus">True</property>
350 <property name="receives-default">False</property>
351 <property name="use-underline">True</property>
352 <property name="draw-indicator">True</property>
353 <child internal-child="accessible">
354 <object class="AtkObject" id="patterncb-atkobject">
355 <property name="AtkObject::accessible-description" translatable="yes" context="autoformattable|extended_tip|patterncb">Includes background styles in the selected table style.</property>
356 </object>
357 </child>
358 </object>
359 <packing>
360 <property name="left-attach">1</property>
361 <property name="top-attach">1</property>
362 </packing>
363 </child>
364 <child>
365 <object class="GtkCheckButton" id="alignmentcb">
366 <property name="label" translatable="yes" context="autoformattable|alignmentcb">Alignment</property>
367 <property name="visible">True</property>
368 <property name="can-focus">True</property>
369 <property name="receives-default">False</property>
370 <property name="use-underline">True</property>
371 <property name="draw-indicator">True</property>
372 <child internal-child="accessible">
373 <object class="AtkObject" id="alignmentcb-atkobject">
374 <property name="AtkObject::accessible-description" translatable="yes" context="autoformattable|extended_tip|alignmentcb">Includes alignment settings in the selected table style.</property>
375 </object>
376 </child>
377 </object>
378 <packing>
379 <property name="left-attach">2</property>
380 <property name="top-attach">0</property>
381 </packing>
382 </child>
383 <child>
384 <placeholder/>
385 </child>
386 </object>
387 </child>
388 <child type="label">
389 <object class="GtkLabel" id="label2">
390 <property name="visible">True</property>
391 <property name="can-focus">False</property>
392 <property name="label" translatable="yes" context="autoformattable|label2">Formatting</property>
393 <attributes>
394 <attribute name="weight" value="bold"/>
395 </attributes>
396 </object>
397 </child>
398 </object>
399 <packing>
400 <property name="expand">False</property>
401 <property name="fill">True</property>
402 <property name="pack-type">end</property>
403 <property name="position">1</property>
404 </packing>
405 </child>
406 </object>
407 <packing>
408 <property name="expand">True</property>
409 <property name="fill">True</property>
410 <property name="position">1</property>
411 </packing>
412 </child>
413 </object>
414 </child>
415 <action-widgets>
416 <action-widget response="-6">cancel</action-widget>
417 <action-widget response="-5">ok</action-widget>
418 <action-widget response="-11">help</action-widget>
419 </action-widgets>
420 <child internal-child="accessible">
421 <object class="AtkObject" id="AutoFormatTableDialog-atkobject">
422 <property name="AtkObject::accessible-description" translatable="yes" context="autoformattable|extended_tip|AutoFormatTableDialog">Automatically applies formats to the current table, including fonts, shading, and borders.</property>
423 </object>
424 </child>
425 </object>
426 </interface>