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#ifndef __com_sun_star_text_BibliographyDataField_idl__ 28#define __com_sun_star_text_BibliographyDataField_idl__ 29 30//============================================================================= 31 32 module com { module sun { module star { module text { 33//============================================================================= 34 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. 39 </p> 40 */ 41published constants BibliographyDataField 42{ 43 //------------------------------------------------------------------------- 44 45 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::IDENTIFIER 46 /** This field contains a unique identifier for the bibliographic data. 47 */ 48 const short IDENTIFIER = 0; 49 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 54 */ 55 const short BIBILIOGRAPHIC_TYPE = 1; 56 57 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::ADDRESS 58 /** This field contains the address of the publisher. 59 */ 60 const short ADDRESS = 2; 61 62 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::ANNOTE 63 /** This field contains an annotation. 64 */ 65 const short ANNOTE = 3; 66 67 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::AUTHOR 68 /** This field contains the name(s) of the author(s) 69 */ 70 const short AUTHOR = 4; 71 72 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::BOOKTITLE 73 /** This field contains the title of the book. 74 */ 75 const short BOOKTITLE = 5; 76 77 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::CHAPTER 78 /** This field contains the name or number of the chapter. 79 */ 80 const short CHAPTER = 6; 81 82 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::EDITION 83 /** This field contains the number or name of the edition. 84 */ 85 const short EDITION = 7; 86 87 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::EDITOR 88 /** This field contains the name(s) of the editor(s) 89 */ 90 const short EDITOR = 8; 91 92 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::HOWPUBLISHED 93 /** This field contains a description of the type of the publishing. 94 */ 95 const short HOWPUBLISHED = 9; 96 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. 99 */ 100 const short INSTITUTION = 10; 101 102 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::JOURNAL 103 /** This field contains the name of the journal. 104 */ 105 const short JOURNAL = 11; 106 107 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::MONTH 108 /** This field contains number or name of the month of the publishing. 109 */ 110 const short MONTH = 12; 111 112 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::NOTE 113 /** This field contains a note. 114 */ 115 const short NOTE = 13; 116 117 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::NUMBER 118 /** This field contains the number of the publishing. 119 */ 120 const short NUMBER = 14; 121 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. 124 */ 125 const short ORGANIZATIONS = 15; 126 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. 129 */ 130 const short PAGES = 16; 131 132 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::PUBLISHER 133 /** This field contains the name of the publisher. 134 */ 135 const short PUBLISHER = 17; 136 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. 139 */ 140 const short SCHOOL = 18; 141 142 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::SERIES 143 /** This field contains the series of the publishing. 144 */ 145 const short SERIES = 19; 146 147 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::TITLE 148 /** This field contains the title of the publishing. 149 */ 150 const short TITLE = 20; 151 152 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::REPORT_TYPE 153 /** This field contains a description of the type of the report. 154 */ 155 const short REPORT_TYPE = 21; 156 157 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::VOLUME 158 /** This field contains the volume of the publishing. 159 */ 160 const short VOLUME = 22; 161 162 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::YEAR 163 /** This field contains the year when the publishing was created. 164 */ 165 const short YEAR = 23; 166 167 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::URL 168 /** This field contains URL of the publishing. 169 */ 170 const short URL = 24; 171 172 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::CUSTOM1 173 /** This field contains user defined data. 174 */ 175 const short CUSTOM1 = 25; 176 177 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::CUSTOM2 178 /** This field contains user defined data. 179 */ 180 const short CUSTOM2 = 26; 181 182 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::CUSTOM3 183 /** This field contains user defined data. 184 */ 185 const short CUSTOM3 = 27; 186 187 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::CUSTOM4 188 /** This field contains user defined data. 189 */ 190 const short CUSTOM4 = 28; 191 192 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::CUSTOM5 193 /** This field contains user defined data. 194 */ 195 const short CUSTOM5 = 29; 196 197 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::ISBN 198 /** This field contains the ISBN data of the publishing. 199 */ 200 const short ISBN = 30; 201}; 202//============================================================================= 203 204}; }; }; }; 205 206#endif 207 208 209