LibreOffice
LibreOffice 24.2 SDK API Reference
|
describes version clashes of a deployment unit. More...
import"VersionException.idl";
Public Attributes | |
string | NewVersion |
the version of the extension which is being installed. More... | |
string | NewDisplayName |
the display name of the extension which is being installed. More... | |
XPackage | Deployed |
represents the already installed version of the deployment unit. More... | |
Public Attributes inherited from Exception | |
string | Message |
gives a detailed description of the reason, why the exception was thrown. More... | |
com::sun::star::uno::XInterface | Context |
should contain a reference to the original, which raised the exception. More... | |
describes version clashes of a deployment unit.
This exception is intended to be used with an com::sun::star::task::XInteractionHandler.
XPackage Deployed |
represents the already installed version of the deployment unit.
Must not be NULL
.
string NewDisplayName |
the display name of the extension which is being installed.
string NewVersion |
the version of the extension which is being installed.