1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*cdf0e10cSrcweir
3*cdf0e10cSrcweir<dialog xmlns="http://openoffice.org/2007/layout"
4*cdf0e10cSrcweir        xmlns:cnt="http://openoffice.org/2007/layout/container"
5*cdf0e10cSrcweir        id="dialog" title="Paragraph" optimumsize="true"
6*cdf0e10cSrcweir        has_border="true" sizeable="true" moveable="true">
7*cdf0e10cSrcweir<vbox>
8*cdf0e10cSrcweir	<tabcontrol>
9*cdf0e10cSrcweir		<vbox cnt:title="Indents and Spacing">
10*cdf0e10cSrcweir			<hbox cnt:expand="false">
11*cdf0e10cSrcweir			 	<fixedtext id="FL_INDENT" label="Indent" cnt:expand="false" />
12*cdf0e10cSrcweir			 	<fixedline />
13*cdf0e10cSrcweir			 </hbox>
14*cdf0e10cSrcweir			 <table columns="2" cnt:expand="false">
15*cdf0e10cSrcweir			 	<fixedtext id="FT_LEFTINDENT" label="Before text" />
16*cdf0e10cSrcweir			 	<metricfield id="ED_LEFTINDENT" spin="true" has_border="true"/>
17*cdf0e10cSrcweir			 	<fixedtext id="FT_RIGHTINDENT" label="After text" />
18*cdf0e10cSrcweir			 	<metricfield id="ED_RIGHTINDENT" spin="true" has_border="true"/>
19*cdf0e10cSrcweir			 	<fixedtext id="FT_FLINEINDENT" label="First line" />
20*cdf0e10cSrcweir			 	<metricfield id="ED_FLINEINDENT" spin="true" has_border="true" />
21*cdf0e10cSrcweir			 	<checkbox id="CB_AUTO" label="Automatic" cnt:col-span="2" />
22*cdf0e10cSrcweir			 </table>
23*cdf0e10cSrcweir			<hbox cnt:expand="false">
24*cdf0e10cSrcweir			 	<fixedtext id="FL_DIST" label="Spacing" cnt:expand="false" />
25*cdf0e10cSrcweir			 	<fixedline />
26*cdf0e10cSrcweir			 </hbox>
27*cdf0e10cSrcweir			 <table columns="2" cnt:expand="false">
28*cdf0e10cSrcweir			 	<fixedtext id="FT_TOPDIST" label="Above paragraph" />
29*cdf0e10cSrcweir			 	<numericfield id="ED_TOPDIST" spin="true" has_border="true" />
30*cdf0e10cSrcweir			 	<fixedtext id="FT_BOTTOMDIST" label="Below paragraph" />
31*cdf0e10cSrcweir			 	<numericfield id="ED_BOTTOMDIST" spin="true" has_border="true" />
32*cdf0e10cSrcweir			 </table>
33*cdf0e10cSrcweir			<hbox cnt:expand="false">
34*cdf0e10cSrcweir			 	<fixedtext id="FL_LINEDIST" label="Line spacing" cnt:expand="false" />
35*cdf0e10cSrcweir			 	<fixedline />
36*cdf0e10cSrcweir			 </hbox>
37*cdf0e10cSrcweir			<hbox cnt:expand="false">
38*cdf0e10cSrcweir				<listbox id="LB_LINEDIST" dropdown="true"
39*cdf0e10cSrcweir					string-item-list="Single:1.5 lines:Double:Proportional"
40*cdf0e10cSrcweir					cnt:expand="false"/>
41*cdf0e10cSrcweir				<fixedtext id="FT_LINEDIST" label="of" cnt:expand="true" />
42*cdf0e10cSrcweir				<numericfield id="ED_LINEDISTPERCENT" value="0" />
43*cdf0e10cSrcweir			</hbox>
44*cdf0e10cSrcweir			<hbox id="FL_REGISTER" cnt:expand="false">
45*cdf0e10cSrcweir				<fixedtext label="Register-true" cnt:expand="false" />
46*cdf0e10cSrcweir				<fixedline />
47*cdf0e10cSrcweir			</hbox>
48*cdf0e10cSrcweir		 	<checkbox id="CB_REGISTER" cnt:expand="false" label="Activate" />
49*cdf0e10cSrcweir		</vbox>
50*cdf0e10cSrcweir
51*cdf0e10cSrcweir		<vbox cnt:title="Alignment">
52*cdf0e10cSrcweir			<hbox cnt:expand="false">
53*cdf0e10cSrcweir				<fixedtext id="FL_ALIGN" label="Options" cnt:expand="false" />
54*cdf0e10cSrcweir				<fixedline />
55*cdf0e10cSrcweir			</hbox>
56*cdf0e10cSrcweir		 	<radiobutton id="BTN_LEFTALIGN" label="Left" cnt:expand="false" />
57*cdf0e10cSrcweir		 	<radiobutton id="BTN_RIGHTALIGN" label="Right" cnt:expand="false" />
58*cdf0e10cSrcweir		 	<radiobutton id="BTN_CENTERALIGN" label="Center" cnt:expand="false" />
59*cdf0e10cSrcweir		 	<radiobutton id="BTN_JUSTIFYALIGN" label="Justify" cnt:expand="false" />
60*cdf0e10cSrcweir			<hbox cnt:expand="false">
61*cdf0e10cSrcweir				<fixedtext id="FL_ALIGN" label="Last line" cnt:expand="false" />
62*cdf0e10cSrcweir				<listbox dropdown="true" string-item-list="Left:Centered:Justified"
63*cdf0e10cSrcweir				          id="LB_LASTLINE" />
64*cdf0e10cSrcweir			</hbox>
65*cdf0e10cSrcweir		</vbox>
66*cdf0e10cSrcweir	</tabcontrol>
67*cdf0e10cSrcweir
68*cdf0e10cSrcweir	<align cnt:expand="false">
69*cdf0e10cSrcweir		<hbox cnt:expand="false" cnt:hfill="0" cnt:halign="1">
70*cdf0e10cSrcweir			<pushbutton label="OK" />
71*cdf0e10cSrcweir			<pushbutton label="Cancel" />
72*cdf0e10cSrcweir			<pushbutton label="Help" />
73*cdf0e10cSrcweir			<pushbutton label="Reset" />
74*cdf0e10cSrcweir		</hbox>
75*cdf0e10cSrcweir	</align>
76*cdf0e10cSrcweir</vbox>
77*cdf0e10cSrcweir</dialog>
78