Lines Matching refs:document

27 #include <com/sun/star/document/OfficeDocument.idl>
33 #include <com/sun/star/document/XDocumentEventBroadcaster.idl>
47 /** specifies a office database document which is a storable document.
51 <p>The database document contains no data per default. The following is stored inside the document:
61 @see com::sun::star::document::OfficeDocument
66 /** specifies basic functionality of a document in OpenOffice.org
68 …<p>Note that a database document actually does not support the <type scope="com::sun::star::view">…
69 …The non-optional requirement of this interface in the <type scope="com::sun::star::document">Offic…
72 service com::sun::star::document::OfficeDocument;
76 /** allows access to the Basic macros and dialogs possibly embedded in the document
79 interface ::com::sun::star::document::XEmbeddedScripts;
82 embedded in the document
87 /** allows to initialize the document, either from scratch, or from a stored
88 database document.
90 <p>A newly instantiated database document cannot be operated until it is fully
98 so the usual way of creating a document from scratch was to create it, set properties as
105 /** allows to register for notifications happening in the document
107 <p>The following events are broadcasted by a database document
117 … <td>the document has been newly created. This does not imply that the document has
122 … <td>the document has been completely loaded. This does not imply that the document
127 … <td>the document has been initialized from scratch, including plugging it into a frame.</td>
131 … <td>the document has been completely loaded, including plugging it into a frame.</td>
135 <td>the document is about to be saved.</td>
139 <td>saving the document succeeeded.</td>
143 <td>saving the document failed.</td>
147 <td>the document is about to be saved under a new name.</td>
151 <td>saving the document under a new name succeeeded.</td>
155 <td>saving the document under a new name failed.</td>
159 <td>the document is about to be saved to a location different from its
164 <td>saving the document to a different location succeeeded.</td>
168 <td>saving the document to a different location failed.</td>
172 <td>the document is about to be closed.</td>
176 <td>the document is being closed.</td>
180 <td>a view to the document obtained the focus.</td>
184 <td>a view to the document lost the focus.</td>
188 <td>the <quot>modified</quot> state of the document changed.</td>
192 <td>a view to the document has been created, and attached to the document.</td>
196 <td>a view to the document is about to be closed.</td>
200 <td>a view to the document has been closed.</td>
204 <td>the title of the document changed.</td>
208 …<td>From with a view to the document, a view to a sub component (e.g. a table or a report) has bee…
212 …<td>From with a view to the document, a view to a sub component (e.g. a table or a report) has bee…
221 interface ::com::sun::star::document::XDocumentEventBroadcaster;
226 life time issues, since a document needs to be closed when nobody needs it anymore.</p>
228 <p>This implies that clients of a document need to ensure that as soon as they don't
233 the document, to prevent some other client closing the model while it's still needed