1 /*************************************************************************
3 * OpenOffice.org - a multi-platform office productivity suite
5 * $RCSfile: sortdlg.hrc,v $
9 * last change: $Author: rt $ $Date: 2005/09/08 21:51:32 $
11 * The Contents of this file are made available subject to
12 * the terms of GNU Lesser General Public License Version 2.1.
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
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.
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.
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,
34 ************************************************************************/
37 #include "sc.hrc" // -> RID_SCDLG_SORT
38 // -> RID_SCPAGE_SORT_FIELDS
39 // -> RID_SCPAGE_SORT_OPTIONS
45 #define RID_SCDLG_SORT 256
46 #define RID_SCPAGE_SORT_FIELDS 257
47 #define RID_SCPAGE_SORT_OPTIONS 258
68 #define FL_DIRECTION 1
69 #define LB_SORT_USER 2
72 //#define FT_AREA_LABEL 5
74 #define BTN_SORT_USER 7
75 #define BTN_CASESENSITIVE 8
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