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             title="Interactable Containers" optimumsize="true"
6*cdf0e10cSrcweir             has_border="true" sizeable="true" moveable="true">
7*cdf0e10cSrcweir	<vbox>
8*cdf0e10cSrcweir			<table columns="3" cnt:title="Page 1">
9*cdf0e10cSrcweir				<pushbutton cnt:x-expand="false" cnt:row-span="2" label="1,1" />
10*cdf0e10cSrcweir				<pushbutton cnt:y-expand="false" label="1,2" />
11*cdf0e10cSrcweir				<pushbutton cnt:y-expand="false" label="1,3" />
12*cdf0e10cSrcweir				<pushbutton cnt:col-span="2" label="2,1" />
13*cdf0e10cSrcweir			</table>
14*cdf0e10cSrcweir		<flow>
15*cdf0e10cSrcweir			<pushbutton label="label" />
16*cdf0e10cSrcweir			<pushbutton label="label" />
17*cdf0e10cSrcweir			<pushbutton label="label" />
18*cdf0e10cSrcweir			<table columns="3" cnt:title="Page 1">
19*cdf0e10cSrcweir				<pushbutton cnt:x-expand="false" cnt:row-span="2" label="1,1" />
20*cdf0e10cSrcweir				<pushbutton cnt:y-expand="false" label="1,2" />
21*cdf0e10cSrcweir				<pushbutton cnt:y-expand="false" label="1,3" />
22*cdf0e10cSrcweir				<pushbutton cnt:col-span="2" label="2,1" />
23*cdf0e10cSrcweir			</table>
24*cdf0e10cSrcweir			<pushbutton label="label" />
25*cdf0e10cSrcweir			<pushbutton label="label" />
26*cdf0e10cSrcweir			<pushbutton label="label" />
27*cdf0e10cSrcweir			<pushbutton label="label" />
28*cdf0e10cSrcweir			<pushbutton label="label" />
29*cdf0e10cSrcweir		</flow>
30*cdf0e10cSrcweir		<hbox cnt:expand="false">
31*cdf0e10cSrcweir			<align>
32*cdf0e10cSrcweir				<okbutton cnt:hfill="0" cnt:halign="0" />
33*cdf0e10cSrcweir			</align>
34*cdf0e10cSrcweir			<align>
35*cdf0e10cSrcweir				<okbutton cnt:hfill="0" cnt:halign="0.3" />
36*cdf0e10cSrcweir			</align>
37*cdf0e10cSrcweir			<align>
38*cdf0e10cSrcweir				<okbutton cnt:hfill="0" cnt:halign="0.5" />
39*cdf0e10cSrcweir			</align>
40*cdf0e10cSrcweir			<align>
41*cdf0e10cSrcweir				<okbutton cnt:hfill="0" cnt:halign="0.7" />
42*cdf0e10cSrcweir			</align>
43*cdf0e10cSrcweir			<align>
44*cdf0e10cSrcweir				<okbutton cnt:hfill="0" cnt:halign="1" />
45*cdf0e10cSrcweir			</align>
46*cdf0e10cSrcweir		</hbox>
47*cdf0e10cSrcweir	</vbox>
48*cdf0e10cSrcweir</dialog>
49