LibreOffice
LibreOffice 24.2 SDK API Reference
|
These are the possible values for TransferInfo::NameClash. More...
Variables | |
const long | ERROR = 0 |
Means to set an error and cancel the operation. More... | |
const long | OVERWRITE = 1 |
Means to overwrite the object in the target folder with the object to transfer. More... | |
const long | RENAME = 2 |
Means to rename the object to transfer to solve the clash. More... | |
const long | KEEP = 3 |
Deprecated. More... | |
const long | ASK = 4 |
Means to use a NameClashResolveRequest in order to solve the name clash. More... | |
These are the possible values for TransferInfo::NameClash.
const long ASK = 4 |
Means to use a NameClashResolveRequest in order to solve the name clash.
const long ERROR = 0 |
Means to set an error and cancel the operation.
const long KEEP = 3 |
const long OVERWRITE = 1 |
Means to overwrite the object in the target folder with the object to transfer.
const long RENAME = 2 |
Means to rename the object to transfer to solve the clash.
The implementation needs to supply and set a suitable new name.