Lines Matching refs:sub
37 /** specifies a sub document of a <type>OfficeDatabaseDocument</type>.
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
57 <li><strong>openDesign</strong>: opens the sub document in an own frame, in design mode.
60 … <li><strong>preview</strong>: retrieves an image showing a preview of the sub document.</li>
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
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,