LibreOffice
LibreOffice 24.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 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 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. |