LibreOffice
LibreOffice 4.3 SDK API Reference
Public Attributes | List of all members
FutureDocumentVersionProductUpdateRequest Exception 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";

Inheritance diagram for FutureDocumentVersionProductUpdateRequest:
ClassifiedInteractionRequest Exception

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...
 
- Public Attributes inherited from ClassifiedInteractionRequest
com::sun::star::task::InteractionClassification Classification
 The classification of the request. 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...
 

Detailed Description

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.

Member Data Documentation

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


The documentation for this exception was generated from the following file: