LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
DocumentSaveRequest Exception Reference

an error specifying the lack of a document name More...

import"DocumentSaveRequest.idl";

Inheritance diagram for DocumentSaveRequest:
ClassifiedInteractionRequest Exception

Public Attributes

com::sun::star::ucb::XContent Content
 specifies the content where the document should save inside. More...
 
string Name
 The default name of the document, may be empty. 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

an error specifying the lack of a document name

Usually thrown if someone tries to save a document which hasn't a name yet.

Since
OOo 2.0

Member Data Documentation

◆ 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.

◆ Name

string Name

The default name of the document, may be empty.


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