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. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
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. |