1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
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.
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).
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.
26 ************************************************************************/
27 #ifndef __com_sun_star_text_BibliographyDataField_idl__
28 #define __com_sun_star_text_BibliographyDataField_idl__
30 //=============================================================================
32 module com
{ module sun
{ module star
{ module text
{
33 //=============================================================================
35 // DocMerge from idl: constants com::sun::star::text::BibliographyDataField
36 /** These values define parts of bibliographic data. They are used to create a
37 bibliography in a text document.
38 <p> Depending on the type of the data some of the fields will usually be left empty.
41 published constants BibliographyDataField
43 //-------------------------------------------------------------------------
45 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::IDENTIFIER
46 /** This field contains a unique identifier for the bibliographic data.
48 const short IDENTIFIER
= 0;
50 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::BIBILIOGRAPHIC_TYPE
51 /** This field contains the type of the bibliographic reference. It is of the
52 type BibliographyDataType.
53 @see BibliographyDataType
55 const short BIBILIOGRAPHIC_TYPE
= 1;
57 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::ADDRESS
58 /** This field contains the address of the publisher.
60 const short ADDRESS
= 2;
62 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::ANNOTE
63 /** This field contains an annotation.
65 const short ANNOTE
= 3;
67 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::AUTHOR
68 /** This field contains the name(s) of the author(s)
70 const short AUTHOR
= 4;
72 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::BOOKTITLE
73 /** This field contains the title of the book.
75 const short BOOKTITLE
= 5;
77 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::CHAPTER
78 /** This field contains the name or number of the chapter.
80 const short CHAPTER
= 6;
82 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::EDITION
83 /** This field contains the number or name of the edition.
85 const short EDITION
= 7;
87 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::EDITOR
88 /** This field contains the name(s) of the editor(s)
90 const short EDITOR
= 8;
92 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::HOWPUBLISHED
93 /** This field contains a description of the type of the publishing.
95 const short HOWPUBLISHED
= 9;
97 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::INSTITUTION
98 /** This field contains the name of the institution where the publishing was created.
100 const short INSTITUTION
= 10;
102 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::JOURNAL
103 /** This field contains the name of the journal.
105 const short JOURNAL
= 11;
107 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::MONTH
108 /** This field contains number or name of the month of the publishing.
110 const short MONTH
= 12;
112 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::NOTE
113 /** This field contains a note.
115 const short NOTE
= 13;
117 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::NUMBER
118 /** This field contains the number of the publishing.
120 const short NUMBER
= 14;
122 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::ORGANIZATIONS
123 /** This field contains the name of the organizations where the publishing was created.
125 const short ORGANIZATIONS
= 15;
127 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::PAGES
128 /** This field contains the number(s) of the page(s) of the reference into a publishing.
130 const short PAGES
= 16;
132 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::PUBLISHER
133 /** This field contains the name of the publisher.
135 const short PUBLISHER
= 17;
137 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::SCHOOL
138 /** This field contains the name of the university or school where the publishing was created.
140 const short SCHOOL
= 18;
142 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::SERIES
143 /** This field contains the series of the publishing.
145 const short SERIES
= 19;
147 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::TITLE
148 /** This field contains the title of the publishing.
150 const short TITLE
= 20;
152 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::REPORT_TYPE
153 /** This field contains a description of the type of the report.
155 const short REPORT_TYPE
= 21;
157 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::VOLUME
158 /** This field contains the volume of the publishing.
160 const short VOLUME
= 22;
162 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::YEAR
163 /** This field contains the year when the publishing was created.
165 const short YEAR
= 23;
167 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::URL
168 /** This field contains URL of the publishing.
170 const short URL
= 24;
172 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::CUSTOM1
173 /** This field contains user defined data.
175 const short CUSTOM1
= 25;
177 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::CUSTOM2
178 /** This field contains user defined data.
180 const short CUSTOM2
= 26;
182 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::CUSTOM3
183 /** This field contains user defined data.
185 const short CUSTOM3
= 27;
187 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::CUSTOM4
188 /** This field contains user defined data.
190 const short CUSTOM4
= 28;
192 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::CUSTOM5
193 /** This field contains user defined data.
195 const short CUSTOM5
= 29;
197 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::ISBN
198 /** This field contains the ISBN data of the publishing.
200 const short ISBN
= 30;
202 //=============================================================================