| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
is an interaction continuation used to hand back a new name for something. More...
import "XInteractionSupplyName.idl";
 
  
| Public Member Functions | |
| void | setName ([in] string Name) | 
| sets the name to supply. | |
| Public Member Functions inherited from XInteractionContinuation | |
| void | select () | 
| Select this way of continuing from an com::sun::star::task::XInteractionRequest (given a choice of various instances of com::sun::star::task::XInteractionContinuation). | |
| 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. | |
is an interaction continuation used to hand back a new name for something.
For example, this continuation can be selected when handling a NameClashResolveRequest in order to supply a new name for a clashing resource.
| void setName | ( | [in] string | Name | ) | 
sets the name to supply.
| Name | contains the name to supply. |