| LibreOffice
    LibreOffice 25.2 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. | |
| Public Member Functions inherited from XCommandEnvironment | |
| com::sun::star::task::XInteractionHandler | getInteractionHandler () | 
| returns the command's interaction handler. | |
| com::sun::star::ucb::XProgressHandler | getProgressHandler () | 
| returns the command's progress handler. | |
| 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. | |
| 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() |