LibreOffice
LibreOffice 24.2 SDK API Reference
|
defines a lock. More...
import"Lock.idl";
Public Attributes | |
LockDepth | Depth |
defines the lock's depth. More... | |
any | Owner |
the owner of the lock. More... | |
hyper | Timeout |
a timeout value for the lock. More... | |
sequence< string > | LockTokens |
the lock tokens. More... | |
Public Attributes inherited from LockEntry | |
LockScope | Scope |
defines the lock's scope. More... | |
LockType | Type |
defines the type of the lock. More... | |
defines a lock.
LockDepth Depth |
defines the lock's depth.
sequence< string > LockTokens |
the lock tokens.
Each lock token is a URI.
any Owner |
the owner of the lock.
This element provides information sufficient for either directly contacting a principal (such as a telephone number or email URI), or for discovering the principal (such as the URL of a homepage) who owns the lock.
hyper Timeout |
a timeout value for the lock.
This element specifies the number of seconds between granting of the lock and the automatic removal of that lock. The value must not be greater than 2^32-1
. A value of -1
stands for an infinite lock, that will never be removed automatically.