1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2*cdf0e10cSrcweir 3*cdf0e10cSrcweir<modaldialog xmlns="http://openoffice.org/2007/layout" 4*cdf0e10cSrcweir xmlns:cnt="http://openoffice.org/2007/layout/container" 5*cdf0e10cSrcweir id="dialog" title="Dialog Button Ordering" optimumsize="true" 6*cdf0e10cSrcweir has_border="true" sizeable="true" moveable="true"> 7*cdf0e10cSrcweir <vbox border="5" spacing="5"> 8*cdf0e10cSrcweir <fixedline text="Platform default"/> 9*cdf0e10cSrcweir <dialogbuttonhbox border="5" spacing="5"> 10*cdf0e10cSrcweir <flow/> 11*cdf0e10cSrcweir <okbutton/> 12*cdf0e10cSrcweir <cancelbutton/> 13*cdf0e10cSrcweir <helpbutton/> 14*cdf0e10cSrcweir <nobutton label="~Alternate"/> 15*cdf0e10cSrcweir <resetbutton/> 16*cdf0e10cSrcweir </dialogbuttonhbox> 17*cdf0e10cSrcweir <fixedline text="GNOME"/> 18*cdf0e10cSrcweir <dialogbuttonhbox border="5" spacing="5" ordering="gnome"> 19*cdf0e10cSrcweir <flow/> 20*cdf0e10cSrcweir <okbutton/> 21*cdf0e10cSrcweir <cancelbutton/> 22*cdf0e10cSrcweir <helpbutton/> 23*cdf0e10cSrcweir <nobutton label="~Alternate"/> 24*cdf0e10cSrcweir <resetbutton/> 25*cdf0e10cSrcweir </dialogbuttonhbox> 26*cdf0e10cSrcweir <fixedline text="KDE"/> 27*cdf0e10cSrcweir <dialogbuttonhbox border="5" spacing="5" ordering="kde"> 28*cdf0e10cSrcweir <flow/> 29*cdf0e10cSrcweir <okbutton/> 30*cdf0e10cSrcweir <cancelbutton/> 31*cdf0e10cSrcweir <helpbutton/> 32*cdf0e10cSrcweir <nobutton label="~Alternate"/> 33*cdf0e10cSrcweir <resetbutton/> 34*cdf0e10cSrcweir </dialogbuttonhbox> 35*cdf0e10cSrcweir <fixedline text="MacOS"/> 36*cdf0e10cSrcweir <dialogbuttonhbox border="5" spacing="5" ordering="macos"> 37*cdf0e10cSrcweir <flow/> 38*cdf0e10cSrcweir <okbutton/> 39*cdf0e10cSrcweir <cancelbutton/> 40*cdf0e10cSrcweir <helpbutton/> 41*cdf0e10cSrcweir <nobutton label="~Alternate"/> 42*cdf0e10cSrcweir <resetbutton/> 43*cdf0e10cSrcweir </dialogbuttonhbox> 44*cdf0e10cSrcweir <fixedline text="Windows"/> 45*cdf0e10cSrcweir <dialogbuttonhbox border="5" spacing="5" ordering="windows"> 46*cdf0e10cSrcweir <flow/> 47*cdf0e10cSrcweir <okbutton/> 48*cdf0e10cSrcweir <cancelbutton/> 49*cdf0e10cSrcweir <helpbutton/> 50*cdf0e10cSrcweir <nobutton label="~Alternate"/> 51*cdf0e10cSrcweir <resetbutton/> 52*cdf0e10cSrcweir </dialogbuttonhbox> 53*cdf0e10cSrcweir </vbox> 54*cdf0e10cSrcweir</modaldialog> 55