xref: /aoo4110/main/sc/source/ui/inc/sortdlg.hrc (revision b1cdbd2c)
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					// -> RID_SCDLG_SORT_WARNING
29					// -> SCSTR_NONAME
30					// -> SCSTR_UNDEFINED
31					// -> SCSTR_FIELD
32
33/*
34#define RID_SCDLG_SORT			256
35#define RID_SCPAGE_SORT_FIELDS	257
36#define RID_SCPAGE_SORT_OPTIONS	258
37#define RID_SCDLG_SORT_WARNING
38*/
39
40#define TP_FIELDS			1
41#define TP_OPTIONS			2
42
43// TP_SORT_FIELDS:
44#define FL_SORT1            1
45#define FL_SORT2            2
46#define FL_SORT3            3
47#define LB_SORT1			4
48#define LB_SORT2			5
49#define LB_SORT3			6
50#define BTN_UP1				7
51#define BTN_UP2				8
52#define BTN_UP3				9
53#define BTN_DOWN1			10
54#define BTN_DOWN2			11
55#define BTN_DOWN3			12
56
57// TP_SORT_OPTIONS:
58#define FL_DIRECTION		1
59#define LB_SORT_USER		2
60#define LB_OUTAREA			3
61#define ED_OUTAREA          4
62#define FT_AREA_LABEL       5
63//#define FT_AREA             6
64#define BTN_SORT_USER       7
65#define BTN_CASESENSITIVE   8
66#define BTN_LABEL           9
67#define BTN_FORMATS         10
68#define BTN_COPYRESULT      11
69#define BTN_TOP_DOWN        12
70#define BTN_LEFT_RIGHT      13
71#define STR_COL_LABEL       14
72#define STR_ROW_LABEL       15
73#define FT_LANGUAGE         16
74#define LB_LANGUAGE         17
75#define FT_ALGORITHM        18
76#define LB_ALGORITHM        19
77
78//#define RID_SCDLG_SORT_WARNING
79#define FT_TEXT             1
80#define FT_TIP              2
81#define BTN_EXTSORT         3
82#define BTN_CURSORT         4
83#define BTN_CANCEL          5
84
85
86
87