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#ifndef _FMSEARCH_HRC 28#define _FMSEARCH_HRC 29 30#include "svl/solar.hrc" 31 32#define RID_SVX_DLG_INPUTRECORDNO (RID_FORMS_START + 10) 33#define RID_SVX_DLG_SHOWGRIDCOLUMNS (RID_FORMS_START + 11) 34#define RID_SVXDLG_SEARCHFORM (RID_FORMS_START + 7) 35#define RID_STR_SEARCH_ANYWHERE (RID_FORMS_START + 85) 36#define RID_STR_SEARCH_BEGINNING (RID_FORMS_START + 86) 37#define RID_STR_SEARCH_END (RID_FORMS_START + 87) 38#define RID_STR_SEARCH_WHOLE (RID_FORMS_START + 88) 39#define RID_STR_FROM_TOP (RID_FORMS_START + 74) 40#define RID_STR_FROM_BOTTOM (RID_FORMS_START + 75) 41#define RID_SVXERR_SEARCH_NORECORD (RID_FORMS_START + 8) 42#define RID_SVXERR_SEARCH_GENERAL_ERROR (RID_FORMS_START + 9) 43#define RID_STR_OVERFLOW_FORWARD (RID_FORMS_START + 34) 44#define RID_STR_OVERFLOW_BACKWARD (RID_FORMS_START + 35) 45#define RID_STR_SEARCH_COUNTING (RID_FORMS_START + 76) 46 47#define FT_SEARCHTEXT 1 48#define FT_FORM 2 49#define FT_POSITION 3 50#define FT_RECORDLABEL 4 51#define FT_RECORD 5 52#define FT_HINT 6 53 54 55#define CMB_SEARCHTEXT 1 56 57#define RB_ALLFIELDS 1 58#define RB_SINGLEFIELD 2 59#define RB_SEARCHFORTEXT 3 60#define RB_SEARCHFORNULL 4 61#define RB_SEARCHFORNOTNULL 5 62 63#define LB_FORM 1 64#define LB_FIELD 2 65#define LB_POSITION 3 66 67#define PB_APPROXSETTINGS 1 68#define PB_SEARCH 2 69#define PB_SOUNDSLIKESETTINGS 3 70 71#define FL_SEARCHFOR 1 72#define FL_WHERE 2 73#define FL_OPTIONS 3 74#define FL_STATE 4 75 76#define CB_USEFORMATTER 1 77#define CB_BACKWARD 2 78#define CB_STARTOVER 3 79#define CB_CASE 4 80#define CB_WILDCARD 5 81#define CB_REGULAR 6 82#define CB_APPROX 7 83#define CB_HALFFULLFORMS 8 84#define CB_SOUNDSLIKECJK 9 85 86#endif // _FMSEARCH_HRC 87