LibreOffice
LibreOffice 24.2 SDK API Reference
|
Obtains human readable strings from an XInteractionRequest. More...
import"XInteractionRequestStringResolver.idl";
Public Member Functions | |
com::sun::star::beans::Optional< string > | getStringFromInformationalRequest ([in] com::sun::star::task::XInteractionRequest Request) |
Obtains a string containing a human readable message from an informational interaction request. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Obtains human readable strings from an XInteractionRequest.
com::sun::star::beans::Optional< string > getStringFromInformationalRequest | ( | [in] com::sun::star::task::XInteractionRequest | Request | ) |
Obtains a string containing a human readable message from an informational interaction request.
An informational interaction request contains not more than one interaction continuation (user has no choice; request is just informational). The supplies continuation must either be a XInteractionAbort or XInteractionApprove
Request | the interaction request for that the message shall be obtained. |