1 2 3<modaldialog sizeable="true" height="108" help-id="HID_DLG_WORDCOUNT" moveable="true" output-size="true" id="DLG_WORDCOUNT" sv-look="true" text="Word Count" width="170" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container"> 4 <vbox> 5 <fixedline height="8" id="FL_CURRENT" text="Current selection" width="158" x="6" y="3"/> 6 <hbox> 7 <fixedtext height="8" id="FT_CURRENTWORD" label="Words:" width="80" x="12" y="14"/> 8 <fixedtext height="8" id="FI_CURRENTWORD" right="true" width="50" x="111" y="14"/> 9 </hbox> 10 <hbox> 11 <fixedtext height="8" id="FT_CURRENTCHARACTER" label="Characters:" width="80" x="12" y="26"/> 12 <fixedtext height="8" id="FI_CURRENTCHARACTER" right="true" width="50" x="111" y="26"/> 13 </hbox> 14 <fixedline height="8" id="FL_DOC" text="Whole document" width="158" x="6" y="40"/> 15 <hbox> 16 <fixedtext height="8" id="FT_DOCWORD" label="Words:" width="80" x="12" y="51"/> 17 <fixedtext height="8" id="FI_DOCWORD" right="true" width="50" x="111" y="51"/> 18 </hbox> 19 <hbox> 20 <fixedtext height="8" id="FT_DOCCHARACTER" label="Characters:" width="80" x="12" y="63"/> 21 <fixedtext height="8" id="FI_DOCCHARACTER" right="true" width="50" x="111" y="63"/> 22 </hbox> 23 <fixedline height="8" id="FL_BOTTOM" width="158" x="6" y="77"/> 24 <hbox> 25 <okbutton defbutton="true" height="14" id="PB_OK" width="50" x="61" y="88"/> 26 <helpbutton height="14" id="PB_HELP" width="50" x="114" y="88"/> 27 </hbox> 28 </vbox> 29</modaldialog> 30