summaryrefslogtreecommitdiff
path: root/sw/uiconfig/layout/wordcount.xml
blob: c8f8092e3698da1c7ee2049645271c74800ed3ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<!-- This is a template.  i18n translation is not performed in-place;
     i18n translated xml files are generated from this template by
     transex3/layout/tralay.  !-->

<modaldialog xmlns="http://openoffice.org/2007/layout"
             xmlns:cnt="http://openoffice.org/2007/layout/container"
             help-id="HID_DLG_WORDCOUNT"
             id="DLG_WORDCOUNT"
             sizeable="true" moveable="true" optimumsize="true"
             has_border="true" sv-look="true" _title="Word Count">
    <vbox border="5" spacing="5">
        <fixedline id="FL_CURRENT" _text="Current selection"/>
    <hbox>
        <vbox cnt:padding="13" spacing="5">
        <hbox>
            <fixedtext id="FT_CURRENTWORD" _label="Words:"/>
            <flow cnt:padding="60"/>
            <fixedtext id="FI_CURRENTWORD" right="true" _label="0"/>
        </hbox>
        <hbox>
            <fixedtext id="FT_CURRENTCHARACTER" _label="Characters:"/>
            <flow cnt:padding="60"/>
            <fixedtext id="FI_CURRENTCHARACTER" right="true" _label="00"/>
        </hbox>
        </vbox>
    </hbox>
    <!-- if we could do cnt:cnt:padding="-13" here, we would not have to close
         and reope the hbox/vbox thing !-->
        <fixedline id="FL_DOC" _text="Whole document"/>
    <hbox>
        <vbox cnt:padding="13" spacing="5">
        <hbox>
            <fixedtext id="FT_DOCWORD" _label="Words:"/>
            <fixedtext id="FI_DOCWORD" right="true" _label="000"/>
        </hbox>
        <hbox>
            <fixedtext id="FT_DOCCHARACTER" _label="Characters:"/>
            <fixedtext id="FI_DOCCHARACTER" right="true" _label="0000"/>
        </hbox>
        </vbox>
    </hbox>
        <fixedline cnt:padding="1" id="FL_BOTTOM"/>
    <dialogbuttonhbox spacing="5">
            <flow/>
            <okbutton id="PB_OK"/>
            <helpbutton id="PB_HELP"/>
        </dialogbuttonhbox>
    </vbox>
</modaldialog>