cid#1640468 Dereference after null check
[LibreOffice.git] / dbaccess / uiconfig / ui / ldappage.ui
blob8cd5bc8b8257f31520220919961988a4b6275344
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="dba">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="upper">65535</property>
7 <property name="step_increment">1</property>
8 <property name="page_increment">10</property>
9 </object>
10 <object class="GtkAdjustment" id="adjustment2">
11 <property name="upper">65535</property>
12 <property name="step_increment">1</property>
13 <property name="page_increment">10</property>
14 </object>
15 <object class="GtkBox" id="LDAP">
16 <property name="visible">True</property>
17 <property name="can_focus">False</property>
18 <property name="hexpand">True</property>
19 <property name="vexpand">True</property>
20 <property name="border_width">6</property>
21 <property name="orientation">vertical</property>
22 <property name="spacing">12</property>
23 <child>
24 <object class="GtkFrame" id="frame1">
25 <property name="visible">True</property>
26 <property name="can_focus">False</property>
27 <property name="hexpand">True</property>
28 <property name="label_xalign">0</property>
29 <property name="shadow_type">none</property>
30 <child>
31 <!-- n-columns=1 n-rows=1 -->
32 <object class="GtkGrid" id="grid1">
33 <property name="visible">True</property>
34 <property name="can_focus">False</property>
35 <property name="hexpand">True</property>
36 <property name="row_spacing">6</property>
37 <property name="column_spacing">12</property>
38 <property name="margin-start">12</property>
39 <property name="margin-top">6</property>
40 <child>
41 <object class="GtkLabel" id="label1">
42 <property name="visible">True</property>
43 <property name="can_focus">False</property>
44 <property name="label" translatable="yes" context="ldappage|label1">_Base DN:</property>
45 <property name="use_underline">True</property>
46 <property name="mnemonic_widget">baseDNEntry</property>
47 <property name="xalign">1</property>
48 </object>
49 <packing>
50 <property name="left_attach">0</property>
51 <property name="top_attach">0</property>
52 </packing>
53 </child>
54 <child>
55 <object class="GtkEntry" id="baseDNEntry">
56 <property name="visible">True</property>
57 <property name="can_focus">True</property>
58 <property name="hexpand">True</property>
59 <property name="truncate-multiline">True</property>
60 <property name="activates_default">True</property>
61 </object>
62 <packing>
63 <property name="left_attach">1</property>
64 <property name="top_attach">0</property>
65 </packing>
66 </child>
67 <child>
68 <object class="GtkCheckButton" id="useSSLCheckbutton">
69 <property name="label" translatable="yes" context="ldappage|useSSLCheckbutton">Use secure connection (TLS/SSL)</property>
70 <property name="visible">True</property>
71 <property name="can_focus">True</property>
72 <property name="receives_default">False</property>
73 <property name="use_underline">True</property>
74 <property name="draw_indicator">True</property>
75 </object>
76 <packing>
77 <property name="left_attach">0</property>
78 <property name="top_attach">1</property>
79 <property name="width">2</property>
80 </packing>
81 </child>
82 <child>
83 <object class="GtkLabel" id="label2">
84 <property name="visible">True</property>
85 <property name="can_focus">False</property>
86 <property name="label" translatable="yes" context="ldappage|label2">_Port number:</property>
87 <property name="use_underline">True</property>
88 <property name="mnemonic_widget">portNumberSpinbutton</property>
89 <property name="xalign">1</property>
90 </object>
91 <packing>
92 <property name="left_attach">0</property>
93 <property name="top_attach">2</property>
94 </packing>
95 </child>
96 <child>
97 <object class="GtkSpinButton" id="portNumberSpinbutton">
98 <property name="visible">True</property>
99 <property name="can_focus">True</property>
100 <property name="hexpand">True</property>
101 <property name="activates_default">True</property>
102 <property name="truncate-multiline">True</property>
103 <property name="adjustment">adjustment1</property>
104 </object>
105 <packing>
106 <property name="left_attach">1</property>
107 <property name="top_attach">2</property>
108 </packing>
109 </child>
110 <child>
111 <object class="GtkLabel" id="label3">
112 <property name="visible">True</property>
113 <property name="can_focus">False</property>
114 <property name="label" translatable="yes" context="ldappage|label3">Maximum number of _records:</property>
115 <property name="use_underline">True</property>
116 <property name="mnemonic_widget">LDAPRowCountspinbutton</property>
117 <property name="xalign">1</property>
118 </object>
119 <packing>
120 <property name="left_attach">0</property>
121 <property name="top_attach">3</property>
122 </packing>
123 </child>
124 <child>
125 <object class="GtkSpinButton" id="LDAPRowCountspinbutton">
126 <property name="visible">True</property>
127 <property name="can_focus">True</property>
128 <property name="hexpand">True</property>
129 <property name="activates_default">True</property>
130 <property name="truncate-multiline">True</property>
131 <property name="adjustment">adjustment2</property>
132 </object>
133 <packing>
134 <property name="left_attach">1</property>
135 <property name="top_attach">3</property>
136 </packing>
137 </child>
138 </object>
139 </child>
140 <child type="label">
141 <object class="GtkLabel" id="charsetheader">
142 <property name="visible">True</property>
143 <property name="can_focus">False</property>
144 <property name="label" translatable="yes" context="ldappage|charsetheader">Connection Settings</property>
145 <attributes>
146 <attribute name="weight" value="bold"/>
147 </attributes>
148 </object>
149 </child>
150 </object>
151 <packing>
152 <property name="expand">False</property>
153 <property name="fill">True</property>
154 <property name="position">0</property>
155 </packing>
156 </child>
157 </object>
158 </interface>