Impress Remote 1.0.5, tag sdremote-1.0.5
[LibreOffice.git] / extensions / source / bibliography / sections.hrc
blobb467307c9b065c5e98aa150dea9bcf770f70ee70
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include "bib.hrc"
21 //General
22 #define FT_IDENTIFIER       1
23 #define FT_AUTHTYPE         2
24 #define FT_AUTHOR           3
25 #define FT_YEAR             4
26 #define FT_ISBN             5
28 #define FT_MONTH            6
30 #define FT_PUBLISHER        8
32 #define FT_ADDRESS          9
33 #define FT_ANNOTE           10
34 #define FT_BOOKTITLE        11
35 #define FT_CHAPTER          12
36 #define FT_EDITION          13
37 #define FT_EDITOR           14
38 #define FT_HOWPUBLISHED     15
39 #define FT_INSTITUTION      16
40 #define FT_JOURNAL          17
41 #define FT_NOTE             18
42 #define FT_NUMBER           19
43 #define FT_ORGANIZATION     20
44 #define FT_PAGE             21
45 #define FT_SCHOOL           22
46 #define FT_SERIES           23
47 #define FT_TITLE            24
48 #define FT_REPORT           25
49 #define FT_VOLUME           26
50 #define FT_URL              27
51 #define FT_CUSTOM1          28
52 #define FT_CUSTOM2          29
53 #define FT_CUSTOM3          30
54 #define FT_CUSTOM4          31
55 #define FT_CUSTOM5          32
56 #define ST_ERROR_PREFIX     33
57 #define FL_1                34
58 #define FL_2                35
59 #define FL_3                36
61 //Business Address
62 #define FT_STREET       2
63 #define FT_CITY         3
64 #define FT_COUNTRY      5
65 #define ED_STREET       8
66 #define ED_CITY         9
67 #define ED_STATE        10
68 #define ED_COUNTRY      11
69 #define ED_ZIP          12
72 //Popup SectionControl
73 #define PU_INSERT       1
74 #define PU_REMOVE       2
75 #define PU_CHG_NAME     3
77 #define ST_TYPE_ARTICLE                 40
78 #define ST_TYPE_BOOK                    41
79 #define ST_TYPE_BOOKLET                 42
80 #define ST_TYPE_CONFERENCE              43
81 #define ST_TYPE_INBOOK                  44
82 #define ST_TYPE_INCOLLECTION            45
83 #define ST_TYPE_INPROCEEDINGS           46
84 #define ST_TYPE_JOURNAL                 47
85 #define ST_TYPE_MANUAL                  48
86 #define ST_TYPE_MASTERSTHESIS           49
87 #define ST_TYPE_MISC                    50
88 #define ST_TYPE_PHDTHESIS               51
89 #define ST_TYPE_PROCEEDINGS             52
90 #define ST_TYPE_TECHREPORT              53
91 #define ST_TYPE_UNPUBLISHED             54
92 #define ST_TYPE_EMAIL                   55
93 #define ST_TYPE_WWW                     56
94 #define ST_TYPE_CUSTOM1                 57
95 #define ST_TYPE_CUSTOM2                 58
96 #define ST_TYPE_CUSTOM3                 59
97 #define ST_TYPE_CUSTOM4                 60
98 #define ST_TYPE_CUSTOM5                 61