LibreOffice
LibreOffice 7.4 SDK API Reference
BibliographyDataField.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 #ifndef __com_sun_star_text_BibliographyDataField_idl__
20 #define __com_sun_star_text_BibliographyDataField_idl__
21 
22 
23  module com { module sun { module star { module text {
29 published constants BibliographyDataField
30 {
33  const short IDENTIFIER = 0;
38  const short BIBILIOGRAPHIC_TYPE = 1;
41  const short ADDRESS = 2;
44  const short ANNOTE = 3;
47  const short AUTHOR = 4;
50  const short BOOKTITLE = 5;
53  const short CHAPTER = 6;
56  const short EDITION = 7;
59  const short EDITOR = 8;
62  const short HOWPUBLISHED = 9;
65  const short INSTITUTION = 10;
68  const short JOURNAL = 11;
71  const short MONTH = 12;
74  const short NOTE = 13;
77  const short NUMBER = 14;
80  const short ORGANIZATIONS = 15;
83  const short PAGES = 16;
86  const short PUBLISHER = 17;
89  const short SCHOOL = 18;
92  const short SERIES = 19;
95  const short TITLE = 20;
98  const short REPORT_TYPE = 21;
101  const short VOLUME = 22;
104  const short YEAR = 23;
107  const short URL = 24;
110  const short CUSTOM1 = 25;
113  const short CUSTOM2 = 26;
116  const short CUSTOM3 = 27;
119  const short CUSTOM4 = 28;
122  const short CUSTOM5 = 29;
125  const short ISBN = 30;
130  const short LOCAL_URL = 31;
131 };
132 
133 }; }; }; };
134 
135 #endif
136 
137 
138 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const short CUSTOM3
This field contains user defined data.
Definition: BibliographyDataField.idl:116
const short ADDRESS
This field contains the address of the publisher.
Definition: BibliographyDataField.idl:41
const short SERIES
This field contains the series of the publishing.
Definition: BibliographyDataField.idl:92
const short TITLE
This field contains the title of the publishing.
Definition: BibliographyDataField.idl:95
const short EDITOR
This field contains the name(s) of the editor(s)
Definition: BibliographyDataField.idl:59
const short SCHOOL
This field contains the name of the university or school where the publishing was created.
Definition: BibliographyDataField.idl:89
const short PUBLISHER
This field contains the name of the publisher.
Definition: BibliographyDataField.idl:86
const short CUSTOM4
This field contains user defined data.
Definition: BibliographyDataField.idl:119
const short PAGES
This field contains the number(s) of the page(s) of the reference into a publishing.
Definition: BibliographyDataField.idl:83
const short EDITION
This field contains the number or name of the edition.
Definition: BibliographyDataField.idl:56
const short ISBN
This field contains the ISBN data of the publishing.
Definition: BibliographyDataField.idl:125
const short NUMBER
This field contains the number of the publishing.
Definition: BibliographyDataField.idl:77
const short REPORT_TYPE
This field contains a description of the type of the report.
Definition: BibliographyDataField.idl:98
const short NOTE
This field contains a note.
Definition: BibliographyDataField.idl:74
const short CHAPTER
This field contains the name or number of the chapter.
Definition: BibliographyDataField.idl:53
const short LOCAL_URL
This field contains a local copy of the publishing.
Definition: BibliographyDataField.idl:130
const short BIBILIOGRAPHIC_TYPE
This field contains the type of the bibliographic reference.
Definition: BibliographyDataField.idl:38
const short YEAR
This field contains the year when the publishing was created.
Definition: BibliographyDataField.idl:104
const short AUTHOR
This field contains the name(s) of the author(s)
Definition: BibliographyDataField.idl:47
const short CUSTOM2
This field contains user defined data.
Definition: BibliographyDataField.idl:113
const short ANNOTE
This field contains an annotation.
Definition: BibliographyDataField.idl:44
const short JOURNAL
This field contains the name of the journal.
Definition: BibliographyDataField.idl:68
const short URL
This field contains URL of the publishing.
Definition: BibliographyDataField.idl:107
const short BOOKTITLE
This field contains the title of the book.
Definition: BibliographyDataField.idl:50
const short MONTH
This field contains number or name of the month of the publishing.
Definition: BibliographyDataField.idl:71
const short VOLUME
This field contains the volume of the publishing.
Definition: BibliographyDataField.idl:101
const short HOWPUBLISHED
This field contains a description of the type of the publishing.
Definition: BibliographyDataField.idl:62
const short IDENTIFIER
This field contains a unique identifier for the bibliographic data.
Definition: BibliographyDataField.idl:33
const short CUSTOM1
This field contains user defined data.
Definition: BibliographyDataField.idl:110
const short ORGANIZATIONS
This field contains the name of the organizations where the publishing was created.
Definition: BibliographyDataField.idl:80
const short INSTITUTION
This field contains the name of the institution where the publishing was created.
Definition: BibliographyDataField.idl:65
const short CUSTOM5
This field contains user defined data.
Definition: BibliographyDataField.idl:122
Definition: Ambiguous.idl:22