19 #ifndef __com_sun_star_document_XDocumentProperties_idl__
20 #define __com_sun_star_document_XDocumentProperties_idl__
34 module
com { module sun { module star { module document {
189 [attribute]
long AutoloadSecs {
219 [attribute]
short EditingCycles {
231 [attribute]
long EditingDuration {
257 void resetUserData( [in]
string Author );
298 [in] sequence < com::sun::star::beans::PropertyValue > Medium )
326 void loadFromMedium( [in]
string URL,
327 [in] sequence < com::sun::star::beans::PropertyValue > Medium )
362 [in] sequence < com::sun::star::beans::PropertyValue > Medium )
387 void storeToMedium( [in]
string URL,
388 [in] sequence < com::sun::star::beans::PropertyValue > Medium )
string ModifiedBy
contains the name of the person who most recently stored the document.
Definition: XDocumentProperties.idl:110
com::sun::star::util::DateTime CreationDate
contains the date and time when the document was created.
Definition: XDocumentProperties.idl:77
is thrown when an input or output error has occurred.
Definition: IOException.idl:30
com::sun::star::lang::Locale Language
contains the default language of the document.
Definition: XDocumentProperties.idl:105
This interface represents main storage functionality.
Definition: XStorage.idl:43
string Title
contains the title of the document.
Definition: XDocumentProperties.idl:82
com::sun::star::util::DateTime PrintDate
contains the date and time when the document was last printed.
Definition: XDocumentProperties.idl:131
represents a combined date+time value.
Definition: DateTime.idl:28
string DefaultTarget
contains the name of the default frame into which links should be loaded if no target is specified...
Definition: XDocumentProperties.idl:200
– idl definition –
Definition: Ambiguous.idl:22
provides document-specific information such as the author, creation date, and user-defined fields...
Definition: XDocumentProperties.idl:55
string Description
contains a multi-line comment describing the document.
Definition: XDocumentProperties.idl:95
string Subject
contains the subject of the document.
Definition: XDocumentProperties.idl:87
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:52
string AutoloadURL
contains the URL to load automatically at a specified time after the document is loaded into a deskto...
Definition: XDocumentProperties.idl:171
makes it possible to add and remove properties to or from an object.
Definition: XPropertyContainer.idl:46
com::sun::star::util::DateTime TemplateDate
contains the date and time of when the document was created or updated from the template.
Definition: XDocumentProperties.idl:155
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:37
string TemplateName
contains the name of the template from which the document was created.
Definition: XDocumentProperties.idl:140
string PrintedBy
contains the name of the person who most recently printed the document.
Definition: XDocumentProperties.idl:123
sequence< com::sun::star::beans::NamedValue > DocumentStatistics
contains some statistics about the document.
Definition: XDocumentProperties.idl:209
string TemplateURL
contains the URL of the template from which the document was created.
Definition: XDocumentProperties.idl:149
com::sun::star::util::DateTime ModificationDate
contains the date and time of the last time the document was stored.
Definition: XDocumentProperties.idl:118
sequence< string > Keywords
contains a list of keywords for the document.
Definition: XDocumentProperties.idl:100
string Generator
identifies which application was used to create or last modify the document.
Definition: XDocumentProperties.idl:72
string Author
contains the initial author of the document.
Definition: XDocumentProperties.idl:60