tdf#154285 Check correct number of arguments to SbRtl_Now function
[LibreOffice.git] / desktop / uiconfig / ui / dependenciesdialog.ui
blobd4f2fd6419b1c0ffcc872d2ef198eee712249dbe
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="dkt">
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 id -->
10 <column type="gchararray"/>
11 </columns>
12 </object>
13 <object class="GtkDialog" id="Dependencies">
14 <property name="can_focus">False</property>
15 <property name="hexpand">True</property>
16 <property name="vexpand">True</property>
17 <property name="border_width">6</property>
18 <property name="title" translatable="yes" context="dependenciesdialog|Dependencies">System dependencies check</property>
19 <property name="modal">True</property>
20 <property name="default_width">0</property>
21 <property name="default_height">0</property>
22 <property name="type_hint">dialog</property>
23 <child>
24 <placeholder/>
25 </child>
26 <child internal-child="vbox">
27 <object class="GtkBox" id="dialog-vbox1">
28 <property name="can_focus">False</property>
29 <property name="hexpand">True</property>
30 <property name="vexpand">True</property>
31 <property name="orientation">vertical</property>
32 <property name="spacing">12</property>
33 <child internal-child="action_area">
34 <object class="GtkButtonBox" id="dialog-action_area1">
35 <property name="can_focus">False</property>
36 <property name="layout_style">center</property>
37 <child>
38 <object class="GtkButton" id="ok">
39 <property name="label" translatable="yes" context="stock">_OK</property>
40 <property name="visible">True</property>
41 <property name="can_focus">True</property>
42 <property name="can_default">True</property>
43 <property name="has_default">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">0</property>
51 </packing>
52 </child>
53 </object>
54 <packing>
55 <property name="expand">False</property>
56 <property name="fill">True</property>
57 <property name="pack_type">end</property>
58 <property name="position">0</property>
59 </packing>
60 </child>
61 <child>
62 <object class="GtkBox" id="box1">
63 <property name="visible">True</property>
64 <property name="can_focus">False</property>
65 <property name="hexpand">True</property>
66 <property name="vexpand">True</property>
67 <property name="orientation">vertical</property>
68 <property name="spacing">12</property>
69 <child>
70 <object class="GtkLabel" id="label1">
71 <property name="visible">True</property>
72 <property name="can_focus">False</property>
73 <property name="label" translatable="yes" context="dependenciesdialog|label1">The extension cannot be installed as the following system dependencies are not fulfilled:</property>
74 <property name="wrap">True</property>
75 <property name="width-chars">50</property>
76 <property name="max_width_chars">50</property>
77 <property name="xalign">0</property>
78 <accessibility>
79 <relation type="label-for" target="depListTreeview"/>
80 </accessibility>
81 </object>
82 <packing>
83 <property name="expand">False</property>
84 <property name="fill">True</property>
85 <property name="position">0</property>
86 </packing>
87 </child>
88 <child>
89 <object class="GtkScrolledWindow">
90 <property name="visible">True</property>
91 <property name="can_focus">True</property>
92 <property name="hexpand">True</property>
93 <property name="vexpand">True</property>
94 <property name="shadow_type">in</property>
95 <child>
96 <object class="GtkTreeView" id="depListTreeview">
97 <property name="visible">True</property>
98 <property name="can_focus">True</property>
99 <property name="hexpand">True</property>
100 <property name="vexpand">True</property>
101 <property name="model">liststore1</property>
102 <property name="headers_visible">False</property>
103 <property name="search_column">0</property>
104 <property name="show_expanders">False</property>
105 <accessibility>
106 <relation type="labelled-by" target="label1"/>
107 </accessibility>
108 <child internal-child="selection">
109 <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
110 </child>
111 <child>
112 <object class="GtkTreeViewColumn" id="treeviewcolumn5">
113 <property name="resizable">True</property>
114 <property name="spacing">6</property>
115 <child>
116 <object class="GtkCellRendererText" id="cellrenderer4"/>
117 <attributes>
118 <attribute name="text">0</attribute>
119 </attributes>
120 </child>
121 </object>
122 </child>
123 </object>
124 </child>
125 </object>
126 <packing>
127 <property name="expand">False</property>
128 <property name="fill">True</property>
129 <property name="position">1</property>
130 </packing>
131 </child>
132 </object>
133 <packing>
134 <property name="expand">False</property>
135 <property name="fill">True</property>
136 <property name="position">1</property>
137 </packing>
138 </child>
139 </object>
140 </child>
141 <action-widgets>
142 <action-widget response="-5">ok</action-widget>
143 </action-widgets>
144 </object>
145 </interface>