LibreOffice
LibreOffice 24.2 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 
20 
21  module com { module sun { module star { module text {
27 published constants BibliographyDataField
28 {
31  const short IDENTIFIER = 0;
36  const short BIBILIOGRAPHIC_TYPE = 1;
39  const short ADDRESS = 2;
42  const short ANNOTE = 3;
45  const short AUTHOR = 4;
48  const short BOOKTITLE = 5;
51  const short CHAPTER = 6;
54  const short EDITION = 7;
57  const short EDITOR = 8;
60  const short HOWPUBLISHED = 9;
63  const short INSTITUTION = 10;
66  const short JOURNAL = 11;
69  const short MONTH = 12;
72  const short NOTE = 13;
75  const short NUMBER = 14;
78  const short ORGANIZATIONS = 15;
81  const short PAGES = 16;
84  const short PUBLISHER = 17;
87  const short SCHOOL = 18;
90  const short SERIES = 19;
93  const short TITLE = 20;
96  const short REPORT_TYPE = 21;
99  const short VOLUME = 22;
102  const short YEAR = 23;
105  const short URL = 24;
108  const short CUSTOM1 = 25;
111  const short CUSTOM2 = 26;
114  const short CUSTOM3 = 27;
117  const short CUSTOM4 = 28;
120  const short CUSTOM5 = 29;
123  const short ISBN = 30;
128  const short LOCAL_URL = 31;
129 };
130 
131 }; }; }; };
132 
133 
134 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const short MONTH
This field contains number or name of the month of the publishing.
Definition: BibliographyDataField.idl:69
const short EDITION
This field contains the number or name of the edition.
Definition: BibliographyDataField.idl:54
const short INSTITUTION
This field contains the name of the institution where the publishing was created. ...
Definition: BibliographyDataField.idl:63
const short HOWPUBLISHED
This field contains a description of the type of the publishing.
Definition: BibliographyDataField.idl:60
const short SERIES
This field contains the series of the publishing.
Definition: BibliographyDataField.idl:90
const short LOCAL_URL
This field contains a local copy of the publishing.
Definition: BibliographyDataField.idl:128
const short ORGANIZATIONS
This field contains the name of the organizations where the publishing was created.
Definition: BibliographyDataField.idl:78
const short VOLUME
This field contains the volume of the publishing.
Definition: BibliographyDataField.idl:99
const short SCHOOL
This field contains the name of the university or school where the publishing was created...
Definition: BibliographyDataField.idl:87
const short BIBILIOGRAPHIC_TYPE
This field contains the type of the bibliographic reference.
Definition: BibliographyDataField.idl:36
const short CHAPTER
This field contains the name or number of the chapter.
Definition: BibliographyDataField.idl:51
const short PAGES
This field contains the number(s) of the page(s) of the reference into a publishing.
Definition: BibliographyDataField.idl:81
const short NOTE
This field contains a note.
Definition: BibliographyDataField.idl:72
Definition: Ambiguous.idl:20
const short NUMBER
This field contains the number of the publishing.
Definition: BibliographyDataField.idl:75
const short REPORT_TYPE
This field contains a description of the type of the report.
Definition: BibliographyDataField.idl:96
const short CUSTOM3
This field contains user defined data.
Definition: BibliographyDataField.idl:114
const short BOOKTITLE
This field contains the title of the book.
Definition: BibliographyDataField.idl:48
const short IDENTIFIER
This field contains a unique identifier for the bibliographic data.
Definition: BibliographyDataField.idl:31
const short TITLE
This field contains the title of the publishing.
Definition: BibliographyDataField.idl:93
const short PUBLISHER
This field contains the name of the publisher.
Definition: BibliographyDataField.idl:84
const short ISBN
This field contains the ISBN data of the publishing.
Definition: BibliographyDataField.idl:123
const short EDITOR
This field contains the name(s) of the editor(s)
Definition: BibliographyDataField.idl:57
const short YEAR
This field contains the year when the publishing was created.
Definition: BibliographyDataField.idl:102
const short JOURNAL
This field contains the name of the journal.
Definition: BibliographyDataField.idl:66
const short CUSTOM1
This field contains user defined data.
Definition: BibliographyDataField.idl:108
const short AUTHOR
This field contains the name(s) of the author(s)
Definition: BibliographyDataField.idl:45
const short CUSTOM5
This field contains user defined data.
Definition: BibliographyDataField.idl:120
const short CUSTOM2
This field contains user defined data.
Definition: BibliographyDataField.idl:111
const short ADDRESS
This field contains the address of the publisher.
Definition: BibliographyDataField.idl:39
const short URL
This field contains URL of the publishing.
Definition: BibliographyDataField.idl:105
const short ANNOTE
This field contains an annotation.
Definition: BibliographyDataField.idl:42
const short CUSTOM4
This field contains user defined data.
Definition: BibliographyDataField.idl:117