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