xref: /trunk/main/extensions/source/bibliography/sections.hrc (revision fc9fd3f14a55d77b35643a64034752a178b2a5b0)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
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.
14 *
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).
20 *
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.
25 *
26 ************************************************************************/
27
28#include "bib.hrc"
29
30//General
31/*#define FT_FIRST_MIDDLE       1
32#define ED_FIRST            2
33#define ED_MIDDLE           3
34#define FT_NAME_SUFFIX      4
35#define ED_NAME             5
36#define CB_SUFFIX           6
37#define ED_INITIALS         8
38#define FT_COMPANY          9
39#define ED_COMPANY          10
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
47#define FT_AUTHTYPE         2
48#define FT_AUTHOR           3
49#define FT_YEAR             4
50#define FT_ISBN             5
51
52#define FT_MONTH            6
53
54#define FT_PUBLISHER        8
55
56#define FT_ADDRESS          9
57#define FT_ANNOTE           10
58#define FT_BOOKTITLE        11
59#define FT_CHAPTER          12
60#define FT_EDITION          13
61#define FT_EDITOR           14
62#define FT_HOWPUBLISHED     15
63#define FT_INSTITUTION      16
64#define FT_JOURNAL          17
65#define FT_NOTE             18
66#define FT_NUMBER           19
67#define FT_ORGANIZATION     20
68#define FT_PAGE             21
69#define FT_SCHOOL           22
70#define FT_SERIES           23
71#define FT_TITLE            24
72#define FT_REPORT           25
73#define FT_VOLUME           26
74#define FT_URL              27
75#define FT_CUSTOM1          28
76#define FT_CUSTOM2          29
77#define FT_CUSTOM3          30
78#define FT_CUSTOM4          31
79#define FT_CUSTOM5          32
80#define ST_ERROR_PREFIX     33
81#define FL_1                34
82#define FL_2                35
83#define FL_3                36
84
85//Business Address
86#define FT_OFFICE       1
87#define FT_STREET       2
88#define FT_CITY         3
89#define FT_STATE        4
90#define FT_COUNTRY      5
91#define FT_ZIP          6
92#define ED_OFFICE       7
93#define ED_STREET       8
94#define ED_CITY         9
95#define ED_STATE        10
96#define ED_COUNTRY      11
97#define ED_ZIP          12
98#define ED_POBOX        13
99
100
101//Popup SectionControl
102#define PU_INSERT       1
103#define PU_REMOVE       2
104#define PU_CHG_NAME     3
105
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
128
129