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() More... | |
MozillaProductType | getProductType () |
which Mozilla product this code is write for More... | |
string | getProfileName () |
which Mozilla profile this code will use 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 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