xref: /AOO41X/main/svx/uiconfig/layout/zoom.xml (revision 83137a03adbb58b5b3bdafefefa1e93de35e0011)
1<?xml version="1.0" encoding="UTF-8"?>
2<!--***********************************************************
3 *
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements.  See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership.  The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the
9 * "License"); you may not use this file except in compliance
10 * with the License.  You may obtain a copy of the License at
11 *
12 *   http://www.apache.org/licenses/LICENSE-2.0
13 *
14 * Unless required by applicable law or agreed to in writing,
15 * software distributed under the License is distributed on an
16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17 * KIND, either express or implied.  See the License for the
18 * specific language governing permissions and limitations
19 * under the License.
20 *
21 ***********************************************************-->
22<!-- This is a template.  i18n translation is not performed in-place;
23     i18n translated xml files are generated from this template by
24     transex3/layout/tralay.  !-->
25
26<modaldialog xmlns="http://openoffice.org/2007/layout"
27             xmlns:cnt="http://openoffice.org/2007/layout/container"
28             id="RID_SVXDLG_ZOOM" _title="Zoom &amp; View Layout" optimumsize="true"
29         help-id="SID_ATTR_ZOOM"
30             has_border="true" sizeable="true" moveable="true">
31    <vbox spacing="5" border="5">
32    <hbox spacing="0" border="0">
33        <vbox spacing="5" border="5">
34        <fixedline id="FL_ZOOM" _text="Zoom factor" cnt:expand="true"/>
35        <radiobutton radiogroup="zoom" id="BTN_OPTIMAL"   _label="Optimal"/>
36        <radiobutton radiogroup="zoom" id="BTN_WHOLE_PAGE" _label="Whole Page"/>
37        <radiobutton radiogroup="zoom" id="BTN_PAGE_WIDTH" _label="Page Width"/>
38        <radiobutton radiogroup="zoom" id="BTN_100"   _label="100 %"/>
39        <hbox cnt:expand="false" cnt:fill="true">
40            <align cnt:expand="false" cnt:fill="true">
41            <radiobutton cnt:v-align="0.5" cnt:v-fill="0" radiogroup="zoom" id="BTN_USER" _label="Variable"/>
42            </align>
43            <flow cnt:padding="10" cnt:expand="false"/>
44            <metricfield id="ED_USER" value-step="1"
45                 repeat="true" has_border="true" spin="true"
46                 _text="100%" unit="11" custom-unit-text="%"
47                 right="true"
48                 cnt:expand="false"/>
49        </hbox>
50        </vbox>
51        <vbox spacing="5" border="5">
52        <fixedline id="FL_VIEWLAYOUT" _text="View layout" cnt:expand="true"/>
53        <radiobutton radiogroup="zoom" id="BTN_AUTOMATIC" _label="~Automatic"/>
54        <radiobutton radiogroup="zoom" id="BTN_SINGLE"    _label="~Single page"/>
55        <hbox cnt:expand="false" cnt:fill="true">
56            <align cnt:expand="false" cnt:fill="true">
57            <radiobutton cnt:v-align="0.5" cnt:v-fill="0" radiogroup="zoom" id="BTN_COLUMNS" _label="~Columns"/>
58            </align>
59            <flow cnt:padding="10" cnt:expand="false"/>
60            <metricfield id="ED_COLUMNS" value-step="1"
61                 repeat="true" has_border="true" spin="true"
62                 _text="100%"
63                 right="true"
64                 spin-value-min="1"
65                 spin-value="1"
66                 cnt:expand="false"/>
67        </hbox>
68        <hbox><flow cnt:expand="false" cnt:padding="10"/><checkbox id="CHK_BOOK" _label="~Book mode"/></hbox>
69        </vbox>
70    </hbox>
71    <fixedline cnt:padding="1" id="FL_BOTTOM"/>
72    <dialogbuttonhbox border="5" spacing="5">
73        <flow/>
74        <okbutton     id="BTN_ZOOM_OK"/>
75        <cancelbutton id="BTN_ZOOM_CANCEL"/>
76        <helpbutton   id="BTN_ZOOM_HELP"/>
77    </dialogbuttonhbox>
78    </vbox>
79</modaldialog>
80