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