LibreOffice
LibreOffice 24.2 SDK API Reference
|
is the interface to run Mozilla XPCOM code to run Mozilla XPCOM code in OOo,you should first implement this interface, then pass this object to xProxyRunner->Run More...
import <XCodeProxy.idl;
Public Member Functions | |
long | run () |
all Mozilla XPCOM code must be called in run() or functions called by run() | |
MozillaProductType | getProductType () |
which Mozilla product this code is write for | |
string | getProfileName () |
which Mozilla profile this code will use | |
![]() | |
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 to run Mozilla XPCOM code to run Mozilla XPCOM code in OOo,you should first implement this interface, then pass this object to xProxyRunner->Run
MozillaProductType getProductType | ( | ) |
which Mozilla product this code is write for
string getProfileName | ( | ) |
which Mozilla profile this code will use