LibreOffice
LibreOffice 4.2 SDK API Reference
|
describes a request to the user to update OpenOffice.org to a newer version, since an ODF document was encountered which conforms to an ODF version unknown to the current OpenOffice.org version. More...
import"FutureDocumentVersionProductUpdateRequest.idl";
Public Attributes | |
string | DocumentURL |
specifies the URL of the document which conforms to a future ODF version More... | |
string | DocumentODFVersion |
the ODF version which the document conforms to More... | |
![]() | |
com::sun::star::task::InteractionClassification | Classification |
The classification of the request. More... | |
![]() | |
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 a request to the user to update OpenOffice.org to a newer version, since an ODF document was encountered which conforms to an ODF version unknown to the current OpenOffice.org version.
An interaction request of this type usually comes with an XInteractionApprove, and XInteractionDisapprove, and XInteractionAskLater continuation.
string DocumentODFVersion |
the ODF version which the document conforms to
If the request was not issued because of a too-new ODF version of the document, but because the application detected by other means that the document was too-new, then DocumentODFVersion
is allowed to be empty
string DocumentURL |
specifies the URL of the document which conforms to a future ODF version