1cdf0e10cSrcweir 2cdf0e10cSrcweir 3cdf0e10cSrcweir<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*10544477SAndre Fischer<!--*********************************************************** 5*10544477SAndre Fischer * 6*10544477SAndre Fischer * Licensed to the Apache Software Foundation (ASF) under one 7*10544477SAndre Fischer * or more contributor license agreements. See the NOTICE file 8*10544477SAndre Fischer * distributed with this work for additional information 9*10544477SAndre Fischer * regarding copyright ownership. The ASF licenses this file 10*10544477SAndre Fischer * to you under the Apache License, Version 2.0 (the 11*10544477SAndre Fischer * "License"); you may not use this file except in compliance 12*10544477SAndre Fischer * with the License. You may obtain a copy of the License at 13*10544477SAndre Fischer * 14*10544477SAndre Fischer * http://www.apache.org/licenses/LICENSE-2.0 15*10544477SAndre Fischer * 16*10544477SAndre Fischer * Unless required by applicable law or agreed to in writing, 17*10544477SAndre Fischer * software distributed under the License is distributed on an 18*10544477SAndre Fischer * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 19*10544477SAndre Fischer * KIND, either express or implied. See the License for the 20*10544477SAndre Fischer * specific language governing permissions and limitations 21*10544477SAndre Fischer * under the License. 22*10544477SAndre Fischer * 23*10544477SAndre Fischer ***********************************************************--> 24cdf0e10cSrcweir <vbox> 25cdf0e10cSrcweir <fixedline height="8" id="FL_CURRENT" text="Current selection" width="158" x="6" y="3"/> 26cdf0e10cSrcweir <hbox> 27cdf0e10cSrcweir <fixedtext height="8" id="FT_CURRENTWORD" label="Words:" width="80" x="12" y="14"/> 28cdf0e10cSrcweir <fixedtext height="8" id="FI_CURRENTWORD" right="true" width="50" x="111" y="14"/> 29cdf0e10cSrcweir </hbox> 30cdf0e10cSrcweir <hbox> 31cdf0e10cSrcweir <fixedtext height="8" id="FT_CURRENTCHARACTER" label="Characters:" width="80" x="12" y="26"/> 32cdf0e10cSrcweir <fixedtext height="8" id="FI_CURRENTCHARACTER" right="true" width="50" x="111" y="26"/> 33cdf0e10cSrcweir </hbox> 34cdf0e10cSrcweir <fixedline height="8" id="FL_DOC" text="Whole document" width="158" x="6" y="40"/> 35cdf0e10cSrcweir <hbox> 36cdf0e10cSrcweir <fixedtext height="8" id="FT_DOCWORD" label="Words:" width="80" x="12" y="51"/> 37cdf0e10cSrcweir <fixedtext height="8" id="FI_DOCWORD" right="true" width="50" x="111" y="51"/> 38cdf0e10cSrcweir </hbox> 39cdf0e10cSrcweir <hbox> 40cdf0e10cSrcweir <fixedtext height="8" id="FT_DOCCHARACTER" label="Characters:" width="80" x="12" y="63"/> 41cdf0e10cSrcweir <fixedtext height="8" id="FI_DOCCHARACTER" right="true" width="50" x="111" y="63"/> 42cdf0e10cSrcweir </hbox> 43cdf0e10cSrcweir <fixedline height="8" id="FL_BOTTOM" width="158" x="6" y="77"/> 44cdf0e10cSrcweir <hbox> 45cdf0e10cSrcweir <okbutton defbutton="true" height="14" id="PB_OK" width="50" x="61" y="88"/> 46cdf0e10cSrcweir <helpbutton height="14" id="PB_HELP" width="50" x="114" y="88"/> 47cdf0e10cSrcweir </hbox> 48cdf0e10cSrcweir </vbox> 49cdf0e10cSrcweir</modaldialog> 50