xref: /aoo41x/main/sc/source/ui/inc/sortdlg.hrc (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28
29#include "sc.hrc"   // -> RID_SCDLG_SORT
30					// -> RID_SCPAGE_SORT_FIELDS
31					// -> RID_SCPAGE_SORT_OPTIONS
32					// -> RID_SCDLG_SORT_WARNING
33					// -> SCSTR_NONAME
34					// -> SCSTR_UNDEFINED
35					// -> SCSTR_FIELD
36
37/*
38#define RID_SCDLG_SORT			256
39#define RID_SCPAGE_SORT_FIELDS	257
40#define RID_SCPAGE_SORT_OPTIONS	258
41#define RID_SCDLG_SORT_WARNING
42*/
43
44#define TP_FIELDS			1
45#define TP_OPTIONS			2
46
47// TP_SORT_FIELDS:
48#define FL_SORT1            1
49#define FL_SORT2            2
50#define FL_SORT3            3
51#define LB_SORT1			4
52#define LB_SORT2			5
53#define LB_SORT3			6
54#define BTN_UP1				7
55#define BTN_UP2				8
56#define BTN_UP3				9
57#define BTN_DOWN1			10
58#define BTN_DOWN2			11
59#define BTN_DOWN3			12
60
61// TP_SORT_OPTIONS:
62#define FL_DIRECTION		1
63#define LB_SORT_USER		2
64#define LB_OUTAREA			3
65#define ED_OUTAREA          4
66#define FT_AREA_LABEL       5
67//#define FT_AREA             6
68#define BTN_SORT_USER       7
69#define BTN_CASESENSITIVE   8
70#define BTN_LABEL           9
71#define BTN_FORMATS         10
72#define BTN_COPYRESULT      11
73#define BTN_TOP_DOWN        12
74#define BTN_LEFT_RIGHT      13
75#define STR_COL_LABEL       14
76#define STR_ROW_LABEL       15
77#define FT_LANGUAGE         16
78#define LB_LANGUAGE         17
79#define FT_ALGORITHM        18
80#define LB_ALGORITHM        19
81
82//#define RID_SCDLG_SORT_WARNING
83#define FT_TEXT             1
84#define FT_TIP              2
85#define BTN_EXTSORT         3
86#define BTN_CURSORT         4
87#define BTN_CANCEL          5
88
89
90
91