Lines Matching refs:document
37 /** specifies a sub document of a <type>OfficeDatabaseDocument</type>.
41 <p>Note that the <code>DocumentDefinition</code> does not denote the actual document
48 of a database document's sub documents.
54 <li><strong>open</strong>: loads the sub document in an own frame. The return value of
55 the <code>execute</code> method is the model of the loaded document.</li>
56 <li><strong>store</strong>: stores the document.</li>
57 <li><strong>openDesign</strong>: opens the sub document in an own frame, in design mode.
58 … The user can make changes to the document, and save those changes. The return value of
59 the <code>execute</code> method is the model of the loaded document.</li>
60 … <li><strong>preview</strong>: retrieves an image showing a preview of the sub document.</li>
61 <li><strong>getDocumentInfo</strong>: retrieves the document information, as
62 … <type scope="com::sun::star::document">XDocumentInfo</type> instance, of the sub document.</li>
63 <li><strong>delete</strong>: deletes the sub document from the database document.</li>
64 <li><strong>close</strong>: closes the sub document, if it had previously been opened
67 … the sub document could be closed. Reasons for not closing the document include vetos by
68 … third parties, for instance, because the user opened a dialog modal to the sub document,
70 … <li><strong>show</strong>: shows the sub document. This is useful if you previously opened the
71 document hidden, or if you previously hide it using the <em>hide</em> command.<br/>
72 … The <em>open</em> command is not available if the sub document has not been loaded, yet.</li>
73 … <li><strong>hide</strong>: hides the sub document. In opposite to the <em>close</em> command,
74 … only the document window is hidden, but the document is kept loaded. A subsequent execution
84 /** is the name of the document. If the document is part of the container,
88 …/** Indicates if the document is to be used as template, for example, if a report is to be filled …