Lines Matching refs:document

65 module com {   module sun {   module star {   module document {
68 /** provides document-specific information such as the author, creation date,
72 This interface manages access to document meta-data properties.
74 (e.g. when importing arbitrary document formats that support
75 document properties), or imported from an ODF package via the methods
84 for getting access to an instance from a loaded document
90 /** contains the initial author of the document.
97 document.
100 new document or it saves a document. When a document is loaded that
102 document is saved again.
109 /** contains the date and time when the document was created.
115 /** contains the title of the document.
121 /** contains the subject of the document.
127 /** contains a multi-line comment describing the document.
136 /** contains a list of keywords for the document.
142 /** contains the default language of the document.
148 /** contains the name of the person who most recently stored the document.
154 /** contains the date and time of the last time the document was stored.
156 If the document has never been stored, contains a default value.
163 /** contains the name of the person who most recently printed the document.
169 /** contains the date and time when the document was last printed.
171 If the document has never been printed, contains a default value.
178 /** contains the name of the template from which the document was created.
180 The value is an empty <atom>string</atom> if the document was not
188 /** contains the URL of the template from which the document was created.
190 The value is an empty <atom>string</atom> if the document was not
198 /** contains the date and time of when the document
206 specified time after the document is loaded into a desktop frame.
208 An empty URL is valid and describes a case where the document shall be
223 URL is to be loaded after the document is loaded into a desktop
253 /** contains some statistics about the document.
255 The contained statistics may be specific to the type of the document.
263 /** describes how often the document was edited and saved.
276 /** contains the net time of editing the document (in seconds).
291 Clears the document properties, such that it apperars the document
325 /** loads document properties from an ODF package.
328 someone else, e.g., a document.
336 the <type>com::sun::star::document::MediaDescriptor</type>
346 if parsing the XML document fails
361 /** loads document properties from an ODF package or an OLE container.
364 the URL of the source document
372 the <type>com::sun::star::document::MediaDescriptor</type>
376 if parsing the XML document fails
390 /** stores document properties to an ODF package.
393 someone else, e.g., a document.
404 the <type>com::sun::star::document::MediaDescriptor</type>
426 /** stores document properties to an ODF package or an OLE container.
429 the URL of the target document
437 the <type>com::sun::star::document::MediaDescriptor</type>