| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
an error specifying the lack of a document name More...
import "DocumentSaveRequest.idl";
 
  
| Public Attributes | |
| com::sun::star::ucb::XContent | Content | 
| specifies the content where the document should save inside. | |
| string | Name | 
| The default name of the document, may be empty. | |
| Public Attributes inherited from ClassifiedInteractionRequest | |
| com::sun::star::task::InteractionClassification | Classification | 
| The classification of the request. | |
| Public Attributes inherited from Exception | |
| 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. | |
an error specifying the lack of a document name
Usually thrown if someone tries to save a document which hasn't a name yet.
| com::sun::star::ucb::XContent Content | 
specifies the content where the document should save inside.
Somebody handling the request could, e.g., use the content as root content to display the hierarchy of the sub contents.
| string Name | 
The default name of the document, may be empty.