| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
defines the environment for a command. More...
import "XCommandEnvironment.idl";
 
  
| Public Member Functions | |
| 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. | |
| com::sun::star::task::XInteractionHandler getInteractionHandler | ( | ) | 
returns the command's interaction handler.
If called multiple times, this method should consistently return the same value (to allow caching).
| com::sun::star::ucb::XProgressHandler getProgressHandler | ( | ) | 
returns the command's progress handler.
If called multiple times, this method should consistently return the same value (to allow caching).