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