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">
11 <vbox spacing="5" border="5">
12 <hbox spacing="0" border="0">
13 <vbox spacing="5" border="5">
14 <fixedline id="FL_ZOOM" _text="Zoom factor" cnt:expand="true"/>
15 <radiobutton radiogroup="zoom" id="BTN_OPTIMAL" _label="Optimal"/>
16 <radiobutton radiogroup="zoom" id="BTN_WHOLE_PAGE" _label="Whole Page"/>
17 <radiobutton radiogroup="zoom" id="BTN_PAGE_WIDTH" _label="Page Width"/>
18 <radiobutton radiogroup="zoom" 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" id="BTN_USER" _label="Variable"/>
23 <flow cnt:padding="10" 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="%"
31 <vbox spacing="5" border="5">
32 <fixedline id="FL_VIEWLAYOUT" _text="View layout" cnt:expand="true"/>
33 <radiobutton radiogroup="zoom" id="BTN_AUTOMATIC" _label="~Automatic"/>
34 <radiobutton radiogroup="zoom" id="BTN_SINGLE" _label="~Single page"/>
35 <hbox cnt:expand="false" cnt:fill="true">
36 <align cnt:expand="false" cnt:fill="true">
37 <radiobutton cnt:v-align="0.5" cnt:v-fill="0" radiogroup="zoom" id="BTN_COLUMNS" _label="~Columns"/>
39 <flow cnt:padding="10" cnt:expand="false"/>
40 <metricfield id="ED_COLUMNS" value-step="1"
41 repeat="true" has_border="true" spin="true"
48 <hbox><flow cnt:expand="false" cnt:padding="10"/><checkbox id="CHK_BOOK" _label="~Book mode"/></hbox>
51 <fixedline cnt:padding="1" id="FL_BOTTOM"/>
52 <dialogbuttonhbox border="5" spacing="5">
54 <okbutton id="BTN_ZOOM_OK"/>
55 <cancelbutton id="BTN_ZOOM_CANCEL"/>
56 <helpbutton id="BTN_ZOOM_HELP"/>