LibreOffice
LibreOffice 5.0 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
com
sun
star
text
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;
126
};
127
128
}; }; }; };
129
130
#endif
131
132
133
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4