merge the formfield patch from ooo-build
[ooovba.git] / toolkit / workben / layout / sortdlg.hrc
blob716cb874462500c4dd5f755f22b3aafabe77eb87
1 /*************************************************************************
2  *
3  *  OpenOffice.org - a multi-platform office productivity suite
4  *
5  *  $RCSfile: sortdlg.hrc,v $
6  *
7  *  $Revision: 1.4 $
8  *
9  *  last change: $Author: rt $ $Date: 2005/09/08 21:51:32 $
10  *
11  *  The Contents of this file are made available subject to
12  *  the terms of GNU Lesser General Public License Version 2.1.
13  *
14  *
15  *    GNU Lesser General Public License Version 2.1
16  *    =============================================
17  *    Copyright 2005 by Sun Microsystems, Inc.
18  *    901 San Antonio Road, Palo Alto, CA 94303, USA
19  *
20  *    This library is free software; you can redistribute it and/or
21  *    modify it under the terms of the GNU Lesser General Public
22  *    License version 2.1, as published by the Free Software Foundation.
23  *
24  *    This library is distributed in the hope that it will be useful,
25  *    but WITHOUT ANY WARRANTY; without even the implied warranty of
26  *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
27  *    Lesser General Public License for more details.
28  *
29  *    You should have received a copy of the GNU Lesser General Public
30  *    License along with this library; if not, write to the Free Software
31  *    Foundation, Inc., 59 Temple Place, Suite 330, Boston,
32  *    MA  02111-1307  USA
33  *
34  ************************************************************************/
37 #include "sc.hrc"   // -> RID_SCDLG_SORT
38                     // -> RID_SCPAGE_SORT_FIELDS
39                     // -> RID_SCPAGE_SORT_OPTIONS
40                     // -> SCSTR_NONAME
41                     // -> SCSTR_UNDEFINED
42                     // -> SCSTR_FIELD
45 #define RID_SCDLG_SORT                  256
46 #define RID_SCPAGE_SORT_FIELDS  257
47 #define RID_SCPAGE_SORT_OPTIONS 258
50 #define TP_FIELDS                       1
51 #define TP_OPTIONS                      2
53 // TP_SORT_FIELDS:
54 #define FL_SORT1            1
55 #define FL_SORT2            2
56 #define FL_SORT3            3
57 #define LB_SORT1                        4
58 #define LB_SORT2                        5
59 #define LB_SORT3                        6
60 #define BTN_UP1                         7
61 #define BTN_UP2                         8
62 #define BTN_UP3                         9
63 #define BTN_DOWN1                       10
64 #define BTN_DOWN2                       11
65 #define BTN_DOWN3                       12
67 // TP_SORT_OPTIONS:
68 #define FL_DIRECTION            1
69 #define LB_SORT_USER            2
70 #define LB_OUTAREA                      3
71 #define ED_OUTAREA          4
72 //#define FT_AREA_LABEL       5
73 //#define FT_AREA             6
74 #define BTN_SORT_USER       7
75 #define BTN_CASESENSITIVE   8
76 #define BTN_LABEL           9
77 #define BTN_FORMATS         10
78 #define BTN_COPYRESULT      11
79 #define BTN_TOP_DOWN        12
80 #define BTN_LEFT_RIGHT      13
81 #define STR_COL_LABEL       14
82 #define STR_ROW_LABEL       15
83 #define FT_LANGUAGE         16
84 #define LB_LANGUAGE         17
85 #define FT_ALGORITHM        18
86 #define LB_ALGORITHM        19
87 #define BTN_NATURALSORT         20