LibreOffice
LibreOffice 24.2 SDK API Reference
|
is used for execution where information for execution may be required from the user. More...
import"XCompletedExecution.idl";
Public Member Functions | |
void | executeWithCompletion ([in]com::sun::star::task::XInteractionHandler handler) raises (com::sun::star::sdbc::SQLException) |
completes necessary information before execution, for example parameter values. 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... | |
is used for execution where information for execution may be required from the user.
void executeWithCompletion | ( | [in] com::sun::star::task::XInteractionHandler | handler | ) | |
raises | ( | com::sun::star::sdbc::SQLException | |||
) |
completes necessary information before execution, for example parameter values.
handler | will be asked when more information is needed |
com::sun::star::sdbc::SQLException | if a database access error occurs. |