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