:: com :: sun :: star :: document ::

exception OwnLockOnDocumentRequest
Base Hierarchy
OwnLockOnDocumentRequest
 ┗ ::com::sun::star::uno::Exception
Description
Is used for interaction handle to query user decision regarding locked document.
Since
OOo 3.1

Elements' Summary
DocumentURL The URL of the locked document.  
TimeInfo The time from which the document is locked.  
IsStoring Whether the request is related to storing process  
Elements' Details
DocumentURL
string DocumentURL;
Description
The URL of the locked document.
TimeInfo
string TimeInfo;
Description
The time from which the document is locked.
IsStoring
boolean IsStoring;
Description
Whether the request is related to storing process
Top of Page