LibreOffice
LibreOffice 24.8 SDK API Reference
|
import <CommandEnvironment.idl;
Public Member Functions | |
create ([in] com::sun::star::task::XInteractionHandler InteractionHandler, [in] com::sun::star::ucb::XProgressHandler ProgressHandler) | |
Constructor. | |
![]() | |
com::sun::star::task::XInteractionHandler | getInteractionHandler () |
returns the command's interaction handler. | |
com::sun::star::ucb::XProgressHandler | getProgressHandler () |
returns the command's progress handler. | |
![]() | |
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. | |
create | ( | [in] com::sun::star::task::XInteractionHandler | InteractionHandler, |
[in] com::sun::star::ucb::XProgressHandler | ProgressHandler ) |
Constructor.
InteractionHandler | the interaction handler instance that will be returned by this service's implementation of XCommandEnvironemt::getInteractionHandler() |
ProgressHandler | the progress handler instance that will be returned by this service's implementation of XCommandEnvironemt::getProgressHandler() |