merge the formfield patch from ooo-build
[ooovba.git] / offapi / com / sun / star / document / DocumentInfo.idl
blob7fab78e3cbbea4c3e59fefa356c1011ba09a708c
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: DocumentInfo.idl,v $
10 * $Revision: 1.14 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef __com_sun_star_document_DocumentInfo_idl__
31 #define __com_sun_star_document_DocumentInfo_idl__
33 #ifndef __com_sun_star_document_XDocumentInfo_idl__
34 #include <com/sun/star/document/XDocumentInfo.idl>
35 #endif
37 #ifndef __com_sun_star_lang_XComponent_idl__
38 #include <com/sun/star/lang/XComponent.idl>
39 #endif
41 #ifndef __com_sun_star_beans_XPropertySet_idl__
42 #include <com/sun/star/beans/XPropertySet.idl>
43 #endif
45 #ifndef __com_sun_star_beans_XFastPropertySet_idl__
46 #include <com/sun/star/beans/XFastPropertySet.idl>
47 #endif
49 #ifndef __com_sun_star_beans_XPropertyContainer_idl__
50 #include <com/sun/star/beans/XPropertyContainer.idl>
51 #endif
53 #ifndef __com_sun_star_beans_NamedValue_idl__
54 #include <com/sun/star/beans/NamedValue.idl>
55 #endif
56 #ifndef __com_sun_star_util_DateTime_idl__
57 #include <com/sun/star/util/DateTime.idl>
58 #endif
60 #ifndef __com_sun_star_lang_Locale_idl__
61 #include <com/sun/star/lang/Locale.idl>
62 #endif
64 //=============================================================================
66 module com { module sun { module star { module document {
68 //=============================================================================
69 /** this service provides document-specific information like the
70 author, creation date and user fields
72 <p>
73 Contrary to the service <type>StandaloneDocumentInfo</type> the document - which
74 contains such informations - must be loaded completly. As a result of that this
75 DocumengInfo service is available on an open document via the interface
76 <type>XDocumentInfoSupplier</type> only.
77 </p>
79 @deprecated Use <type>DocumentProperties</type> instead.
81 @see StandaloneDocumentInfo
82 @see XDocumentInfoSupplier
84 published service DocumentInfo
86 //-------------------------------------------------------------------------
87 /** provides access to the user fields for the information regarding the
88 document
90 <p>
91 These fields are additional to normal properties.
92 (see below)
93 </p>
95 interface XDocumentInfo;
97 //-------------------------------------------------------------------------
98 /** neccessary to support normal properties
100 interface com::sun::star::beans::XPropertySet;
102 //-------------------------------------------------------------------------
103 /** supports faster access on well known properties by using index
105 interface com::sun::star::beans::XFastPropertySet;
107 //-------------------------------------------------------------------------
108 /** provides access to the user fields, which (instead to the user fields set
109 by the interface XDocumentInfo) will be typesafe.
112 These fields are additional to normal properties (see below) and
113 additional to the user fields set by the interface XDocumentInfo (see before).
114 </p>
116 [optional] interface com::sun::star::beans::XPropertyContainer;
118 //-------------------------------------------------------------------------
119 /** contains the intial author of the document
121 [property] string Author;
123 //-------------------------------------------------------------------------
124 /** @deprecated
126 [property] boolean AutoloadEnabled;
128 //-------------------------------------------------------------------------
129 /** contains the number of seconds after which a specified
130 URL is to be loaded after the document is loaded into a desktop
131 frame
133 [property] long AutoloadSecs;
135 //-------------------------------------------------------------------------
136 /** contains the URL to load automatically after a
137 specified time after the document is loaded into a desktop frame
139 [property] string AutoloadURL;
141 //-------------------------------------------------------------------------
142 /** contains the date and time of the first time the
143 document was stored
145 [property] com::sun::star::util::DateTime CreationDate;
147 //-------------------------------------------------------------------------
148 /** contains the name of the default frame into which
149 links should be loaded if no target is specified
152 This applies to the autoload feature too, but to others as well.
153 </p>
155 [property] string DefaultTarget;
157 //-------------------------------------------------------------------------
158 /** contains a multi-line comment of the document
161 Line delimiters can be UNIX, Macintosh or DOS style.
162 </p>
164 [property] string Description;
166 //-------------------------------------------------------------------------
167 /** contains some statistics about the document
170 The exact name and type of the values depends on the document type
171 </p>
173 [property] sequence< com::sun::star::beans::NamedValue > DocumentStatistic;
175 //-------------------------------------------------------------------------
176 /** describes how often the document was edited and saved
178 [property] short EditingCycles;
180 //-------------------------------------------------------------------------
181 /** contains the net time of editing the document (in seconds)
183 [property] long EditingDuration;
185 //-------------------------------------------------------------------------
186 /** identifies application was used to create or last modify the document
188 [property] string Generator;
190 //-------------------------------------------------------------------------
191 /** contains a comma separated list of keywords for
192 the document
194 [property] string Keywords;
196 //-------------------------------------------------------------------------
197 /** contains the MIME-type of the document's resource
200 The MIME-type is neither stored in the document information nor in
201 the document; it is sent within a protocol header or is
202 detected, thus it cannot be changed.
203 </p>
205 [readonly, property] string MIMEType;
207 //-------------------------------------------------------------------------
208 /** default language of the document
210 [property] com::sun::star::lang::Locale Language;
212 //-------------------------------------------------------------------------
213 /** contains the name of the editor who was the last
214 person to store this document
216 [property] string ModifiedBy;
218 //-------------------------------------------------------------------------
219 /** contains the date and time of the last time the
220 document was stored
222 [property] com::sun::star::util::DateTime ModifyDate;
224 //-------------------------------------------------------------------------
225 /** contains the date and time of when the document was
226 last printed
228 [property] com::sun::star::util::DateTime PrintDate;
230 //-------------------------------------------------------------------------
231 /** contains the name of the editor who was the last
232 person to print the document
234 [property] string PrintedBy;
236 //-------------------------------------------------------------------------
237 /** subject of document
239 [property] string Subject;
241 //-------------------------------------------------------------------------
242 /** contains logical name of the template from
243 which the document was created
246 The value is an empty string if the document was not created
247 from a template or if it was detached from the template.
248 </p>
250 [property] string Template;
252 //-------------------------------------------------------------------------
253 /** contains the file path name of the template from
254 which the document was created
256 [property] string TemplateFileName;
258 //-------------------------------------------------------------------------
259 /** contains the date and time of when the document
260 was created or updated from the template
262 [property] com::sun::star::util::DateTime TemplateDate;
264 //-------------------------------------------------------------------------
265 /** contains the title of the document
267 [property] string Title;
271 //=============================================================================
273 }; }; }; };
275 #endif