android: Update app-specific/MIME type icons
[LibreOffice.git] / sc / uiconfig / scalc / ui / sortkey.ui
blob4ac25149d7435178cc67b0262094d41219d57951
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.40.0 -->
3 <interface domain="sc">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkFrame" id="SortKeyFrame">
6 <property name="visible">True</property>
7 <property name="can-focus">False</property>
8 <property name="border-width">6</property>
9 <property name="label-xalign">0</property>
10 <property name="shadow-type">none</property>
11 <child>
12 <!-- n-columns=3 n-rows=2 -->
13 <object class="GtkGrid" id="grid1">
14 <property name="visible">True</property>
15 <property name="can-focus">False</property>
16 <property name="margin-start">12</property>
17 <property name="margin-top">6</property>
18 <property name="row-spacing">6</property>
19 <property name="column-spacing">12</property>
20 <child>
21 <object class="GtkComboBoxText" id="sortlb">
22 <property name="width-request">600</property>
23 <property name="visible">True</property>
24 <property name="can-focus">False</property>
25 <property name="valign">center</property>
26 <property name="hexpand">True</property>
27 <child internal-child="accessible">
28 <object class="AtkObject" id="sortlb-atkobject">
29 <property name="AtkObject::accessible-description" translatable="yes" context="sortkey|extended_tip|sortlb">Select the column that you want to use as the primary sort key.</property>
30 </object>
31 </child>
32 </object>
33 <packing>
34 <property name="left-attach">1</property>
35 <property name="top-attach">0</property>
36 <property name="height">2</property>
37 </packing>
38 </child>
39 <child>
40 <object class="GtkRadioButton" id="up">
41 <property name="label" translatable="yes" context="sortkey|up">_Ascending</property>
42 <property name="visible">True</property>
43 <property name="can-focus">True</property>
44 <property name="receives-default">False</property>
45 <property name="use-underline">True</property>
46 <property name="active">True</property>
47 <property name="draw-indicator">True</property>
48 <child internal-child="accessible">
49 <object class="AtkObject" id="up-atkobject">
50 <property name="AtkObject::accessible-description" translatable="yes" context="sortkey|extended_tip|up">Sorts the selection from the lowest value to the highest value. The sorting rules are given by the locale. You can define the sort rules on Data - Sort - Options.</property>
51 </object>
52 </child>
53 </object>
54 <packing>
55 <property name="left-attach">2</property>
56 <property name="top-attach">0</property>
57 </packing>
58 </child>
59 <child>
60 <object class="GtkRadioButton" id="down">
61 <property name="label" translatable="yes" context="sortkey|down">_Descending</property>
62 <property name="visible">True</property>
63 <property name="can-focus">True</property>
64 <property name="receives-default">False</property>
65 <property name="use-underline">True</property>
66 <property name="draw-indicator">True</property>
67 <property name="group">up</property>
68 <child internal-child="accessible">
69 <object class="AtkObject" id="down-atkobject">
70 <property name="AtkObject::accessible-description" translatable="yes" context="sortkey|extended_tip|down">Sorts the selection from the highest value to the lowest value. You can define the sort rules on Data - Sort - Options.</property>
71 </object>
72 </child>
73 </object>
74 <packing>
75 <property name="left-attach">2</property>
76 <property name="top-attach">1</property>
77 </packing>
78 </child>
79 <child>
80 <object class="GtkLabel" id="lbColRow">
81 <property name="visible">True</property>
82 <property name="can-focus">False</property>
83 <property name="label">Column/Row:</property>
84 <property name="use-underline">True</property>
85 <property name="mnemonic-widget">sortlb</property>
86 <property name="xalign">1</property>
87 </object>
88 <packing>
89 <property name="left-attach">0</property>
90 <property name="top-attach">0</property>
91 <property name="height">2</property>
92 </packing>
93 </child>
94 </object>
95 </child>
96 <child type="label">
97 <object class="GtkLabel" id="sortft">
98 <property name="visible">True</property>
99 <property name="can-focus">False</property>
100 <property name="label" translatable="yes" context="sortkey|sortft">Sort Key </property>
101 <attributes>
102 <attribute name="weight" value="bold"/>
103 </attributes>
104 </object>
105 </child>
106 <child internal-child="accessible">
107 <object class="AtkObject" id="SortKeyFrame-atkobject">
108 <property name="AtkObject::accessible-description" translatable="yes" context="sortkey|extended_tip|SortKeyFrame">Select the column that you want to use as the primary sort key.</property>
109 </object>
110 </child>
111 </object>
112 </interface>