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