1<?xml version="1.0" encoding="UTF-8"?>
2<!--***********************************************************
3 *
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements.  See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership.  The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the
9 * "License"); you may not use this file except in compliance
10 * with the License.  You may obtain a copy of the License at
11 *
12 *   http://www.apache.org/licenses/LICENSE-2.0
13 *
14 * Unless required by applicable law or agreed to in writing,
15 * software distributed under the License is distributed on an
16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17 * KIND, either express or implied.  See the License for the
18 * specific language governing permissions and limitations
19 * under the License.
20 *
21 ***********************************************************-->
22<!-- This is a template.  i18n translation is not performed in-place;
23     i18n translated XML files are generated from this template by
24     transex3/layout/tralay.  !-->
25
26<tabpage help-id="HID_SCPAGE_SORT_FIELDS" hide="true" id="RID_SCPAGE_SORT_FIELDS" sv-look="true" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container">
27    <vbox>
28        <fixedline id="FL_SORT1" text="Sort ~by"/>
29        <radiobutton id="BTN_UP1" tabstop="true" label="~Ascending"/>
30        <listbox has_border="true" dropdown="true" id="LB_SORT1" tabstop="true"/>
31        <radiobutton id="BTN_DOWN1" tabstop="true" label="~Descending"/>
32        <fixedline id="FL_SORT2" text="Then b~y"/>
33        <radiobutton id="BTN_UP2" tabstop="true" label="A~scending"/>
34        <listbox has_border="true" dropdown="true" id="LB_SORT2" tabstop="true"/>
35        <radiobutton id="BTN_DOWN2" tabstop="true" label="D~escending"/>
36        <fixedline id="FL_SORT3" text="T~hen by"/>
37        <radiobutton id="BTN_UP3" tabstop="true" label="As~cending"/>
38        <listbox has_border="true" dropdown="true" id="LB_SORT3" tabstop="true"/>
39        <radiobutton id="BTN_DOWN3" tabstop="true" label="Desce~nding"/>
40    </vbox>
41</tabpage>
42<tabpage help-id="HID_SCPAGE_SORT_OPTIONS" hide="true" id="RID_SCPAGE_SORT_OPTIONS" sv-look="true" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container">
43    <string id="STR_COL_LABEL" text="Range contains column la~bels"/>
44    <string id="STR_ROW_LABEL" text="Range contains ~row labels"/>
45    <vbox>
46        <checkbox id="BTN_CASESENSITIVE" tabstop="true" label="Case ~sensitive"/>
47        <checkbox id="BTN_LABEL" tabstop="true"/>
48        <checkbox id="BTN_FORMATS" tabstop="true" label="Include ~formats"/>
49        <checkbox id="BTN_NATURALSORT" tabstop="true" label=" "/>
50        <checkbox id="BTN_COPYRESULT" tabstop="true" label="~Copy sort results to:"/>
51        <hbox>
52            <listbox has_border="true" dropdown="true" id="LB_OUTAREA" tabstop="true"/>
53            <edit has_border="true" disable="true" id="ED_OUTAREA" tabstop="true"/>
54        </hbox>
55        <checkbox id="BTN_SORT_USER" tabstop="true" label="Custom sort ~order"/>
56        <listbox has_border="true" disable="true" dropdown="true" id="LB_SORT_USER" tabstop="true"/>
57        <hbox>
58            <fixedtext id="FT_LANGUAGE" label="~Language"/>
59            <fixedtext id="FT_ALGORITHM" label="O~ptions"/>
60        </hbox>
61        <hbox>
62            <listbox has_border="true" dropdown="true" id="LB_LANGUAGE" sort="true" tabstop="true"/>
63            <listbox has_border="true" dropdown="true" id="LB_ALGORITHM" tabstop="true"/>
64        </hbox>
65        <fixedline id="FL_DIRECTION" text="Direction"/>
66        <radiobutton id="BTN_TOP_DOWN" tabstop="true" label="~Top to bottom (sort rows)"/>
67        <radiobutton id="BTN_LEFT_RIGHT" tabstop="true" label="L~eft to right (sort columns)"/>
68    </vbox>
69</tabpage>
70<tabdialog closeable="false" moveable="true" output-size="true" id="RID_SCDLG_SORT" sv-look="true" text="Sort" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container">
71    <vbox>
72        <tabcontrol output-size="true" id="1">
73            <pagelist>
74                <pageitem identifier="TP_FIELDS" page-res-id="TP_FIELDS" text="Sort Criteria"/>
75                <pageitem identifier="TP_OPTIONS" page-res-id="TP_OPTIONS" text="Options"/>
76            </pagelist>
77        </tabcontrol>
78        <hbox>
79            <okbutton defbutton="true" id="1" tabstop="true"/>
80            <cancelbutton id="1" tabstop="true"/>
81            <helpbutton id="1" tabstop="true"/>
82            <pushbutton id="1" tabstop="true"/>
83        </hbox>
84    </vbox>
85</tabdialog>
86