LibreOffice
LibreOffice 24.2 SDK API Reference
Classes | Enumerations
com::sun::star::mozilla Module Reference

Interfaces for Mozilla integration. More...

Classes

struct  MenuMultipleChange
 Explains properties of a menu item. More...
 
service  MenuProxy
 Allows to execute dispatch for a menu item and handles listeners for changes in menu items. More...
 
service  MenuProxyListener
 Listens for changes in menu items. More...
 
struct  MenuSingleChange
 Explains a change for a menu item. More...
 
service  MozillaBootstrap
 Allow to discover Mozilla/Thunderbird profiles Allow init Mozilla XPCOM using selected profile and switch profiles. More...
 
interface  XCloseSessionListener
 Listener for closing of the corresponding session. More...
 
interface  XCodeProxy
 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...
 
interface  XMenuProxy
 Allows to execute dispatch for a menu item and handles listeners for changes in menu items. More...
 
interface  XMenuProxyListener
 Listens for changes in menu items. More...
 
interface  XMozillaBootstrap
 
interface  XProfileDiscover
 is the interface used to list and get information for Mozilla/Thunderbird profiles More...
 
interface  XProfileManager
 is the interface to boot up and switch Mozilla/Thunderbird profiles More...
 
interface  XProxyRunner
 is the interface run Mozilla XPCOM code in a managed environment More...
 

Enumerations

enum  MozillaProductType { Default = 0, Mozilla = 1, Firefox = 2, Thunderbird = 3 }
 Mozilla Product Types. More...
 

Detailed Description

Interfaces for Mozilla integration.

Enumeration Type Documentation

◆ MozillaProductType

enum MozillaProductType
published

Mozilla Product Types.

Enumerator
Default 

Any product.

Mozilla 

Mozilla browse and mail suite.

Firefox 

Mozilla's next generation web browser.

Thunderbird 

Mozilla's next generation e-mail client.