tdf#154285 Check upper bound of arguments in SbRtl_Minute function
[LibreOffice.git] / sc / uiconfig / scalc / ui / erroralerttabpage.ui
bloba55d472b09527f69b82577c621105f0ba662a0d8
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="GtkBox" id="ErrorAlertTabPage">
6 <property name="visible">True</property>
7 <property name="can_focus">False</property>
8 <property name="hexpand">True</property>
9 <property name="vexpand">True</property>
10 <property name="border_width">6</property>
11 <property name="orientation">vertical</property>
12 <property name="spacing">12</property>
13 <child>
14 <object class="GtkCheckButton" id="tsbshow">
15 <property name="label" translatable="yes" context="erroralerttabpage|tsbshow">Show error _message when invalid values are entered</property>
16 <property name="visible">True</property>
17 <property name="can_focus">True</property>
18 <property name="receives_default">False</property>
19 <property name="hexpand">True</property>
20 <property name="use_underline">True</property>
21 <property name="inconsistent">True</property>
22 <property name="draw_indicator">True</property>
23 <child internal-child="accessible">
24 <object class="AtkObject" id="tsbshow-atkobject">
25 <property name="AtkObject::accessible-description" translatable="yes" context="erroralerttabpage|extended_tip|tsbshow">Displays the error message that you enter in the Contents area when invalid data is entered in a cell.</property>
26 </object>
27 </child>
28 </object>
29 <packing>
30 <property name="expand">False</property>
31 <property name="fill">True</property>
32 <property name="position">0</property>
33 </packing>
34 </child>
35 <child>
36 <object class="GtkFrame" id="frame1">
37 <property name="visible">True</property>
38 <property name="can_focus">False</property>
39 <property name="hexpand">True</property>
40 <property name="vexpand">True</property>
41 <property name="label_xalign">0</property>
42 <property name="shadow_type">none</property>
43 <child>
44 <!-- n-columns=1 n-rows=1 -->
45 <object class="GtkGrid" id="grid1">
46 <property name="visible">True</property>
47 <property name="can_focus">False</property>
48 <property name="hexpand">True</property>
49 <property name="vexpand">True</property>
50 <property name="row_spacing">6</property>
51 <property name="column_spacing">12</property>
52 <property name="margin-start">12</property>
53 <property name="margin-top">6</property>
54 <child>
55 <object class="GtkLabel" id="action_label">
56 <property name="visible">True</property>
57 <property name="can_focus">False</property>
58 <property name="label" translatable="yes" context="erroralerttabpage|action_label">_Action:</property>
59 <property name="use_underline">True</property>
60 <property name="mnemonic_widget">actionCB</property>
61 <property name="xalign">0</property>
62 </object>
63 <packing>
64 <property name="left_attach">0</property>
65 <property name="top_attach">0</property>
66 </packing>
67 </child>
68 <child>
69 <object class="GtkLabel" id="title_label">
70 <property name="visible">True</property>
71 <property name="can_focus">False</property>
72 <property name="label" translatable="yes" context="erroralerttabpage|title_label">_Title:</property>
73 <property name="use_underline">True</property>
74 <property name="mnemonic_widget">erroralert_title</property>
75 <property name="xalign">0</property>
76 <property name="yalign">0</property>
77 </object>
78 <packing>
79 <property name="left_attach">0</property>
80 <property name="top_attach">1</property>
81 </packing>
82 </child>
83 <child>
84 <object class="GtkScrolledWindow" id="scrolledwindow1">
85 <property name="visible">True</property>
86 <property name="can_focus">True</property>
87 <property name="vexpand">True</property>
88 <property name="shadow_type">in</property>
89 <child>
90 <object class="GtkTextView" id="errorMsg">
91 <property name="visible">True</property>
92 <property name="can_focus">True</property>
93 <property name="vexpand">True</property>
94 <child internal-child="accessible">
95 <object class="AtkObject" id="errorMsg-atkobject">
96 <property name="AtkObject::accessible-description" translatable="yes" context="erroralerttabpage|extended_tip|errorMsg">Enter the message that you want to display when invalid data is entered in a cell.</property>
97 </object>
98 </child>
99 </object>
100 </child>
101 </object>
102 <packing>
103 <property name="left_attach">1</property>
104 <property name="top_attach">2</property>
105 <property name="width">2</property>
106 </packing>
107 </child>
108 <child>
109 <object class="GtkEntry" id="erroralert_title">
110 <property name="visible">True</property>
111 <property name="can_focus">True</property>
112 <property name="truncate-multiline">True</property>
113 <property name="activates_default">True</property>
114 </object>
115 <packing>
116 <property name="left_attach">1</property>
117 <property name="top_attach">1</property>
118 <property name="width">2</property>
119 </packing>
120 </child>
121 <child>
122 <object class="GtkLabel" id="errormsg_label">
123 <property name="visible">True</property>
124 <property name="can_focus">False</property>
125 <property name="label" translatable="yes" context="erroralerttabpage|errormsg_label">_Error message:</property>
126 <property name="use_underline">True</property>
127 <property name="mnemonic_widget">errorMsg</property>
128 <property name="xalign">0</property>
129 <property name="yalign">0</property>
130 </object>
131 <packing>
132 <property name="left_attach">0</property>
133 <property name="top_attach">2</property>
134 </packing>
135 </child>
136 <child>
137 <object class="GtkButton" id="browseBtn">
138 <property name="label" translatable="yes" context="erroralerttabpage|browseBtn">_Browse...</property>
139 <property name="visible">True</property>
140 <property name="can_focus">True</property>
141 <property name="receives_default">True</property>
142 <property name="use_underline">True</property>
143 <child internal-child="accessible">
144 <object class="AtkObject" id="browseBtn-atkobject">
145 <property name="AtkObject::accessible-description" translatable="yes" context="erroralerttabpage|extended_tip|browseBtn">Opens the Macro dialog where you can select the macro that is executed when invalid data is entered in a cell. The macro is executed after the error message is displayed.</property>
146 </object>
147 </child>
148 </object>
149 <packing>
150 <property name="left_attach">2</property>
151 <property name="top_attach">0</property>
152 </packing>
153 </child>
154 <child>
155 <object class="GtkComboBoxText" id="actionCB">
156 <property name="visible">True</property>
157 <property name="can_focus">False</property>
158 <property name="hexpand">True</property>
159 <items>
160 <item translatable="yes" context="erroralerttabpage|actionCB">Stop</item>
161 <item translatable="yes" context="erroralerttabpage|actionCB">Warning</item>
162 <item translatable="yes" context="erroralerttabpage|actionCB">Information</item>
163 <item translatable="yes" context="erroralerttabpage|actionCB">Macro</item>
164 </items>
165 <child internal-child="accessible">
166 <object class="AtkObject" id="actionCB-atkobject">
167 <property name="AtkObject::accessible-description" translatable="yes" context="erroralerttabpage|extended_tip|actionCB">Select the action that you want to occur when invalid data is entered in a cell.</property>
168 </object>
169 </child>
170 </object>
171 <packing>
172 <property name="left_attach">1</property>
173 <property name="top_attach">0</property>
174 </packing>
175 </child>
176 </object>
177 </child>
178 <child type="label">
179 <object class="GtkLabel" id="label1">
180 <property name="visible">True</property>
181 <property name="can_focus">False</property>
182 <property name="label" translatable="yes" context="erroralerttabpage|label1">Contents</property>
183 <attributes>
184 <attribute name="weight" value="bold"/>
185 </attributes>
186 </object>
187 </child>
188 </object>
189 <packing>
190 <property name="expand">False</property>
191 <property name="fill">True</property>
192 <property name="position">1</property>
193 </packing>
194 </child>
195 <child internal-child="accessible">
196 <object class="AtkObject" id="ErrorAlertTabPage-atkobject">
197 <property name="AtkObject::accessible-description" translatable="yes" context="erroralerttabpage|extended_tip|ErrorAlertTabPage">Define the error message that is displayed when invalid data is entered in a cell.</property>
198 </object>
199 </child>
200 </object>
201 </interface>