Avoid potential negative array index access to cached text.
[LibreOffice.git] / extensions / uiconfig / sbibliography / ui / choosedatasourcedialog.ui
blobec5b09e9d8f45b2a37899d6c9616e2c2e74f8419
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="pcr">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkTreeStore" id="liststore2">
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="ChooseDataSourceDialog">
14 <property name="can_focus">False</property>
15 <property name="border_width">6</property>
16 <property name="title" translatable="yes" context="choosedatasourcedialog|ChooseDataSourceDialog">Choose Data Source</property>
17 <property name="modal">True</property>
18 <property name="default_width">0</property>
19 <property name="default_height">0</property>
20 <property name="type_hint">dialog</property>
21 <child>
22 <placeholder/>
23 </child>
24 <child internal-child="vbox">
25 <object class="GtkBox" id="dialog-vbox1">
26 <property name="can_focus">False</property>
27 <property name="orientation">vertical</property>
28 <property name="spacing">12</property>
29 <child internal-child="action_area">
30 <object class="GtkButtonBox" id="dialog-action_area1">
31 <property name="can_focus">False</property>
32 <property name="layout_style">end</property>
33 <child>
34 <object class="GtkButton" id="ok">
35 <property name="label" translatable="yes" context="stock">_OK</property>
36 <property name="visible">True</property>
37 <property name="can_focus">True</property>
38 <property name="can_default">True</property>
39 <property name="has_default">True</property>
40 <property name="receives_default">True</property>
41 <property name="use-underline">True</property>
42 </object>
43 <packing>
44 <property name="expand">False</property>
45 <property name="fill">True</property>
46 <property name="position">0</property>
47 </packing>
48 </child>
49 <child>
50 <object class="GtkButton" id="cancel">
51 <property name="label" translatable="yes" context="stock">_Cancel</property>
52 <property name="visible">True</property>
53 <property name="can_focus">True</property>
54 <property name="receives_default">True</property>
55 <property name="use-underline">True</property>
56 </object>
57 <packing>
58 <property name="expand">False</property>
59 <property name="fill">True</property>
60 <property name="position">1</property>
61 </packing>
62 </child>
63 </object>
64 <packing>
65 <property name="expand">False</property>
66 <property name="fill">True</property>
67 <property name="pack_type">end</property>
68 <property name="position">0</property>
69 </packing>
70 </child>
71 <child>
72 <object class="GtkFrame" id="frame1">
73 <property name="visible">True</property>
74 <property name="can_focus">False</property>
75 <property name="hexpand">True</property>
76 <property name="vexpand">True</property>
77 <property name="label_xalign">0</property>
78 <property name="shadow_type">none</property>
79 <child>
80 <object class="GtkScrolledWindow">
81 <property name="visible">True</property>
82 <property name="can_focus">True</property>
83 <property name="hexpand">True</property>
84 <property name="vexpand">True</property>
85 <property name="shadow_type">in</property>
86 <property name="margin-start">12</property>
87 <property name="margin-top">6</property>
88 <child>
89 <object class="GtkTreeView" id="treeview">
90 <property name="visible">True</property>
91 <property name="can_focus">True</property>
92 <property name="receives_default">True</property>
93 <property name="hexpand">True</property>
94 <property name="vexpand">True</property>
95 <property name="model">liststore2</property>
96 <property name="headers_visible">False</property>
97 <property name="search_column">1</property>
98 <property name="show_expanders">False</property>
99 <child internal-child="selection">
100 <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
101 </child>
102 <child>
103 <object class="GtkTreeViewColumn" id="treeviewcolumn5">
104 <property name="resizable">True</property>
105 <property name="spacing">6</property>
106 <child>
107 <object class="GtkCellRendererText" id="cellrenderer4"/>
108 <attributes>
109 <attribute name="text">0</attribute>
110 </attributes>
111 </child>
112 </object>
113 </child>
114 </object>
115 </child>
116 </object>
117 </child>
118 <child type="label">
119 <object class="GtkLabel" id="label1">
120 <property name="visible">True</property>
121 <property name="can_focus">False</property>
122 <property name="label" translatable="yes" context="choosedatasourcedialog|label1">Entry</property>
123 <attributes>
124 <attribute name="weight" value="bold"/>
125 </attributes>
126 </object>
127 </child>
128 </object>
129 <packing>
130 <property name="expand">False</property>
131 <property name="fill">True</property>
132 <property name="position">1</property>
133 </packing>
134 </child>
135 </object>
136 </child>
137 <action-widgets>
138 <action-widget response="-5">ok</action-widget>
139 <action-widget response="-6">cancel</action-widget>
140 </action-widgets>
141 </object>
142 </interface>