1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*10544477SAndre Fischer<!--***********************************************************
3*10544477SAndre Fischer *
4*10544477SAndre Fischer * Licensed to the Apache Software Foundation (ASF) under one
5*10544477SAndre Fischer * or more contributor license agreements.  See the NOTICE file
6*10544477SAndre Fischer * distributed with this work for additional information
7*10544477SAndre Fischer * regarding copyright ownership.  The ASF licenses this file
8*10544477SAndre Fischer * to you under the Apache License, Version 2.0 (the
9*10544477SAndre Fischer * "License"); you may not use this file except in compliance
10*10544477SAndre Fischer * with the License.  You may obtain a copy of the License at
11*10544477SAndre Fischer *
12*10544477SAndre Fischer *   http://www.apache.org/licenses/LICENSE-2.0
13*10544477SAndre Fischer *
14*10544477SAndre Fischer * Unless required by applicable law or agreed to in writing,
15*10544477SAndre Fischer * software distributed under the License is distributed on an
16*10544477SAndre Fischer * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17*10544477SAndre Fischer * KIND, either express or implied.  See the License for the
18*10544477SAndre Fischer * specific language governing permissions and limitations
19*10544477SAndre Fischer * under the License.
20*10544477SAndre Fischer *
21*10544477SAndre Fischer ***********************************************************-->
22cdf0e10cSrcweir
23cdf0e10cSrcweir<dialog xmlns="http://openoffice.org/2007/layout"
24cdf0e10cSrcweir        xmlns:cnt="http://openoffice.org/2007/layout/container"
25cdf0e10cSrcweir        id="dialog" title="Paragraph" optimumsize="true"
26cdf0e10cSrcweir        has_border="true" sizeable="true" moveable="true">
27cdf0e10cSrcweir<vbox>
28cdf0e10cSrcweir	<tabcontrol>
29cdf0e10cSrcweir		<vbox cnt:title="Indents and Spacing">
30cdf0e10cSrcweir			<hbox cnt:expand="false">
31cdf0e10cSrcweir			 	<fixedtext id="FL_INDENT" label="Indent" cnt:expand="false" />
32cdf0e10cSrcweir			 	<fixedline />
33cdf0e10cSrcweir			 </hbox>
34cdf0e10cSrcweir			 <table columns="2" cnt:expand="false">
35cdf0e10cSrcweir			 	<fixedtext id="FT_LEFTINDENT" label="Before text" />
36cdf0e10cSrcweir			 	<metricfield id="ED_LEFTINDENT" spin="true" has_border="true"/>
37cdf0e10cSrcweir			 	<fixedtext id="FT_RIGHTINDENT" label="After text" />
38cdf0e10cSrcweir			 	<metricfield id="ED_RIGHTINDENT" spin="true" has_border="true"/>
39cdf0e10cSrcweir			 	<fixedtext id="FT_FLINEINDENT" label="First line" />
40cdf0e10cSrcweir			 	<metricfield id="ED_FLINEINDENT" spin="true" has_border="true" />
41cdf0e10cSrcweir			 	<checkbox id="CB_AUTO" label="Automatic" cnt:col-span="2" />
42cdf0e10cSrcweir			 </table>
43cdf0e10cSrcweir			<hbox cnt:expand="false">
44cdf0e10cSrcweir			 	<fixedtext id="FL_DIST" label="Spacing" cnt:expand="false" />
45cdf0e10cSrcweir			 	<fixedline />
46cdf0e10cSrcweir			 </hbox>
47cdf0e10cSrcweir			 <table columns="2" cnt:expand="false">
48cdf0e10cSrcweir			 	<fixedtext id="FT_TOPDIST" label="Above paragraph" />
49cdf0e10cSrcweir			 	<numericfield id="ED_TOPDIST" spin="true" has_border="true" />
50cdf0e10cSrcweir			 	<fixedtext id="FT_BOTTOMDIST" label="Below paragraph" />
51cdf0e10cSrcweir			 	<numericfield id="ED_BOTTOMDIST" spin="true" has_border="true" />
52cdf0e10cSrcweir			 </table>
53cdf0e10cSrcweir			<hbox cnt:expand="false">
54cdf0e10cSrcweir			 	<fixedtext id="FL_LINEDIST" label="Line spacing" cnt:expand="false" />
55cdf0e10cSrcweir			 	<fixedline />
56cdf0e10cSrcweir			 </hbox>
57cdf0e10cSrcweir			<hbox cnt:expand="false">
58cdf0e10cSrcweir				<listbox id="LB_LINEDIST" dropdown="true"
59cdf0e10cSrcweir					string-item-list="Single:1.5 lines:Double:Proportional"
60cdf0e10cSrcweir					cnt:expand="false"/>
61cdf0e10cSrcweir				<fixedtext id="FT_LINEDIST" label="of" cnt:expand="true" />
62cdf0e10cSrcweir				<numericfield id="ED_LINEDISTPERCENT" value="0" />
63cdf0e10cSrcweir			</hbox>
64cdf0e10cSrcweir			<hbox id="FL_REGISTER" cnt:expand="false">
65cdf0e10cSrcweir				<fixedtext label="Register-true" cnt:expand="false" />
66cdf0e10cSrcweir				<fixedline />
67cdf0e10cSrcweir			</hbox>
68cdf0e10cSrcweir		 	<checkbox id="CB_REGISTER" cnt:expand="false" label="Activate" />
69cdf0e10cSrcweir		</vbox>
70cdf0e10cSrcweir
71cdf0e10cSrcweir		<vbox cnt:title="Alignment">
72cdf0e10cSrcweir			<hbox cnt:expand="false">
73cdf0e10cSrcweir				<fixedtext id="FL_ALIGN" label="Options" cnt:expand="false" />
74cdf0e10cSrcweir				<fixedline />
75cdf0e10cSrcweir			</hbox>
76cdf0e10cSrcweir		 	<radiobutton id="BTN_LEFTALIGN" label="Left" cnt:expand="false" />
77cdf0e10cSrcweir		 	<radiobutton id="BTN_RIGHTALIGN" label="Right" cnt:expand="false" />
78cdf0e10cSrcweir		 	<radiobutton id="BTN_CENTERALIGN" label="Center" cnt:expand="false" />
79cdf0e10cSrcweir		 	<radiobutton id="BTN_JUSTIFYALIGN" label="Justify" cnt:expand="false" />
80cdf0e10cSrcweir			<hbox cnt:expand="false">
81cdf0e10cSrcweir				<fixedtext id="FL_ALIGN" label="Last line" cnt:expand="false" />
82cdf0e10cSrcweir				<listbox dropdown="true" string-item-list="Left:Centered:Justified"
83cdf0e10cSrcweir				          id="LB_LASTLINE" />
84cdf0e10cSrcweir			</hbox>
85cdf0e10cSrcweir		</vbox>
86cdf0e10cSrcweir	</tabcontrol>
87cdf0e10cSrcweir
88cdf0e10cSrcweir	<align cnt:expand="false">
89cdf0e10cSrcweir		<hbox cnt:expand="false" cnt:hfill="0" cnt:halign="1">
90cdf0e10cSrcweir			<pushbutton label="OK" />
91cdf0e10cSrcweir			<pushbutton label="Cancel" />
92cdf0e10cSrcweir			<pushbutton label="Help" />
93cdf0e10cSrcweir			<pushbutton label="Reset" />
94cdf0e10cSrcweir		</hbox>
95cdf0e10cSrcweir	</align>
96cdf0e10cSrcweir</vbox>
97cdf0e10cSrcweir</dialog>
98