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 // -> SCSTR_NONAME 33 // -> SCSTR_UNDEFINED 34 // -> SCSTR_FIELD 35 36/* 37#define RID_SCDLG_SORT 256 38#define RID_SCPAGE_SORT_FIELDS 257 39#define RID_SCPAGE_SORT_OPTIONS 258 40*/ 41 42#define TP_FIELDS 1 43#define TP_OPTIONS 2 44 45// TP_SORT_FIELDS: 46#define FL_SORT1 1 47#define FL_SORT2 2 48#define FL_SORT3 3 49#define LB_SORT1 4 50#define LB_SORT2 5 51#define LB_SORT3 6 52#define BTN_UP1 7 53#define BTN_UP2 8 54#define BTN_UP3 9 55#define BTN_DOWN1 10 56#define BTN_DOWN2 11 57#define BTN_DOWN3 12 58 59// TP_SORT_OPTIONS: 60#define FL_DIRECTION 1 61#define LB_SORT_USER 2 62#define LB_OUTAREA 3 63#define ED_OUTAREA 4 64//#define FT_AREA_LABEL 5 65//#define FT_AREA 6 66#define BTN_SORT_USER 7 67#define BTN_CASESENSITIVE 8 68#define BTN_LABEL 9 69#define BTN_FORMATS 10 70#define BTN_COPYRESULT 11 71#define BTN_TOP_DOWN 12 72#define BTN_LEFT_RIGHT 13 73#define STR_COL_LABEL 14 74#define STR_ROW_LABEL 15 75#define FT_LANGUAGE 16 76#define LB_LANGUAGE 17 77#define FT_ALGORITHM 18 78#define LB_ALGORITHM 19 79#define BTN_NATURALSORT 20 80 81 82 83 84