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
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.