1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir#include "bib.hrc"
29*cdf0e10cSrcweir
30*cdf0e10cSrcweir//General
31*cdf0e10cSrcweir/*#define FT_FIRST_MIDDLE		1
32*cdf0e10cSrcweir#define ED_FIRST			2
33*cdf0e10cSrcweir#define ED_MIDDLE			3
34*cdf0e10cSrcweir#define FT_NAME_SUFFIX		4
35*cdf0e10cSrcweir#define ED_NAME				5
36*cdf0e10cSrcweir#define CB_SUFFIX			6
37*cdf0e10cSrcweir#define ED_INITIALS			8
38*cdf0e10cSrcweir#define FT_COMPANY			9
39*cdf0e10cSrcweir#define ED_COMPANY			10
40*cdf0e10cSrcweir#define FT_DEPARTMENT		11
41*cdf0e10cSrcweir#define ED_DEPARTMENT		12
42*cdf0e10cSrcweir#define FT_SALUTATION		13
43*cdf0e10cSrcweir#define CB_SALUTATION		14
44*cdf0e10cSrcweir#define FT_SHOWNNAME		15
45*cdf0e10cSrcweir#define ED_SHOWNNAME		16*/
46*cdf0e10cSrcweir#define FT_IDENTIFIER		1
47*cdf0e10cSrcweir#define FT_AUTHTYPE	        2
48*cdf0e10cSrcweir#define FT_AUTHOR		    3
49*cdf0e10cSrcweir#define FT_YEAR		        4
50*cdf0e10cSrcweir#define FT_ISBN		        5
51*cdf0e10cSrcweir
52*cdf0e10cSrcweir#define FT_MONTH			6
53*cdf0e10cSrcweir
54*cdf0e10cSrcweir#define FT_PUBLISHER		8
55*cdf0e10cSrcweir
56*cdf0e10cSrcweir#define FT_ADDRESS		    9
57*cdf0e10cSrcweir#define FT_ANNOTE			10
58*cdf0e10cSrcweir#define FT_BOOKTITLE		11
59*cdf0e10cSrcweir#define FT_CHAPTER		    12
60*cdf0e10cSrcweir#define FT_EDITION		    13
61*cdf0e10cSrcweir#define FT_EDITOR			14
62*cdf0e10cSrcweir#define FT_HOWPUBLISHED	    15
63*cdf0e10cSrcweir#define FT_INSTITUTION	    16
64*cdf0e10cSrcweir#define FT_JOURNAL		    17
65*cdf0e10cSrcweir#define FT_NOTE			    18
66*cdf0e10cSrcweir#define FT_NUMBER			19
67*cdf0e10cSrcweir#define FT_ORGANIZATION	    20
68*cdf0e10cSrcweir#define FT_PAGE			    21
69*cdf0e10cSrcweir#define FT_SCHOOL			22
70*cdf0e10cSrcweir#define FT_SERIES			23
71*cdf0e10cSrcweir#define FT_TITLE			24
72*cdf0e10cSrcweir#define FT_REPORT			25
73*cdf0e10cSrcweir#define FT_VOLUME			26
74*cdf0e10cSrcweir#define FT_URL			    27
75*cdf0e10cSrcweir#define FT_CUSTOM1		    28
76*cdf0e10cSrcweir#define FT_CUSTOM2		    29
77*cdf0e10cSrcweir#define FT_CUSTOM3		    30
78*cdf0e10cSrcweir#define FT_CUSTOM4		    31
79*cdf0e10cSrcweir#define FT_CUSTOM5		    32
80*cdf0e10cSrcweir#define ST_ERROR_PREFIX		33
81*cdf0e10cSrcweir#define FL_1                34
82*cdf0e10cSrcweir#define FL_2                35
83*cdf0e10cSrcweir#define FL_3                36
84*cdf0e10cSrcweir
85*cdf0e10cSrcweir//Business Address
86*cdf0e10cSrcweir#define FT_OFFICE		1
87*cdf0e10cSrcweir#define FT_STREET		2
88*cdf0e10cSrcweir#define FT_CITY			3
89*cdf0e10cSrcweir#define FT_STATE		4
90*cdf0e10cSrcweir#define FT_COUNTRY		5
91*cdf0e10cSrcweir#define FT_ZIP			6
92*cdf0e10cSrcweir#define ED_OFFICE		7
93*cdf0e10cSrcweir#define ED_STREET		8
94*cdf0e10cSrcweir#define ED_CITY			9
95*cdf0e10cSrcweir#define ED_STATE		10
96*cdf0e10cSrcweir#define ED_COUNTRY		11
97*cdf0e10cSrcweir#define ED_ZIP			12
98*cdf0e10cSrcweir#define ED_POBOX		13
99*cdf0e10cSrcweir
100*cdf0e10cSrcweir
101*cdf0e10cSrcweir//Popup SectionControl
102*cdf0e10cSrcweir#define PU_INSERT		1
103*cdf0e10cSrcweir#define PU_REMOVE		2
104*cdf0e10cSrcweir#define PU_CHG_NAME		3
105*cdf0e10cSrcweir
106*cdf0e10cSrcweir#define ST_TYPE_ARTICLE					40
107*cdf0e10cSrcweir#define ST_TYPE_BOOK                    41
108*cdf0e10cSrcweir#define ST_TYPE_BOOKLET                 42
109*cdf0e10cSrcweir#define ST_TYPE_CONFERENCE              43
110*cdf0e10cSrcweir#define ST_TYPE_INBOOK                  44
111*cdf0e10cSrcweir#define ST_TYPE_INCOLLECTION            45
112*cdf0e10cSrcweir#define ST_TYPE_INPROCEEDINGS           46
113*cdf0e10cSrcweir#define ST_TYPE_JOURNAL                 47
114*cdf0e10cSrcweir#define ST_TYPE_MANUAL                  48
115*cdf0e10cSrcweir#define ST_TYPE_MASTERSTHESIS           49
116*cdf0e10cSrcweir#define ST_TYPE_MISC                    50
117*cdf0e10cSrcweir#define ST_TYPE_PHDTHESIS               51
118*cdf0e10cSrcweir#define ST_TYPE_PROCEEDINGS             52
119*cdf0e10cSrcweir#define ST_TYPE_TECHREPORT              53
120*cdf0e10cSrcweir#define ST_TYPE_UNPUBLISHED             54
121*cdf0e10cSrcweir#define ST_TYPE_EMAIL                   55
122*cdf0e10cSrcweir#define ST_TYPE_WWW                     56
123*cdf0e10cSrcweir#define ST_TYPE_CUSTOM1                 57
124*cdf0e10cSrcweir#define ST_TYPE_CUSTOM2                 58
125*cdf0e10cSrcweir#define ST_TYPE_CUSTOM3                 59
126*cdf0e10cSrcweir#define ST_TYPE_CUSTOM4                 60
127*cdf0e10cSrcweir#define ST_TYPE_CUSTOM5                 61
128*cdf0e10cSrcweir
129