LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
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.
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.

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: