LibreOffice
LibreOffice 24.2 SDK API Reference
|
An interaction continuation handing back parameter data. More...
import"XInteractionSupplyParameters.idl";
Public Member Functions | |
void | setParameters ([in] sequence< com::sun::star::beans::PropertyValue > Values) |
set the parameters chosen by the interaction handler More... | |
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). 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... | |
An interaction continuation handing back parameter data.
This continuation is typically used in conjunction with a com::sun::star::sdb::ParametersRequest.
void setParameters | ( | [in] sequence< com::sun::star::beans::PropertyValue > | Values | ) |
set the parameters chosen by the interaction handler
Values | the parameters to set |