Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: ucb ::

constants group NameClash
Description
These are the possible values for TransferInfo::NameClash.

Constants
ERROR Means to set an error and cancel the operation.  
OVERWRITE Means to overwrite the object in the target folder with the object to transfer.  
RENAME Means to rename the object to transfer to solve the clash.  
KEEP [ DEPRECATED ]
Deprecated. Do not use!  
ASK Means to use a NameClashResolveRequest in order to solve the name clash.  
Constants' Details
ERROR
const long ERROR = 0;
Description
Means to set an error and cancel the operation.
OVERWRITE
const long OVERWRITE = 1;
Description
Means to overwrite the object in the target folder with the object to transfer.
RENAME
const long RENAME = 2;
Description
Means to rename the object to transfer to solve the clash.

The implementation needs to supply and set a suitable new name.

KEEP
const long KEEP = 3;
Usage Restrictions
deprecated
Description
Deprecated. Do not use!
ASK
const long ASK = 4;
Description
Means to use a NameClashResolveRequest in order to solve the name clash.
See also
::com::sun::star::task::XInteractionHandler
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.