LibreOffice
LibreOffice 24.2 SDK API Reference
|
this request is used in case a content can't keep files from overwriting More...
import <UnsupportedOverwriteRequest.idl;
Public Attributes | |
string | Name |
the name of the target that might be overwritten, can be empty. | |
![]() | |
com::sun::star::task::InteractionClassification | Classification |
The classification of the request. | |
![]() | |
string | Message |
gives a detailed description of the reason, why the exception was thrown. | |
com::sun::star::uno::XInterface | Context |
should contain a reference to the original, which raised the exception. | |
this request is used in case a content can't keep files from overwriting
It is supported by InteractionHandler service, and can be used in case a content can not keep files from overwriting and user specifies to do so. Continuations for using with the mentioned service are Abort and Approve.
string Name |
the name of the target that might be overwritten, can be empty.