LibreOffice
LibreOffice 24.2 SDK API Reference
|
indicates that XPackageRegistry::bindPackage() was previously called with a different value for the removed
parameter and that the XPackage object created by that call still exist.
More...
import"InvalidRemovedParameterException.idl";
Public Attributes | |
boolean | PreviousValue |
the value of the removed parameter which was used in XPackageRegistry::bindPackage() to create the currently existing XPackage object. More... | |
XPackage | Extension |
the XPackage that was already bound to the provided url parameter during XPackageRegistry::bindPackage(). 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... | |
indicates that XPackageRegistry::bindPackage() was previously called with a different value for the removed
parameter and that the XPackage object created by that call still exist.
XPackage Extension |
the XPackage that was already bound to the provided url
parameter during XPackageRegistry::bindPackage().
Must not be NULL
.
boolean PreviousValue |
the value of the removed
parameter which was used in XPackageRegistry::bindPackage() to create the currently existing XPackage object.