21module 
com { module sun { module star { module document {
 
   63                [in] 
string TargetLocation,
 
   97                [in] 
string SourceLocation,
 
   98                [in] 
string SalvagedFile,
 
 
is thrown when an input or output error has occurred.
Definition IOException.idl:27
This is a checked exception that wraps an exception thrown by the original target.
Definition WrappedTargetException.idl:34
is the interface to be implemented by documents who wish to participate in the document emergency-sav...
Definition XDocumentRecovery.idl:28
void recoverFromFile([in] string SourceLocation, [in] string SalvagedFile, [in] sequence< ::com::sun::star::beans::PropertyValue > MediaDescriptor)
recovers the document after a previous emergency or session save.
boolean wasModifiedSinceLastSave()
determines whether the document has been modified since the last call to storeToRecoveryFile().
void storeToRecoveryFile([in] string TargetLocation, [in] sequence< ::com::sun::star::beans::PropertyValue > MediaDescriptor)
does an emergency save of the document
Definition Ambiguous.idl:20