Update ooo320-m1
[ooovba.git] / dbaccess / source / ui / dlg / advancedsettings.hrc
blob221aed635d0642f95a1a10d80c604950f390f9bf
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: advancedsettings.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  ************************************************************************/
31 #ifndef DBAUI_ADVANCEDSETTINGS_HRC
32 #define DBAUI_ADVANCEDSETTINGS_HRC
34 #define ADVANCED_CHECKBOX_OPTIONS    13
35 #define ADVANCED_LISTBOX_OPTIONS      1
37 #define ADVANCED_PAGE_X         200
38 #define ADVANCED_PAGE_Y \
39     /* top space */     START_Y + \
40     /* label */         FIXEDTEXT_HEIGHT + RELATED_CONTROLS + \
41     /* check boxes */   ( ADVANCED_CHECKBOX_OPTIONS * ( CHECKBOX_HEIGHT + RELATED_CONTROLS ) ) + \
42     /* list boxes */    ( ADVANCED_LISTBOX_OPTIONS * ( LISTBOX_HEIGHT + RELATED_CONTROLS ) ) + \
43     /* bottom space */  START_Y - RELATED_CONTROLS
46 #define STR_GENERATED_VALUE             1
47 #define STR_DS_BEHAVIOUR                2
49 #define FL_SEPARATORAUTO                1
50 #define FL_DATAHANDLING                 2
52 #define CB_SUPPRESVERSIONCL             1
53 #define CB_SQL92CHECK                   2
54 #define CB_RETRIEVE_AUTO                3
55 #define CB_APPENDTABLEALIAS             4
56 #define CB_IGNOREDRIVER_PRIV    5
57 #define CB_PARAMETERNAMESUBST   6
58 #define CB_ENABLEOUTERJOIN              7
59 #define CB_SCHEMA                               8
60 #define CB_CATALOG                              9
61 #define CB_IGNOREINDEXAPPENDIX  10
62 #define CB_DOSLINEENDS                  11
63 #define CB_AS_BEFORE_CORR_NAME  12
64 #define CB_CHECK_REQUIRED       13
65 #define CB_IGNORECURRENCY       14
66 #define CB_ESCAPE_DATETIME      15
68 #define ET_AUTOINCREMENTVALUE   1
69 #define ET_RETRIEVE_AUTO            2
71 #define FT_AUTOINCREMENTVALUE   1
72 #define FT_RETRIEVE_AUTO                2
73 #define FT_BOOLEANCOMPARISON    3
75 #define LB_BOOLEANCOMPARISON    1
77 #endif // DBAUI_ADVANCEDSETTINGS_HRC