merged tag ooo/DEV300_m102
[LibreOffice.git] / toolkit / workben / layout / table.xml
blob673bd85ddab3e158adbb3e6390bb02da6c6964c2
1 <?xml version="1.0" encoding="UTF-8"?>
3 <dialog xmlns="http://openoffice.org/2007/layout"
4              xmlns:cnt="http://openoffice.org/2007/layout/container"
5              title="Table Test" optimumsize="true"
6              has_border="true" sizeable="true" moveable="true">
7     <table columns="3">
8         <!-- row 0 -->
9         <pushbutton cnt:x-expand="false" cnt:row-span="2" label="1,1" />
10         <pushbutton cnt:y-expand="false" label="1,2" />
11         <pushbutton cnt:y-expand="false" label="1,3" />
12         <!-- row 1 -->
13         <pushbutton cnt:col-span="2" label="2,1" />
14     </table>
15 </dialog>