1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This is a template. i18n translation is not performed in-place;
3 i18n translated xml files are generated from this template by
4 transex3/layout/tralay. !-->
6 <modaldialog xmlns="http://openoffice.org/2007/layout"
7 xmlns:cnt="http://openoffice.org/2007/layout/container"
8 id="RID_SVXDLG_ZOOM" _title="Zoom & View Layout" optimumsize="true"
9 help-id="SID_ATTR_ZOOM"
10 has_border="true" sizeable="true" moveable="true" closeable="true">
11 <vbox spacing="0" border="12">
12 <hbox spacing="0" border="0">
13 <vbox spacing="6" border="0">
14 <fixedline id="FL_ZOOM" _text="Zoom factor" cnt:expand="false"/>
15 <radiobutton radiogroup="zoom-factor" id="BTN_OPTIMAL" _label="Optimal"/>
16 <radiobutton radiogroup="zoom-factor" id="BTN_WHOLE_PAGE" _label="Whole Page"/>
17 <radiobutton radiogroup="zoom-factor" id="BTN_PAGE_WIDTH" _label="Page Width"/>
18 <radiobutton radiogroup="zoom-factor" id="BTN_100" _label="100 %"/>
19 <hbox cnt:expand="false" cnt:fill="true">
20 <align cnt:expand="false" cnt:fill="true">
21 <radiobutton cnt:v-align="0.5" cnt:v-fill="0" radiogroup="zoom-factor" id="BTN_USER" _label="Variable"/>
23 <flow cnt:padding="12" cnt:expand="false"/>
24 <metricfield id="ED_USER" value-step="1"
25 repeat="true" has_border="true" spin="true"
26 _text="100%" unit="11" custom-unit-text="%"
32 <vbox spacing="6" border="0">
33 <fixedline id="FL_VIEWLAYOUT" _text="View layout" cnt:expand="false"/>
34 <radiobutton radiogroup="zoom-layout" id="BTN_AUTOMATIC" _label="~Automatic"/>
35 <radiobutton radiogroup="zoom-layout" id="BTN_SINGLE" _label="~Single page"/>
36 <hbox cnt:expand="false" cnt:fill="true">
37 <align cnt:expand="false" cnt:fill="true">
38 <radiobutton cnt:v-align="0.5" cnt:v-fill="0" radiogroup="zoom-layout" id="BTN_COLUMNS" _label="~Columns"/>
40 <flow cnt:padding="12" cnt:expand="false"/>
41 <metricfield id="ED_COLUMNS" value-step="1"
42 repeat="true" has_border="true" spin="true"
49 <hbox><flow cnt:expand="false" cnt:padding="12"/><checkbox id="CHK_BOOK" _label="~Book mode"/></hbox>
52 <fixedline cnt:padding="6" id="FL_BOTTOM"/>
53 <dialogbuttonhbox border="0" spacing="12">
55 <okbutton defbutton="true" id="BTN_ZOOM_OK"/>
56 <cancelbutton id="BTN_ZOOM_CANCEL"/>
57 <helpbutton id="BTN_ZOOM_HELP"/>