| LibreOffice
    LibreOffice 25.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. | |
| 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. | |
| const long | KEEP = 3 | 
| Deprecated. | |
| const long | ASK = 4 | 
| Means to use a NameClashResolveRequest in order to solve the name clash. | |
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.