android: Update app-specific/MIME type icons
[LibreOffice.git] / sc / uiconfig / scalc / ui / optformula.ui
blob68a2ad8166a9273f21d93a7afd5679009862a3fd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="sc">
4 <requires lib="gtk+" version="3.20"/>
5 <!-- n-columns=1 n-rows=1 -->
6 <object class="GtkGrid" id="OptFormula">
7 <property name="visible">True</property>
8 <property name="can_focus">False</property>
9 <property name="hexpand">True</property>
10 <property name="border_width">6</property>
11 <property name="row_spacing">12</property>
12 <child>
13 <object class="GtkFrame" id="frame1">
14 <property name="visible">True</property>
15 <property name="can_focus">False</property>
16 <property name="label_xalign">0</property>
17 <property name="shadow_type">none</property>
18 <child>
19 <!-- n-columns=1 n-rows=1 -->
20 <object class="GtkGrid" id="grid3">
21 <property name="visible">True</property>
22 <property name="can_focus">False</property>
23 <property name="row_spacing">6</property>
24 <property name="margin-start">12</property>
25 <property name="margin-top">6</property>
26 <child>
27 <object class="GtkCheckButton" id="englishfuncname">
28 <property name="label" translatable="yes" context="optformula|englishfuncname">Use English function names</property>
29 <property name="visible">True</property>
30 <property name="can_focus">True</property>
31 <property name="receives_default">False</property>
32 <property name="use_underline">True</property>
33 <property name="draw_indicator">True</property>
34 </object>
35 <packing>
36 <property name="left_attach">0</property>
37 <property name="top_attach">1</property>
38 </packing>
39 </child>
40 <child>
41 <!-- n-columns=1 n-rows=1 -->
42 <object class="GtkGrid" id="grid5">
43 <property name="visible">True</property>
44 <property name="can_focus">False</property>
45 <property name="hexpand">True</property>
46 <property name="column_spacing">12</property>
47 <child>
48 <object class="GtkComboBoxText" id="formulasyntax">
49 <property name="visible">True</property>
50 <property name="can_focus">False</property>
51 <property name="hexpand">True</property>
52 </object>
53 <packing>
54 <property name="left_attach">1</property>
55 <property name="top_attach">0</property>
56 </packing>
57 </child>
58 <child>
59 <object class="GtkLabel" id="formulasyntaxlabel">
60 <property name="visible">True</property>
61 <property name="can_focus">False</property>
62 <property name="label" translatable="yes" context="optformula|formulasyntaxlabel">Formula _syntax:</property>
63 <property name="use_underline">True</property>
64 <property name="mnemonic_widget">formulasyntax</property>
65 </object>
66 <packing>
67 <property name="left_attach">0</property>
68 <property name="top_attach">0</property>
69 </packing>
70 </child>
71 </object>
72 <packing>
73 <property name="left_attach">0</property>
74 <property name="top_attach">0</property>
75 </packing>
76 </child>
77 </object>
78 </child>
79 <child type="label">
80 <object class="GtkLabel" id="label1">
81 <property name="visible">True</property>
82 <property name="can_focus">False</property>
83 <property name="label" translatable="yes" context="optformula|label1">Formula Options</property>
84 <attributes>
85 <attribute name="weight" value="bold"/>
86 </attributes>
87 </object>
88 </child>
89 </object>
90 <packing>
91 <property name="left_attach">0</property>
92 <property name="top_attach">0</property>
93 </packing>
94 </child>
95 <child>
96 <object class="GtkFrame" id="frame4">
97 <property name="visible">True</property>
98 <property name="can_focus">False</property>
99 <property name="label_xalign">0</property>
100 <property name="shadow_type">none</property>
101 <child>
102 <!-- n-columns=1 n-rows=1 -->
103 <object class="GtkGrid" id="grid4">
104 <property name="visible">True</property>
105 <property name="can_focus">False</property>
106 <property name="row_spacing">6</property>
107 <property name="column_spacing">12</property>
108 <property name="margin-start">12</property>
109 <property name="margin-top">6</property>
110 <child>
111 <object class="GtkLabel" id="label9">
112 <property name="visible">True</property>
113 <property name="can_focus">False</property>
114 <property name="label" translatable="yes" context="optformula|label9">Excel 2007 and newer:</property>
115 <property name="use_underline">True</property>
116 <property name="mnemonic_widget">ooxmlrecalc</property>
117 <property name="xalign">0</property>
118 </object>
119 <packing>
120 <property name="left_attach">0</property>
121 <property name="top_attach">0</property>
122 </packing>
123 </child>
124 <child>
125 <object class="GtkLabel" id="label10">
126 <property name="visible">True</property>
127 <property name="can_focus">False</property>
128 <property name="label" translatable="yes" context="optformula|label10">ODF spreadsheet (not saved by %PRODUCTNAME):</property>
129 <property name="use_underline">True</property>
130 <property name="mnemonic_widget">odfrecalc</property>
131 <property name="xalign">0</property>
132 </object>
133 <packing>
134 <property name="left_attach">0</property>
135 <property name="top_attach">1</property>
136 </packing>
137 </child>
138 <child>
139 <object class="GtkComboBoxText" id="ooxmlrecalc">
140 <property name="visible">True</property>
141 <property name="can_focus">False</property>
142 <property name="hexpand">True</property>
143 <items>
144 <item translatable="yes" context="optformula|ooxmlrecalc">Always recalculate</item>
145 <item translatable="yes" context="optformula|ooxmlrecalc">Never recalculate</item>
146 <item translatable="yes" context="optformula|ooxmlrecalc">Prompt user</item>
147 </items>
148 </object>
149 <packing>
150 <property name="left_attach">1</property>
151 <property name="top_attach">0</property>
152 </packing>
153 </child>
154 <child>
155 <object class="GtkComboBoxText" id="odfrecalc">
156 <property name="visible">True</property>
157 <property name="can_focus">False</property>
158 <property name="hexpand">True</property>
159 <items>
160 <item translatable="yes" context="optformula|odfrecalc">Always recalculate</item>
161 <item translatable="yes" context="optformula|odfrecalc">Never recalculate</item>
162 <item translatable="yes" context="optformula|odfrecalc">Prompt user</item>
163 </items>
164 </object>
165 <packing>
166 <property name="left_attach">1</property>
167 <property name="top_attach">1</property>
168 </packing>
169 </child>
170 </object>
171 </child>
172 <child type="label">
173 <object class="GtkLabel" id="label4">
174 <property name="visible">True</property>
175 <property name="can_focus">False</property>
176 <property name="label" translatable="yes" context="optformula|label4">Recalculation on File Load</property>
177 <attributes>
178 <attribute name="weight" value="bold"/>
179 </attributes>
180 </object>
181 </child>
182 </object>
183 <packing>
184 <property name="left_attach">0</property>
185 <property name="top_attach">3</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="hexpand">True</property>
193 <property name="label_xalign">0</property>
194 <property name="shadow_type">none</property>
195 <child>
196 <!-- n-columns=1 n-rows=1 -->
197 <object class="GtkGrid" id="grid8">
198 <property name="visible">True</property>
199 <property name="can_focus">False</property>
200 <property name="hexpand">True</property>
201 <property name="row_spacing">6</property>
202 <property name="margin-start">12</property>
203 <property name="margin-top">6</property>
204 <child>
205 <object class="GtkRadioButton" id="calcdefault">
206 <property name="label" translatable="yes" context="optformula|calcdefault">Default settings</property>
207 <property name="visible">True</property>
208 <property name="can_focus">True</property>
209 <property name="receives_default">False</property>
210 <property name="use_underline">True</property>
211 <property name="active">True</property>
212 <property name="draw_indicator">True</property>
213 </object>
214 <packing>
215 <property name="left_attach">0</property>
216 <property name="top_attach">0</property>
217 </packing>
218 </child>
219 <child>
220 <!-- n-columns=1 n-rows=1 -->
221 <object class="GtkGrid" id="grid9">
222 <property name="visible">True</property>
223 <property name="can_focus">False</property>
224 <property name="column_spacing">12</property>
225 <child>
226 <object class="GtkRadioButton" id="calccustom">
227 <property name="label" translatable="yes" context="optformula|calccustom">Custom (conversion of text to numbers and more):</property>
228 <property name="visible">True</property>
229 <property name="can_focus">True</property>
230 <property name="receives_default">False</property>
231 <property name="use_underline">True</property>
232 <property name="draw_indicator">True</property>
233 <property name="group">calcdefault</property>
234 </object>
235 <packing>
236 <property name="left_attach">0</property>
237 <property name="top_attach">0</property>
238 </packing>
239 </child>
240 <child>
241 <object class="GtkButton" id="details">
242 <property name="label" translatable="yes" context="optformula|details">Details…</property>
243 <property name="visible">True</property>
244 <property name="can_focus">True</property>
245 <property name="receives_default">True</property>
246 <property name="hexpand">True</property>
247 </object>
248 <packing>
249 <property name="left_attach">1</property>
250 <property name="top_attach">0</property>
251 </packing>
252 </child>
253 </object>
254 <packing>
255 <property name="left_attach">0</property>
256 <property name="top_attach">1</property>
257 </packing>
258 </child>
259 </object>
260 </child>
261 <child type="label">
262 <object class="GtkLabel" id="label2">
263 <property name="visible">True</property>
264 <property name="can_focus">False</property>
265 <property name="label" translatable="yes" context="optformula|label2">Detailed Calculation Settings</property>
266 <attributes>
267 <attribute name="weight" value="bold"/>
268 </attributes>
269 </object>
270 </child>
271 </object>
272 <packing>
273 <property name="left_attach">0</property>
274 <property name="top_attach">2</property>
275 </packing>
276 </child>
277 <child>
278 <object class="GtkFrame" id="frame3">
279 <property name="visible">True</property>
280 <property name="can_focus">False</property>
281 <property name="hexpand">True</property>
282 <property name="label_xalign">0</property>
283 <property name="shadow_type">none</property>
284 <child>
285 <!-- n-columns=1 n-rows=1 -->
286 <object class="GtkGrid" id="grid7">
287 <property name="visible">True</property>
288 <property name="can_focus">False</property>
289 <property name="hexpand">True</property>
290 <property name="row_spacing">6</property>
291 <property name="column_spacing">12</property>
292 <property name="margin-start">12</property>
293 <property name="margin-top">6</property>
294 <child>
295 <object class="GtkLabel" id="label6">
296 <property name="visible">True</property>
297 <property name="can_focus">False</property>
298 <property name="label" translatable="yes" context="optformula|label6">_Function:</property>
299 <property name="use_underline">True</property>
300 <property name="mnemonic_widget">function</property>
301 <property name="xalign">0</property>
302 </object>
303 <packing>
304 <property name="left_attach">0</property>
305 <property name="top_attach">0</property>
306 </packing>
307 </child>
308 <child>
309 <object class="GtkLabel" id="label7">
310 <property name="visible">True</property>
311 <property name="can_focus">False</property>
312 <property name="label" translatable="yes" context="optformula|label7">Array co_lumn:</property>
313 <property name="use_underline">True</property>
314 <property name="mnemonic_widget">arraycolumn</property>
315 <property name="xalign">0</property>
316 </object>
317 <packing>
318 <property name="left_attach">0</property>
319 <property name="top_attach">1</property>
320 </packing>
321 </child>
322 <child>
323 <object class="GtkLabel" id="label8">
324 <property name="visible">True</property>
325 <property name="can_focus">False</property>
326 <property name="label" translatable="yes" context="optformula|label8">Array _row:</property>
327 <property name="use_underline">True</property>
328 <property name="mnemonic_widget">arrayrow</property>
329 <property name="xalign">0</property>
330 </object>
331 <packing>
332 <property name="left_attach">0</property>
333 <property name="top_attach">2</property>
334 </packing>
335 </child>
336 <child>
337 <object class="GtkEntry" id="function">
338 <property name="visible">True</property>
339 <property name="can_focus">True</property>
340 <property name="max_length">1</property>
341 <property name="activates_default">True</property>
342 <property name="width_chars">5</property>
343 <property name="truncate-multiline">True</property>
344 <property name="max_width_chars">1</property>
345 </object>
346 <packing>
347 <property name="left_attach">1</property>
348 <property name="top_attach">0</property>
349 </packing>
350 </child>
351 <child>
352 <object class="GtkEntry" id="arraycolumn">
353 <property name="visible">True</property>
354 <property name="can_focus">True</property>
355 <property name="max_length">1</property>
356 <property name="activates_default">True</property>
357 <property name="width_chars">5</property>
358 <property name="truncate-multiline">True</property>
359 <property name="max_width_chars">1</property>
360 </object>
361 <packing>
362 <property name="left_attach">1</property>
363 <property name="top_attach">1</property>
364 </packing>
365 </child>
366 <child>
367 <object class="GtkEntry" id="arrayrow">
368 <property name="visible">True</property>
369 <property name="can_focus">True</property>
370 <property name="max_length">1</property>
371 <property name="activates_default">True</property>
372 <property name="width_chars">5</property>
373 <property name="truncate-multiline">True</property>
374 <property name="max_width_chars">1</property>
375 </object>
376 <packing>
377 <property name="left_attach">1</property>
378 <property name="top_attach">2</property>
379 </packing>
380 </child>
381 <child>
382 <object class="GtkButton" id="reset">
383 <property name="label" translatable="yes" context="optformula|reset">Rese_t Separators Settings</property>
384 <property name="visible">True</property>
385 <property name="can_focus">True</property>
386 <property name="receives_default">True</property>
387 <property name="halign">end</property>
388 <property name="use_underline">True</property>
389 </object>
390 <packing>
391 <property name="left_attach">2</property>
392 <property name="top_attach">2</property>
393 </packing>
394 </child>
395 <child>
396 <placeholder/>
397 </child>
398 <child>
399 <placeholder/>
400 </child>
401 </object>
402 </child>
403 <child type="label">
404 <object class="GtkLabel" id="label3">
405 <property name="visible">True</property>
406 <property name="can_focus">False</property>
407 <property name="label" translatable="yes" context="optformula|label3">Separators</property>
408 <attributes>
409 <attribute name="weight" value="bold"/>
410 </attributes>
411 </object>
412 </child>
413 </object>
414 <packing>
415 <property name="left_attach">0</property>
416 <property name="top_attach">1</property>
417 </packing>
418 </child>
419 <child internal-child="accessible">
420 <object class="AtkObject" id="OptFormula-atkobject">
421 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|OptFormula">Defines formula syntax options and loading options for Calc.</property>
422 </object>
423 </child>
424 </object>
425 <object class="GtkSizeGroup" id="sizegroup1">
426 <widgets>
427 <widget name="grid7"/>
428 <widget name="grid8"/>
429 </widgets>
430 </object>
431 <object class="GtkAdjustment" id="adjustment1">
432 <property name="lower">1</property>
433 <property name="upper">32000</property>
434 <property name="value">1</property>
435 <property name="step_increment">1</property>
436 <property name="page_increment">10</property>
437 </object>
438 </interface>