nss: upgrade to release 3.73
[LibreOffice.git] / sc / uiconfig / scalc / ui / condformatmanager.ui
blob56bfb7ec834e82a867d4317688ddf821fe061fc2
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="GtkTreeStore" id="liststore1">
6 <columns>
7 <!-- column-name text -->
8 <column type="gchararray"/>
9 <!-- column-name text2 -->
10 <column type="gchararray"/>
11 <!-- column-name id -->
12 <column type="gchararray"/>
13 </columns>
14 </object>
15 <object class="GtkDialog" id="CondFormatManager">
16 <property name="can_focus">False</property>
17 <property name="border_width">6</property>
18 <property name="title" translatable="yes" context="condformatmanager|CondFormatManager">Manage Conditional Formatting</property>
19 <property name="resizable">False</property>
20 <property name="modal">True</property>
21 <property name="default_width">0</property>
22 <property name="default_height">0</property>
23 <property name="type_hint">dialog</property>
24 <child internal-child="vbox">
25 <object class="GtkBox" id="dialog-vbox1">
26 <property name="can_focus">False</property>
27 <property name="hexpand">True</property>
28 <property name="vexpand">True</property>
29 <property name="orientation">vertical</property>
30 <property name="spacing">12</property>
31 <child internal-child="action_area">
32 <object class="GtkButtonBox" id="dialog-action_area1">
33 <property name="can_focus">False</property>
34 <property name="layout_style">end</property>
35 <child>
36 <object class="GtkButton" id="ok">
37 <property name="label">gtk-ok</property>
38 <property name="visible">True</property>
39 <property name="can_focus">True</property>
40 <property name="can_default">True</property>
41 <property name="has_default">True</property>
42 <property name="receives_default">True</property>
43 <property name="use_stock">True</property>
44 </object>
45 <packing>
46 <property name="expand">False</property>
47 <property name="fill">True</property>
48 <property name="position">0</property>
49 </packing>
50 </child>
51 <child>
52 <object class="GtkButton" id="cancel">
53 <property name="label">gtk-cancel</property>
54 <property name="visible">True</property>
55 <property name="can_focus">True</property>
56 <property name="receives_default">True</property>
57 <property name="use_stock">True</property>
58 </object>
59 <packing>
60 <property name="expand">False</property>
61 <property name="fill">True</property>
62 <property name="position">1</property>
63 </packing>
64 </child>
65 <child>
66 <object class="GtkButton" id="help">
67 <property name="label">gtk-help</property>
68 <property name="visible">True</property>
69 <property name="can_focus">True</property>
70 <property name="receives_default">True</property>
71 <property name="use_stock">True</property>
72 </object>
73 <packing>
74 <property name="expand">False</property>
75 <property name="fill">True</property>
76 <property name="position">2</property>
77 <property name="secondary">True</property>
78 </packing>
79 </child>
80 </object>
81 <packing>
82 <property name="expand">False</property>
83 <property name="fill">True</property>
84 <property name="pack_type">end</property>
85 <property name="position">0</property>
86 </packing>
87 </child>
88 <child>
89 <object class="GtkFrame" id="frame1">
90 <property name="visible">True</property>
91 <property name="can_focus">False</property>
92 <property name="hexpand">True</property>
93 <property name="vexpand">True</property>
94 <property name="label_xalign">0</property>
95 <property name="shadow_type">none</property>
96 <child>
97 <object class="GtkAlignment" id="alignment1">
98 <property name="visible">True</property>
99 <property name="can_focus">False</property>
100 <property name="top_padding">6</property>
101 <property name="bottom_padding">6</property>
102 <property name="left_padding">12</property>
103 <property name="right_padding">12</property>
104 <child>
105 <object class="GtkBox" id="box1">
106 <property name="visible">True</property>
107 <property name="can_focus">False</property>
108 <property name="vexpand">True</property>
109 <property name="orientation">vertical</property>
110 <property name="spacing">6</property>
111 <child>
112 <object class="GtkScrolledWindow">
113 <property name="visible">True</property>
114 <property name="can_focus">True</property>
115 <property name="hexpand">True</property>
116 <property name="vexpand">True</property>
117 <property name="shadow_type">in</property>
118 <child>
119 <object class="GtkTreeView" id="CONTAINER">
120 <property name="visible">True</property>
121 <property name="can_focus">True</property>
122 <property name="receives_default">True</property>
123 <property name="model">liststore1</property>
124 <property name="search_column">0</property>
125 <property name="show_expanders">False</property>
126 <child internal-child="selection">
127 <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
128 </child>
129 <child>
130 <object class="GtkTreeViewColumn" id="treeviewcolumn1">
131 <property name="resizable">True</property>
132 <property name="spacing">6</property>
133 <property name="title" translatable="yes" context="condformatmanager|STR_HEADER_RANGE">Range</property>
134 <child>
135 <object class="GtkCellRendererText" id="cellrenderer1"/>
136 <attributes>
137 <attribute name="text">0</attribute>
138 </attributes>
139 </child>
140 </object>
141 </child>
142 <child>
143 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
144 <property name="resizable">True</property>
145 <property name="spacing">6</property>
146 <property name="title" translatable="yes" context="condformatmanager|STR_HEADER_FIRST_CONDITION">First Condition</property>
147 <child>
148 <object class="GtkCellRendererText" id="cellrenderer2"/>
149 <attributes>
150 <attribute name="text">1</attribute>
151 </attributes>
152 </child>
153 </object>
154 </child>
155 <child internal-child="accessible">
156 <object class="AtkObject" id="CONTAINER-atkobject">
157 <property name="AtkObject::accessible-description" translatable="yes" context="condformatmanager|extended_tip|CONTAINER">The Conditional Formats list displays the active conditional formatting rules set in the current spreadsheet.</property>
158 </object>
159 </child>
160 </object>
161 </child>
162 </object>
163 <packing>
164 <property name="expand">False</property>
165 <property name="fill">True</property>
166 <property name="position">0</property>
167 </packing>
168 </child>
169 <child>
170 <object class="GtkButtonBox" id="buttonbox2">
171 <property name="visible">True</property>
172 <property name="can_focus">False</property>
173 <property name="spacing">12</property>
174 <property name="layout_style">start</property>
175 <child>
176 <object class="GtkButton" id="add">
177 <property name="label" translatable="yes" context="condformatmanager|add">Add</property>
178 <property name="visible">True</property>
179 <property name="can_focus">True</property>
180 <property name="receives_default">True</property>
181 <child internal-child="accessible">
182 <object class="AtkObject" id="add-atkobject">
183 <property name="AtkObject::accessible-description" translatable="yes" context="condformatmanager|extended_tip|add">Here you can add, edit or remove one or several conditional formattings.</property>
184 </object>
185 </child>
186 </object>
187 <packing>
188 <property name="expand">False</property>
189 <property name="fill">True</property>
190 <property name="position">0</property>
191 </packing>
192 </child>
193 <child>
194 <object class="GtkButton" id="edit">
195 <property name="label" translatable="yes" context="condformatmanager|edit">Edit...</property>
196 <property name="visible">True</property>
197 <property name="can_focus">True</property>
198 <property name="receives_default">True</property>
199 <child internal-child="accessible">
200 <object class="AtkObject" id="edit-atkobject">
201 <property name="AtkObject::accessible-description" translatable="yes" context="condformatmanager|extended_tip|edit">Here you can add, edit or remove one or several conditional formattings.</property>
202 </object>
203 </child>
204 </object>
205 <packing>
206 <property name="expand">False</property>
207 <property name="fill">True</property>
208 <property name="position">1</property>
209 </packing>
210 </child>
211 <child>
212 <object class="GtkButton" id="remove">
213 <property name="label" translatable="yes" context="condformatmanager|remove">Remove</property>
214 <property name="visible">True</property>
215 <property name="can_focus">True</property>
216 <property name="receives_default">True</property>
217 <child internal-child="accessible">
218 <object class="AtkObject" id="remove-atkobject">
219 <property name="AtkObject::accessible-description" translatable="yes" context="condformatmanager|extended_tip|remove">Here you can add, edit or remove one or several conditional formattings.</property>
220 </object>
221 </child>
222 </object>
223 <packing>
224 <property name="expand">False</property>
225 <property name="fill">True</property>
226 <property name="position">2</property>
227 </packing>
228 </child>
229 </object>
230 <packing>
231 <property name="expand">False</property>
232 <property name="fill">True</property>
233 <property name="position">1</property>
234 </packing>
235 </child>
236 </object>
237 </child>
238 </object>
239 </child>
240 <child type="label">
241 <object class="GtkLabel" id="label1">
242 <property name="visible">True</property>
243 <property name="can_focus">False</property>
244 <property name="label" translatable="yes" context="condformatmanager|label1">Conditional Formats</property>
245 <attributes>
246 <attribute name="weight" value="bold"/>
247 </attributes>
248 </object>
249 </child>
250 </object>
251 <packing>
252 <property name="expand">False</property>
253 <property name="fill">True</property>
254 <property name="position">0</property>
255 </packing>
256 </child>
257 </object>
258 </child>
259 <action-widgets>
260 <action-widget response="-5">ok</action-widget>
261 <action-widget response="-6">cancel</action-widget>
262 <action-widget response="-11">help</action-widget>
263 </action-widgets>
264 <child type="titlebar">
265 <placeholder/>
266 </child>
267 <child internal-child="accessible">
268 <object class="AtkObject" id="CondFormatManager-atkobject">
269 <property name="AtkObject::accessible-description" translatable="yes" context="condformatmanager|extended_tip|CondFormatManager">This dialog allows you to see all the conditional formatting defined in the spreadsheet.</property>
270 </object>
271 </child>
272 </object>
273 </interface>