xref: /trunk/main/toolkit/workben/layout/sort-options.xml (revision ef1ef8e674fabf3a541d12c6e6c14cecdfc2f9e7)
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- This is a template.  i18n translation is not performed in-place;
3     i18n translated XML files are generated from this template by
4     transex3/layout/tralay.  !-->
5
6<tabpage help-id="HID_SCPAGE_SORT_OPTIONS"
7     id="RID_SCPAGE_SORT_OPTIONS"
8     sv-look="true" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container"
9     optimumsize="true"
10         sizeable="true" moveable="true">
11    <vbox spacing="4" border="5">
12    <string id="STR_COL_LABEL" _text="Range contains column la~bels"/>
13    <string id="STR_ROW_LABEL" _text="Range contains ~row labels"/>
14    <string id="SCSTR_UNDEFINED" _text="- undefined -"/>
15    <vbox spacing="4" border="5">
16            <checkbox id="BTN_CASESENSITIVE" tabstop="true" _label="Case ~sensitive"/>
17            <checkbox id="BTN_LABEL" tabstop="true"/>
18            <checkbox id="BTN_FORMATS" tabstop="true" _label="Include ~formats"/>
19            <checkbox id="BTN_NATURALSORT" tabstop="true" _label="Enable ~natural sort"/>
20            <checkbox id="BTN_COPYRESULT" tabstop="true" _label="~Copy sort results to:"/>
21            <hbox>
22        <listbox has_border="true" dropdown="true" id="LB_OUTAREA" tabstop="true"/>
23        <edit has_border="true" disable="true" id="ED_OUTAREA" tabstop="true"/>
24            </hbox>
25            <checkbox id="BTN_SORT_USER" tabstop="true" _label="Custom sort ~order"/>
26            <listbox has_border="true" disable="true" dropdown="true" id="LB_SORT_USER" tabstop="true"/>
27            <hbox>
28        <fixedtext id="FT_LANGUAGE" _label="~Language"/>
29        <fixedtext id="FT_ALGORITHM" _label="O~ptions"/>
30            </hbox>
31            <hbox>
32        <svxlanguagebox has_border="true" dropdown="true" id="LB_LANGUAGE" sort="true" tabstop="true" _string-item-list="Default"/>
33        <listbox has_border="true" dropdown="true" id="LB_ALGORITHM" tabstop="true"/>
34            </hbox>
35            <fixedline id="FL_DIRECTION" _text="Direction"/>
36            <radiobutton id="BTN_TOP_DOWN" radiogroup="sort-options" tabstop="true" _label="~Top to bottom (sort rows)"/>
37            <radiobutton id="BTN_LEFT_RIGHT" radiogroup="sort-options" tabstop="true" _label="L~eft to right (sort columns)"/>
38    </vbox>
39    </vbox>
40</tabpage>
41