1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
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.
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).
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.
26 ************************************************************************/
31 /*#define FT_FIRST_MIDDLE 1
34 #define FT_NAME_SUFFIX 4
40 #define FT_DEPARTMENT 11
41 #define ED_DEPARTMENT 12
42 #define FT_SALUTATION 13
43 #define CB_SALUTATION 14
44 #define FT_SHOWNNAME 15
45 #define ED_SHOWNNAME 16*/
46 #define FT_IDENTIFIER 1
54 #define FT_PUBLISHER 8
58 #define FT_BOOKTITLE 11
62 #define FT_HOWPUBLISHED 15
63 #define FT_INSTITUTION 16
67 #define FT_ORGANIZATION 20
80 #define ST_ERROR_PREFIX 33
101 //Popup SectionControl
104 #define PU_CHG_NAME 3
106 #define ST_TYPE_ARTICLE 40
107 #define ST_TYPE_BOOK 41
108 #define ST_TYPE_BOOKLET 42
109 #define ST_TYPE_CONFERENCE 43
110 #define ST_TYPE_INBOOK 44
111 #define ST_TYPE_INCOLLECTION 45
112 #define ST_TYPE_INPROCEEDINGS 46
113 #define ST_TYPE_JOURNAL 47
114 #define ST_TYPE_MANUAL 48
115 #define ST_TYPE_MASTERSTHESIS 49
116 #define ST_TYPE_MISC 50
117 #define ST_TYPE_PHDTHESIS 51
118 #define ST_TYPE_PROCEEDINGS 52
119 #define ST_TYPE_TECHREPORT 53
120 #define ST_TYPE_UNPUBLISHED 54
121 #define ST_TYPE_EMAIL 55
122 #define ST_TYPE_WWW 56
123 #define ST_TYPE_CUSTOM1 57
124 #define ST_TYPE_CUSTOM2 58
125 #define ST_TYPE_CUSTOM3 59
126 #define ST_TYPE_CUSTOM4 60
127 #define ST_TYPE_CUSTOM5 61