2 * This file is part of the LibreOffice project.
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/.
8 * This file incorporates work covered by the following license notice:
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 .
22 #define FT_IDENTIFIER 1
30 #define FT_PUBLISHER 8
34 #define FT_BOOKTITLE 11
38 #define FT_HOWPUBLISHED 15
39 #define FT_INSTITUTION 16
43 #define FT_ORGANIZATION 20
56 #define ST_ERROR_PREFIX 33
72 //Popup SectionControl
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