1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24
25#include "sc.hrc"   // -> RID_SCDLG_SORT
26					// -> RID_SCPAGE_SORT_FIELDS
27					// -> RID_SCPAGE_SORT_OPTIONS
28					// -> SCSTR_NONAME
29					// -> SCSTR_UNDEFINED
30					// -> SCSTR_FIELD
31
32/*
33#define RID_SCDLG_SORT			256
34#define RID_SCPAGE_SORT_FIELDS	257
35#define RID_SCPAGE_SORT_OPTIONS	258
36*/
37
38#define TP_FIELDS			1
39#define TP_OPTIONS			2
40
41// TP_SORT_FIELDS:
42#define FL_SORT1            1
43#define FL_SORT2            2
44#define FL_SORT3            3
45#define LB_SORT1			4
46#define LB_SORT2			5
47#define LB_SORT3			6
48#define BTN_UP1				7
49#define BTN_UP2				8
50#define BTN_UP3				9
51#define BTN_DOWN1			10
52#define BTN_DOWN2			11
53#define BTN_DOWN3			12
54
55// TP_SORT_OPTIONS:
56#define FL_DIRECTION		1
57#define LB_SORT_USER		2
58#define LB_OUTAREA			3
59#define ED_OUTAREA          4
60//#define FT_AREA_LABEL       5
61//#define FT_AREA             6
62#define BTN_SORT_USER       7
63#define BTN_CASESENSITIVE   8
64#define BTN_LABEL           9
65#define BTN_FORMATS         10
66#define BTN_COPYRESULT      11
67#define BTN_TOP_DOWN        12
68#define BTN_LEFT_RIGHT      13
69#define STR_COL_LABEL       14
70#define STR_ROW_LABEL       15
71#define FT_LANGUAGE         16
72#define LB_LANGUAGE         17
73#define FT_ALGORITHM        18
74#define LB_ALGORITHM        19
75#define	BTN_NATURALSORT		20
76
77
78
79
80