LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
DispatchResultEvent Struct Referencepublished

contains the result of the dispatch action, if State is set to SUCCESS More...

import"DispatchResultEvent.idl";

Inheritance diagram for DispatchResultEvent:
EventObject

Public Attributes

short State
 describes state of dispatch More...
 
any Result
 describes result for given State More...
 
- Public Attributes inherited from EventObject
com::sun::star::uno::XInterface Source
 refers to the object that fired the event. More...
 

Detailed Description

contains the result of the dispatch action, if State is set to SUCCESS

The type of the result is dispatch action dependent. The member State can be set to one of the values defined in DispatchResultState. If State is set to DispatchResultState::FAILURE, Result may specify the reason (or is empty). The type is also dispatch action dependent. If State is set to DispatchResultState::DONTKNOW, Result is empty.

See also
DispatchResultState

Member Data Documentation

◆ Result

any Result

describes result for given State

◆ State

short State

describes state of dispatch


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