LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XCodeProxy Interface Referencepublished

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";

Inheritance diagram for XCodeProxy:
XInterface

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

Detailed Description

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

See also
XProxyRunner
XMozillaBootstrap

Member Function Documentation

◆ getProductType()

MozillaProductType getProductType ( )

which Mozilla product this code is write for

◆ getProfileName()

string getProfileName ( )

which Mozilla profile this code will use

◆ run()

long run ( )

all Mozilla XPCOM code must be called in run() or functions called by run()


The documentation for this interface was generated from the following file: