xref: /AOO41X/main/extensions/source/bibliography/sections.hrc (revision bd113a0354f2f8bb6c395e81d00117a7da0547d8)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "bib.hrc"
25
26//General
27/*#define FT_FIRST_MIDDLE       1
28#define ED_FIRST            2
29#define ED_MIDDLE           3
30#define FT_NAME_SUFFIX      4
31#define ED_NAME             5
32#define CB_SUFFIX           6
33#define ED_INITIALS         8
34#define FT_COMPANY          9
35#define ED_COMPANY          10
36#define FT_DEPARTMENT       11
37#define ED_DEPARTMENT       12
38#define FT_SALUTATION       13
39#define CB_SALUTATION       14
40#define FT_SHOWNNAME        15
41#define ED_SHOWNNAME        16*/
42#define FT_IDENTIFIER       1
43#define FT_AUTHTYPE         2
44#define FT_AUTHOR           3
45#define FT_YEAR             4
46#define FT_ISBN             5
47
48#define FT_MONTH            6
49
50#define FT_PUBLISHER        8
51
52#define FT_ADDRESS          9
53#define FT_ANNOTE           10
54#define FT_BOOKTITLE        11
55#define FT_CHAPTER          12
56#define FT_EDITION          13
57#define FT_EDITOR           14
58#define FT_HOWPUBLISHED     15
59#define FT_INSTITUTION      16
60#define FT_JOURNAL          17
61#define FT_NOTE             18
62#define FT_NUMBER           19
63#define FT_ORGANIZATION     20
64#define FT_PAGE             21
65#define FT_SCHOOL           22
66#define FT_SERIES           23
67#define FT_TITLE            24
68#define FT_REPORT           25
69#define FT_VOLUME           26
70#define FT_URL              27
71#define FT_CUSTOM1          28
72#define FT_CUSTOM2          29
73#define FT_CUSTOM3          30
74#define FT_CUSTOM4          31
75#define FT_CUSTOM5          32
76#define ST_ERROR_PREFIX     33
77#define FL_1                34
78#define FL_2                35
79#define FL_3                36
80
81//Business Address
82#define FT_OFFICE       1
83#define FT_STREET       2
84#define FT_CITY         3
85#define FT_STATE        4
86#define FT_COUNTRY      5
87#define FT_ZIP          6
88#define ED_OFFICE       7
89#define ED_STREET       8
90#define ED_CITY         9
91#define ED_STATE        10
92#define ED_COUNTRY      11
93#define ED_ZIP          12
94#define ED_POBOX        13
95
96
97//Popup SectionControl
98#define PU_INSERT       1
99#define PU_REMOVE       2
100#define PU_CHG_NAME     3
101
102#define ST_TYPE_ARTICLE                 40
103#define ST_TYPE_BOOK                    41
104#define ST_TYPE_BOOKLET                 42
105#define ST_TYPE_CONFERENCE              43
106#define ST_TYPE_INBOOK                  44
107#define ST_TYPE_INCOLLECTION            45
108#define ST_TYPE_INPROCEEDINGS           46
109#define ST_TYPE_JOURNAL                 47
110#define ST_TYPE_MANUAL                  48
111#define ST_TYPE_MASTERSTHESIS           49
112#define ST_TYPE_MISC                    50
113#define ST_TYPE_PHDTHESIS               51
114#define ST_TYPE_PROCEEDINGS             52
115#define ST_TYPE_TECHREPORT              53
116#define ST_TYPE_UNPUBLISHED             54
117#define ST_TYPE_EMAIL                   55
118#define ST_TYPE_WWW                     56
119#define ST_TYPE_CUSTOM1                 57
120#define ST_TYPE_CUSTOM2                 58
121#define ST_TYPE_CUSTOM3                 59
122#define ST_TYPE_CUSTOM4                 60
123#define ST_TYPE_CUSTOM5                 61
124
125