Lines Matching refs:document
33 module com { module sun { module star { module document {
38 the document emergency-save / recovery process.
42 …/** determines whether the document has been modified since the last call to <member>storeToRecove…
44 …ode>storeToRecoveryFile</code> has not been called before, this method returns whether the document
49 document where <code>wasModifiedSinceLastSave</code> returns <TRUE/>.</p>
52 …the document actually has been modified. So, the most simple implementation could simply delegate …
56 …<p>However, in such a case, the document might be saved more often than needed. In particular duri…
57 … periodic session save, this might become a problem when saving is expensive, for a single document
62 /** does an emergency save of the document
68 specifies the URL of the location to which the document should be emergency-saved.
83 /** recovers the document after a previous emergency or session save.
85 <p>The document itself has previously been created, but <em>not</em> loaded
89 <p>Upon successful return, the document must be fully initialized. In particular, the
98 specifies the URL of the location to which the document was previously emergency-saved.