cid#1636693 COPY_INSTEAD_OF_MOVE
[LibreOffice.git] / sc / uiconfig / scalc / ui / groupbydate.ui
blob59895239b4a9b0b79e0b68ac1ff480306bef1f1a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="sc">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="upper">100</property>
7 <property name="step_increment">1</property>
8 <property name="page_increment">10</property>
9 </object>
10 <object class="GtkTreeStore" id="liststore1">
11 <columns>
12 <!-- column-name check1 -->
13 <column type="gboolean"/>
14 <!-- column-name text -->
15 <column type="gchararray"/>
16 <!-- column-name id -->
17 <column type="gchararray"/>
18 <!-- column-name checkvis1 -->
19 <column type="gboolean"/>
20 <!-- column-name checktri1 -->
21 <column type="gboolean"/>
22 </columns>
23 </object>
24 <object class="GtkDialog" id="PivotTableGroupByDate">
25 <property name="can_focus">False</property>
26 <property name="border_width">6</property>
27 <property name="title" translatable="yes" context="groupbydate|PivotTableGroupByDate">Grouping</property>
28 <property name="resizable">False</property>
29 <property name="type_hint">dialog</property>
30 <child>
31 <placeholder/>
32 </child>
33 <child internal-child="vbox">
34 <object class="GtkBox" id="dialog-vbox1">
35 <property name="can_focus">False</property>
36 <property name="orientation">vertical</property>
37 <property name="spacing">12</property>
38 <child internal-child="action_area">
39 <object class="GtkButtonBox" id="dialog-action_area1">
40 <property name="can_focus">False</property>
41 <property name="layout_style">end</property>
42 <child>
43 <object class="GtkButton" id="ok">
44 <property name="label" translatable="yes" context="stock">_OK</property>
45 <property name="visible">True</property>
46 <property name="can_focus">True</property>
47 <property name="can_default">True</property>
48 <property name="has_default">True</property>
49 <property name="receives_default">True</property>
50 <property name="use-underline">True</property>
51 </object>
52 <packing>
53 <property name="expand">False</property>
54 <property name="fill">True</property>
55 <property name="position">0</property>
56 </packing>
57 </child>
58 <child>
59 <object class="GtkButton" id="cancel">
60 <property name="label" translatable="yes" context="stock">_Cancel</property>
61 <property name="visible">True</property>
62 <property name="can_focus">True</property>
63 <property name="can_default">True</property>
64 <property name="receives_default">True</property>
65 <property name="use-underline">True</property>
66 </object>
67 <packing>
68 <property name="expand">False</property>
69 <property name="fill">True</property>
70 <property name="position">1</property>
71 </packing>
72 </child>
73 <child>
74 <object class="GtkButton" id="help">
75 <property name="label" translatable="yes" context="stock">_Help</property>
76 <property name="visible">True</property>
77 <property name="can_focus">True</property>
78 <property name="receives_default">True</property>
79 <property name="use-underline">True</property>
80 </object>
81 <packing>
82 <property name="expand">False</property>
83 <property name="fill">True</property>
84 <property name="position">2</property>
85 <property name="secondary">True</property>
86 </packing>
87 </child>
88 </object>
89 <packing>
90 <property name="expand">False</property>
91 <property name="fill">True</property>
92 <property name="pack_type">end</property>
93 <property name="position">0</property>
94 </packing>
95 </child>
96 <child>
97 <object class="GtkBox" id="box1">
98 <property name="visible">True</property>
99 <property name="can_focus">False</property>
100 <property name="hexpand">True</property>
101 <property name="vexpand">True</property>
102 <property name="orientation">vertical</property>
103 <child>
104 <object class="GtkFrame" id="frame1">
105 <property name="visible">True</property>
106 <property name="can_focus">False</property>
107 <property name="label_xalign">0</property>
108 <property name="shadow_type">none</property>
109 <child>
110 <!-- n-columns=1 n-rows=1 -->
111 <object class="GtkGrid" id="grid1">
112 <property name="visible">True</property>
113 <property name="can_focus">False</property>
114 <property name="hexpand">True</property>
115 <property name="vexpand">True</property>
116 <property name="row_spacing">6</property>
117 <property name="column_spacing">12</property>
118 <property name="margin-start">12</property>
119 <property name="margin-top">6</property>
120 <child>
121 <object class="GtkRadioButton" id="auto_start">
122 <property name="label" translatable="yes" context="groupbydate|auto_start">_Automatically</property>
123 <property name="visible">True</property>
124 <property name="can_focus">True</property>
125 <property name="receives_default">False</property>
126 <property name="use_underline">True</property>
127 <property name="active">True</property>
128 <property name="draw_indicator">True</property>
129 </object>
130 <packing>
131 <property name="left_attach">0</property>
132 <property name="top_attach">0</property>
133 </packing>
134 </child>
135 <child>
136 <object class="GtkRadioButton" id="manual_start">
137 <property name="label" translatable="yes" context="groupbydate|manual_start">_Manually at:</property>
138 <property name="visible">True</property>
139 <property name="can_focus">True</property>
140 <property name="receives_default">False</property>
141 <property name="use_underline">True</property>
142 <property name="draw_indicator">True</property>
143 <property name="group">auto_start</property>
144 </object>
145 <packing>
146 <property name="left_attach">0</property>
147 <property name="top_attach">1</property>
148 </packing>
149 </child>
150 <child>
151 <object class="GtkMenuButton" id="start_date">
152 <property name="visible">True</property>
153 <property name="can_focus">True</property>
154 <property name="receives_default">False</property>
155 <property name="draw_indicator">True</property>
156 <property name="label" translatable="no"></property>
157 <child>
158 <placeholder/>
159 </child>
160 </object>
161 <packing>
162 <property name="left_attach">1</property>
163 <property name="top_attach">1</property>
164 </packing>
165 </child>
166 <child>
167 <placeholder/>
168 </child>
169 </object>
170 </child>
171 <child type="label">
172 <object class="GtkLabel" id="label1">
173 <property name="visible">True</property>
174 <property name="can_focus">False</property>
175 <property name="label" translatable="yes" context="groupbydate|label1">Start</property>
176 <attributes>
177 <attribute name="weight" value="bold"/>
178 </attributes>
179 </object>
180 </child>
181 </object>
182 <packing>
183 <property name="expand">False</property>
184 <property name="fill">True</property>
185 <property name="position">0</property>
186 </packing>
187 </child>
188 <child>
189 <object class="GtkFrame" id="frame2">
190 <property name="visible">True</property>
191 <property name="can_focus">False</property>
192 <property name="label_xalign">0</property>
193 <property name="shadow_type">none</property>
194 <child>
195 <!-- n-columns=1 n-rows=1 -->
196 <object class="GtkGrid" id="grid2">
197 <property name="visible">True</property>
198 <property name="can_focus">False</property>
199 <property name="hexpand">True</property>
200 <property name="vexpand">True</property>
201 <property name="row_spacing">6</property>
202 <property name="column_spacing">12</property>
203 <property name="margin-start">12</property>
204 <property name="margin-top">6</property>
205 <child>
206 <object class="GtkRadioButton" id="auto_end">
207 <property name="label" translatable="yes" context="groupbydate|auto_end">A_utomatically</property>
208 <property name="visible">True</property>
209 <property name="can_focus">True</property>
210 <property name="receives_default">False</property>
211 <property name="use_underline">True</property>
212 <property name="active">True</property>
213 <property name="draw_indicator">True</property>
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="GtkRadioButton" id="manual_end">
222 <property name="label" translatable="yes" context="groupbydate|manual_end">Ma_nually at:</property>
223 <property name="visible">True</property>
224 <property name="can_focus">True</property>
225 <property name="receives_default">False</property>
226 <property name="use_underline">True</property>
227 <property name="draw_indicator">True</property>
228 <property name="group">auto_end</property>
229 </object>
230 <packing>
231 <property name="left_attach">0</property>
232 <property name="top_attach">1</property>
233 </packing>
234 </child>
235 <child>
236 <object class="GtkMenuButton" id="end_date">
237 <property name="visible">True</property>
238 <property name="can_focus">True</property>
239 <property name="receives_default">False</property>
240 <property name="draw_indicator">True</property>
241 <property name="label" translatable="no"></property>
242 <child>
243 <placeholder/>
244 </child>
245 </object>
246 <packing>
247 <property name="left_attach">1</property>
248 <property name="top_attach">1</property>
249 </packing>
250 </child>
251 <child>
252 <placeholder/>
253 </child>
254 </object>
255 </child>
256 <child type="label">
257 <object class="GtkLabel" id="label2">
258 <property name="visible">True</property>
259 <property name="can_focus">False</property>
260 <property name="label" translatable="yes" context="groupbydate|label2">End</property>
261 <attributes>
262 <attribute name="weight" value="bold"/>
263 </attributes>
264 </object>
265 </child>
266 </object>
267 <packing>
268 <property name="expand">False</property>
269 <property name="fill">True</property>
270 <property name="position">1</property>
271 </packing>
272 </child>
273 <child>
274 <object class="GtkFrame" id="frame3">
275 <property name="visible">True</property>
276 <property name="can_focus">False</property>
277 <property name="hexpand">True</property>
278 <property name="vexpand">True</property>
279 <property name="label_xalign">0</property>
280 <property name="shadow_type">none</property>
281 <child>
282 <!-- n-columns=1 n-rows=1 -->
283 <object class="GtkGrid" id="grid3">
284 <property name="visible">True</property>
285 <property name="can_focus">False</property>
286 <property name="hexpand">True</property>
287 <property name="vexpand">True</property>
288 <property name="row_spacing">6</property>
289 <property name="column_spacing">12</property>
290 <property name="margin-start">12</property>
291 <property name="margin-top">6</property>
292 <child>
293 <object class="GtkRadioButton" id="days">
294 <property name="label" translatable="yes" context="groupbydate|days">Number of _days:</property>
295 <property name="visible">True</property>
296 <property name="can_focus">True</property>
297 <property name="receives_default">False</property>
298 <property name="use_underline">True</property>
299 <property name="active">True</property>
300 <property name="draw_indicator">True</property>
301 <accessibility>
302 <relation type="label-for" target="days_value"/>
303 </accessibility>
304 </object>
305 <packing>
306 <property name="left_attach">0</property>
307 <property name="top_attach">0</property>
308 </packing>
309 </child>
310 <child>
311 <object class="GtkRadioButton" id="intervals">
312 <property name="label" translatable="yes" context="groupbydate|intervals">_Intervals:</property>
313 <property name="visible">True</property>
314 <property name="can_focus">True</property>
315 <property name="receives_default">False</property>
316 <property name="valign">start</property>
317 <property name="use_underline">True</property>
318 <property name="draw_indicator">True</property>
319 <property name="group">days</property>
320 <accessibility>
321 <relation type="label-for" target="interval_list"/>
322 </accessibility>
323 </object>
324 <packing>
325 <property name="left_attach">0</property>
326 <property name="top_attach">1</property>
327 </packing>
328 </child>
329 <child>
330 <object class="GtkSpinButton" id="days_value">
331 <property name="visible">True</property>
332 <property name="can_focus">True</property>
333 <property name="adjustment">adjustment1</property>
334 <property name="truncate-multiline">True</property>
335 <accessibility>
336 <relation type="labelled-by" target="days"/>
337 </accessibility>
338 </object>
339 <packing>
340 <property name="left_attach">1</property>
341 <property name="top_attach">0</property>
342 </packing>
343 </child>
344 <child>
345 <object class="GtkScrolledWindow">
346 <property name="visible">True</property>
347 <property name="can_focus">True</property>
348 <property name="hexpand">True</property>
349 <property name="vexpand">True</property>
350 <property name="hscrollbar_policy">never</property>
351 <property name="vscrollbar_policy">never</property>
352 <property name="shadow_type">in</property>
353 <child>
354 <object class="GtkTreeView" id="interval_list">
355 <property name="visible">True</property>
356 <property name="can_focus">True</property>
357 <property name="receives_default">True</property>
358 <property name="hexpand">True</property>
359 <property name="vexpand">True</property>
360 <property name="model">liststore1</property>
361 <property name="headers_visible">False</property>
362 <property name="search_column">0</property>
363 <property name="show_expanders">False</property>
364 <child internal-child="selection">
365 <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
366 </child>
367 <child>
368 <object class="GtkTreeViewColumn" id="treeviewcolumn4">
369 <property name="resizable">True</property>
370 <property name="spacing">6</property>
371 <property name="alignment">0.5</property>
372 <child>
373 <object class="GtkCellRendererToggle" id="cellrenderer5"/>
374 <attributes>
375 <attribute name="visible">3</attribute>
376 <attribute name="active">0</attribute>
377 </attributes>
378 </child>
379 </object>
380 </child>
381 <child>
382 <object class="GtkTreeViewColumn" id="treeviewcolumn5">
383 <property name="resizable">True</property>
384 <property name="spacing">6</property>
385 <child>
386 <object class="GtkCellRendererText" id="cellrenderer4"/>
387 <attributes>
388 <attribute name="text">1</attribute>
389 </attributes>
390 </child>
391 </object>
392 </child>
393 <accessibility>
394 <relation type="labelled-by" target="intervals"/>
395 </accessibility>
396 </object>
397 </child>
398 </object>
399 <packing>
400 <property name="left_attach">1</property>
401 <property name="top_attach">1</property>
402 </packing>
403 </child>
404 </object>
405 </child>
406 <child type="label">
407 <object class="GtkLabel" id="label3">
408 <property name="visible">True</property>
409 <property name="can_focus">False</property>
410 <property name="label" translatable="yes" context="groupbydate|label3">Group by</property>
411 <attributes>
412 <attribute name="weight" value="bold"/>
413 </attributes>
414 </object>
415 </child>
416 </object>
417 <packing>
418 <property name="expand">False</property>
419 <property name="fill">True</property>
420 <property name="position">2</property>
421 </packing>
422 </child>
423 </object>
424 <packing>
425 <property name="expand">False</property>
426 <property name="fill">True</property>
427 <property name="position">1</property>
428 </packing>
429 </child>
430 </object>
431 </child>
432 <action-widgets>
433 <action-widget response="-5">ok</action-widget>
434 <action-widget response="-6">cancel</action-widget>
435 <action-widget response="-11">help</action-widget>
436 </action-widgets>
437 </object>
438 </interface>