update dev300-m58
[ooovba.git] / sc / source / ui / inc / validate.hrc
blob2ad0e74e3fe3e72ba7b18060edcbda89e8972452
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: validate.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  ************************************************************************/
30 #define TP_VALIDATION_VALUES    696
31 #define TP_VALIDATION_INPUTHELP 697
32 #define TP_VALIDATION_ERROR     698
33 #define TAB_DLG_VALIDATION      699
35 #define FT_ALLOW                1
36 #define LB_ALLOW                2
37 #define TSB_ALLOW_BLANKS        3
38 #define FT_VALUE                4
39 #define LB_VALUE                5
40 #define FT_MIN                  6
41 #define EDT_MIN                 7
42 #define FT_MAX                  8
43 #define EDT_MAX                 9
45 #define FL_CONTENT              10
47 #define TSB_HELP                11
48 #define FT_TITLE                12
49 #define EDT_TITLE               13
50 #define FT_INPUTHELP            14
51 #define EDT_INPUTHELP           15
53 #define TSB_SHOW                21
54 #define FT_ACTION               22
55 #define FT_ERROR                23
56 #define LB_ACTION               24
57 #define EDT_ERROR               25
58 #define BTN_SEARCH              26
60 #define CB_SHOWLIST             27
61 #define CB_SORTLIST             28
62 #define EDT_LIST                29
63 #define FT_SOURCEHINT           30
65 /*  Position indexes for "Allow" list box.
66     They do not map directly to ScValidationMode and can safely be modified to
67     change the order of the list box entries. */
68 #define SC_VALIDDLG_ALLOW_ANY       0
69 #define SC_VALIDDLG_ALLOW_WHOLE     1
70 #define SC_VALIDDLG_ALLOW_DECIMAL   2
71 #define SC_VALIDDLG_ALLOW_DATE      3
72 #define SC_VALIDDLG_ALLOW_TIME      4
73 #define SC_VALIDDLG_ALLOW_RANGE     5
74 #define SC_VALIDDLG_ALLOW_LIST      6
75 #define SC_VALIDDLG_ALLOW_TEXTLEN   7
77 /*  Position indexes for "Data" list box.
78     They do not map directly to ScConditionMode and can safely be modified to
79     change the order of the list box entries. */
80 #define SC_VALIDDLG_DATA_EQUAL      0
81 #define SC_VALIDDLG_DATA_LESS       1
82 #define SC_VALIDDLG_DATA_GREATER    2
83 #define SC_VALIDDLG_DATA_EQLESS     3
84 #define SC_VALIDDLG_DATA_EQGREATER  4
85 #define SC_VALIDDLG_DATA_NOTEQUAL   5
86 #define SC_VALIDDLG_DATA_BETWEEN    6
87 #define SC_VALIDDLG_DATA_NOTBETWEEN 7