sc: fix crash in ScModelObj::initializeForTiledRendering()
[LibreOffice.git] / vcl / uiconfig / ui / printerpaperpage.ui
blobfd81b0bb3c43e15df77307bc93861a04029ed9ab
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.40.0 -->
3 <interface domain="vcl">
4 <requires lib="gtk+" version="3.20"/>
5 <!-- n-columns=2 n-rows=5 -->
6 <object class="GtkGrid" id="PrinterPaperPage">
7 <property name="visible">True</property>
8 <property name="can-focus">False</property>
9 <property name="halign">center</property>
10 <property name="hexpand">True</property>
11 <property name="vexpand">True</property>
12 <property name="border-width">6</property>
13 <property name="row-spacing">6</property>
14 <property name="column-spacing">12</property>
15 <property name="column-homogeneous">True</property>
16 <child>
17 <object class="GtkLabel" id="paperft">
18 <property name="visible">True</property>
19 <property name="can-focus">False</property>
20 <property name="label" translatable="yes" context="printerpaperpage|paperft">_Paper size:</property>
21 <property name="use-underline">True</property>
22 <property name="mnemonic-widget">paperlb</property>
23 <property name="xalign">1</property>
24 </object>
25 <packing>
26 <property name="left-attach">0</property>
27 <property name="top-attach">1</property>
28 </packing>
29 </child>
30 <child>
31 <object class="GtkLabel" id="orientft">
32 <property name="visible">True</property>
33 <property name="can-focus">False</property>
34 <property name="label" translatable="yes" context="printerpaperpage|orientft">_Orientation:</property>
35 <property name="use-underline">True</property>
36 <property name="mnemonic-widget">orientlb</property>
37 <property name="xalign">1</property>
38 </object>
39 <packing>
40 <property name="left-attach">0</property>
41 <property name="top-attach">2</property>
42 </packing>
43 </child>
44 <child>
45 <object class="GtkLabel" id="duplexft">
46 <property name="visible">True</property>
47 <property name="can-focus">False</property>
48 <property name="label" translatable="yes" context="printerpaperpage|duplexft">_Duplex:</property>
49 <property name="use-underline">True</property>
50 <property name="mnemonic-widget">duplexlb</property>
51 <property name="xalign">1</property>
52 </object>
53 <packing>
54 <property name="left-attach">0</property>
55 <property name="top-attach">3</property>
56 </packing>
57 </child>
58 <child>
59 <object class="GtkLabel" id="slotft">
60 <property name="visible">True</property>
61 <property name="can-focus">False</property>
62 <property name="label" translatable="yes" context="printerpaperpage|slotft">Paper tray:</property>
63 <property name="use-underline">True</property>
64 <property name="mnemonic-widget">slotlb</property>
65 <property name="xalign">1</property>
66 </object>
67 <packing>
68 <property name="left-attach">0</property>
69 <property name="top-attach">4</property>
70 </packing>
71 </child>
72 <child>
73 <object class="GtkComboBoxText" id="paperlb">
74 <property name="visible">True</property>
75 <property name="can-focus">False</property>
76 </object>
77 <packing>
78 <property name="left-attach">1</property>
79 <property name="top-attach">1</property>
80 </packing>
81 </child>
82 <child>
83 <object class="GtkComboBoxText" id="orientlb">
84 <property name="visible">True</property>
85 <property name="can-focus">False</property>
86 <items>
87 <item translatable="yes" context="printerpaperpage|orientlb">Portrait</item>
88 <item translatable="yes" context="printerpaperpage|orientlb">Landscape</item>
89 </items>
90 </object>
91 <packing>
92 <property name="left-attach">1</property>
93 <property name="top-attach">2</property>
94 </packing>
95 </child>
96 <child>
97 <object class="GtkComboBoxText" id="duplexlb">
98 <property name="visible">True</property>
99 <property name="can-focus">False</property>
100 </object>
101 <packing>
102 <property name="left-attach">1</property>
103 <property name="top-attach">3</property>
104 </packing>
105 </child>
106 <child>
107 <object class="GtkComboBoxText" id="slotlb">
108 <property name="visible">True</property>
109 <property name="can-focus">False</property>
110 </object>
111 <packing>
112 <property name="left-attach">1</property>
113 <property name="top-attach">4</property>
114 </packing>
115 </child>
116 <child>
117 <object class="GtkCheckButton" id="papersizefromsetup">
118 <property name="label" translatable="yes" context="printerpaperpage|papersizefromsetup">Use only paper size from printer preferences</property>
119 <property name="can-focus">True</property>
120 <property name="receives-default">False</property>
121 <property name="use-underline">True</property>
122 <property name="draw-indicator">True</property>
123 </object>
124 <packing>
125 <property name="left-attach">0</property>
126 <property name="top-attach">0</property>
127 <property name="width">2</property>
128 </packing>
129 </child>
130 </object>
131 </interface>