update dev300-m58
[ooovba.git] / extensions / source / bibliography / sections.hrc
blob797b649aaaa5beeb70a259e892c9b9d9c4f669d4
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: sections.hrc,v $
10  * $Revision: 1.4 $
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 #include "bib.hrc"
33 //General
34 /*#define FT_FIRST_MIDDLE               1
35 #define ED_FIRST                        2
36 #define ED_MIDDLE                       3
37 #define FT_NAME_SUFFIX          4
38 #define ED_NAME                         5
39 #define CB_SUFFIX                       6
40 #define ED_INITIALS                     8
41 #define FT_COMPANY                      9
42 #define ED_COMPANY                      10
43 #define FT_DEPARTMENT           11
44 #define ED_DEPARTMENT           12
45 #define FT_SALUTATION           13
46 #define CB_SALUTATION           14
47 #define FT_SHOWNNAME            15
48 #define ED_SHOWNNAME            16*/
49 #define FT_IDENTIFIER           1
50 #define FT_AUTHTYPE             2
51 #define FT_AUTHOR                   3
52 #define FT_YEAR                 4
53 #define FT_ISBN                 5
55 #define FT_MONTH                        6
57 #define FT_PUBLISHER            8
59 #define FT_ADDRESS                  9
60 #define FT_ANNOTE                       10
61 #define FT_BOOKTITLE            11
62 #define FT_CHAPTER                  12
63 #define FT_EDITION                  13
64 #define FT_EDITOR                       14
65 #define FT_HOWPUBLISHED     15
66 #define FT_INSTITUTION      16
67 #define FT_JOURNAL                  17
68 #define FT_NOTE                     18
69 #define FT_NUMBER                       19
70 #define FT_ORGANIZATION     20
71 #define FT_PAGE                     21
72 #define FT_SCHOOL                       22
73 #define FT_SERIES                       23
74 #define FT_TITLE                        24
75 #define FT_REPORT                       25
76 #define FT_VOLUME                       26
77 #define FT_URL                      27
78 #define FT_CUSTOM1                  28
79 #define FT_CUSTOM2                  29
80 #define FT_CUSTOM3                  30
81 #define FT_CUSTOM4                  31
82 #define FT_CUSTOM5                  32
83 #define ST_ERROR_PREFIX         33
84 #define FL_1                34
85 #define FL_2                35
86 #define FL_3                36
88 //Business Address
89 #define FT_OFFICE               1
90 #define FT_STREET               2
91 #define FT_CITY                 3
92 #define FT_STATE                4
93 #define FT_COUNTRY              5
94 #define FT_ZIP                  6
95 #define ED_OFFICE               7
96 #define ED_STREET               8
97 #define ED_CITY                 9
98 #define ED_STATE                10
99 #define ED_COUNTRY              11
100 #define ED_ZIP                  12
101 #define ED_POBOX                13
104 //Popup SectionControl
105 #define PU_INSERT               1
106 #define PU_REMOVE               2
107 #define PU_CHG_NAME             3
109 #define ST_TYPE_ARTICLE                                 40
110 #define ST_TYPE_BOOK                    41
111 #define ST_TYPE_BOOKLET                 42
112 #define ST_TYPE_CONFERENCE              43
113 #define ST_TYPE_INBOOK                  44
114 #define ST_TYPE_INCOLLECTION            45
115 #define ST_TYPE_INPROCEEDINGS           46
116 #define ST_TYPE_JOURNAL                 47
117 #define ST_TYPE_MANUAL                  48
118 #define ST_TYPE_MASTERSTHESIS           49
119 #define ST_TYPE_MISC                    50
120 #define ST_TYPE_PHDTHESIS               51
121 #define ST_TYPE_PROCEEDINGS             52
122 #define ST_TYPE_TECHREPORT              53
123 #define ST_TYPE_UNPUBLISHED             54
124 #define ST_TYPE_EMAIL                   55
125 #define ST_TYPE_WWW                     56
126 #define ST_TYPE_CUSTOM1                 57
127 #define ST_TYPE_CUSTOM2                 58
128 #define ST_TYPE_CUSTOM3                 59
129 #define ST_TYPE_CUSTOM4                 60
130 #define ST_TYPE_CUSTOM5                 61