| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
is the interface run Mozilla XPCOM code in a managed environment More...
import "XProxyRunner.idl";
 
  
| Public Member Functions | |
| long | Run ([in]XCodeProxy aCode) | 
| attempts to Run XPCOM code in a managed environment | |
| 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. | |
is the interface run Mozilla XPCOM code in a managed environment
| long Run | ( | [in] XCodeProxy | aCode | ) | 
attempts to Run XPCOM code in a managed environment
| aCode | is a com:sun:star:mozilla:XCodeProxy object to be run. |