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

interface XInteractionReplaceExistingData
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::task::XInteractionContinuation
    |
    +-XInteractionReplaceExistingData
Description
is an interaction continuation used to instruct the requester to replace existing data.

For example, this continuation can be selected when handling a NameClashResolveRequest in order to instruct the requester to overwrite the clashing data.


Top of Page