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 border="true" sizeable="true" moveable="true"> 7*cdf0e10cSrcweir <hbox> 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 </hbox> 15*cdf0e10cSrcweir</dialog> 16