Version 7.5.1.1, tag libreoffice-7.5.1.1
[LibreOffice.git] / sc / uiconfig / scalc / ui / colorrowdialog.ui
blob99e3e51e9a7db9c318f0217bff1c285990a50374
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 <object class="GtkDialog" id="ColOrRowDialog">
6 <property name="can_focus">False</property>
7 <property name="border_width">6</property>
8 <property name="title" translatable="yes" context="colorrowdialog|ColOrRowDialog">Copy List</property>
9 <property name="resizable">False</property>
10 <property name="modal">True</property>
11 <property name="default_width">0</property>
12 <property name="default_height">0</property>
13 <property name="type_hint">dialog</property>
14 <child internal-child="vbox">
15 <object class="GtkBox" id="dialog-vbox1">
16 <property name="can_focus">False</property>
17 <property name="orientation">vertical</property>
18 <property name="spacing">12</property>
19 <child internal-child="action_area">
20 <object class="GtkButtonBox" id="dialog-action_area1">
21 <property name="can_focus">False</property>
22 <property name="layout_style">end</property>
23 <child>
24 <object class="GtkButton" id="ok">
25 <property name="label" translatable="yes" context="stock">_OK</property>
26 <property name="visible">True</property>
27 <property name="can_focus">True</property>
28 <property name="can_default">True</property>
29 <property name="has_default">True</property>
30 <property name="receives_default">True</property>
31 <property name="use-underline">True</property>
32 </object>
33 <packing>
34 <property name="expand">False</property>
35 <property name="fill">True</property>
36 <property name="position">0</property>
37 </packing>
38 </child>
39 <child>
40 <object class="GtkButton" id="cancel">
41 <property name="label" translatable="yes" context="stock">_Cancel</property>
42 <property name="visible">True</property>
43 <property name="can_focus">True</property>
44 <property name="receives_default">True</property>
45 <property name="use-underline">True</property>
46 </object>
47 <packing>
48 <property name="expand">False</property>
49 <property name="fill">True</property>
50 <property name="position">1</property>
51 </packing>
52 </child>
53 <child>
54 <object class="GtkButton" id="help">
55 <property name="label" translatable="yes" context="stock">_Help</property>
56 <property name="visible">True</property>
57 <property name="can_focus">True</property>
58 <property name="receives_default">True</property>
59 <property name="use-underline">True</property>
60 </object>
61 <packing>
62 <property name="expand">False</property>
63 <property name="fill">True</property>
64 <property name="position">2</property>
65 <property name="secondary">True</property>
66 <property name="non_homogeneous">True</property>
67 </packing>
68 </child>
69 </object>
70 <packing>
71 <property name="expand">False</property>
72 <property name="fill">True</property>
73 <property name="pack_type">end</property>
74 <property name="position">0</property>
75 </packing>
76 </child>
77 <child>
78 <object class="GtkFrame" id="frame">
79 <property name="visible">True</property>
80 <property name="can_focus">False</property>
81 <property name="label_xalign">0</property>
82 <property name="shadow_type">none</property>
83 <child>
84 <object class="GtkBox" id="box2">
85 <property name="visible">True</property>
86 <property name="can_focus">False</property>
87 <property name="orientation">vertical</property>
88 <property name="spacing">6</property>
89 <property name="margin-start">12</property>
90 <property name="margin-top">6</property>
91 <child>
92 <object class="GtkRadioButton" id="columns">
93 <property name="label" translatable="yes" context="colorrowdialog|columns">_Columns</property>
94 <property name="visible">True</property>
95 <property name="can_focus">True</property>
96 <property name="receives_default">False</property>
97 <property name="use_underline">True</property>
98 <property name="active">True</property>
99 <property name="draw_indicator">True</property>
100 <child internal-child="accessible">
101 <object class="AtkObject" id="columns-atkobject">
102 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|columns">Select the Columns option to summarize the contents of the selected columns in a list.</property>
103 </object>
104 </child>
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="GtkRadioButton" id="rows">
114 <property name="label" translatable="yes" context="colorrowdialog|rows">_Rows</property>
115 <property name="visible">True</property>
116 <property name="can_focus">True</property>
117 <property name="receives_default">False</property>
118 <property name="use_underline">True</property>
119 <property name="draw_indicator">True</property>
120 <property name="group">columns</property>
121 <child internal-child="accessible">
122 <object class="AtkObject" id="rows-atkobject">
123 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|rows">Select the Rows option to summarize the contents of the selected rows in a list.</property>
124 </object>
125 </child>
126 </object>
127 <packing>
128 <property name="expand">False</property>
129 <property name="fill">True</property>
130 <property name="position">1</property>
131 </packing>
132 </child>
133 </object>
134 </child>
135 <child type="label">
136 <object class="GtkLabel" id="label">
137 <property name="visible">True</property>
138 <property name="can_focus">False</property>
139 <property name="label" translatable="yes" context="colorrowdialog|label">List From</property>
140 <attributes>
141 <attribute name="weight" value="bold"/>
142 </attributes>
143 </object>
144 </child>
145 </object>
146 <packing>
147 <property name="expand">False</property>
148 <property name="fill">True</property>
149 <property name="position">1</property>
150 </packing>
151 </child>
152 </object>
153 </child>
154 <action-widgets>
155 <action-widget response="-5">ok</action-widget>
156 <action-widget response="-6">cancel</action-widget>
157 <action-widget response="-11">help</action-widget>
158 </action-widgets>
159 <child type="titlebar">
160 <placeholder/>
161 </child>
162 <child internal-child="accessible">
163 <object class="AtkObject" id="ColOrRowDialog-atkobject">
164 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|ColOrRowDialog">Allows you to copy marked cells to a sort list.</property>
165 </object>
166 </child>
167 </object>
168 </interface>