:: com :: sun :: star ::

module mozilla
Description
Interfaces for Mozilla integration.

Services
::com::sun::star::mozilla::MenuProxy Allows to execute dispatch for a menu item and handles listeners for changes in menu items.
::com::sun::star::mozilla::MenuProxyListener Listens for changes in menu items.
::com::sun::star::mozilla::MozillaBootstrap Allow to discover Mozilla/Thunderbird profiles Allow init Mozilla XPCOM using selected profile and switch profiles.
Interfaces
::com::sun::star::mozilla::XCloseSessionListener Listener for closing of the corresponding session.
::com::sun::star::mozilla::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
::com::sun::star::mozilla::XMenuProxy Allows to execute dispatch for a menu item and handles listeners for changes in menu items.
::com::sun::star::mozilla::XMenuProxyListener Listens for changes in menu items.
::com::sun::star::mozilla::XMozillaBootstrap
::com::sun::star::mozilla::XPluginInstance Allows to controll an office side plugin instance and to communicate with it. This interface is oriented for communication with browsers plugins.
::com::sun::star::mozilla::XPluginInstanceNotifySink Allows a plugin to get notification from office side about status of new document opening. This interface is oriented for communication with browsers plugins.
::com::sun::star::mozilla::XPluginInstancePeer Allows to communicate with a plugin from the office side. This interface is oriented for communication with browsers plugins.
::com::sun::star::mozilla::XPluginInstanceSyncPeer This interface is an extention for ::com::sun::star::mozilla::XPluginInstancePeer interface. An object can support this interface in addition to ::com::sun::star::mozilla::XPluginInstancePeer interface.
::com::sun::star::mozilla::XPluginWindowPeer Allows to notify a plugin from the office side about plugin window's child window creation. This interface is oriented for communication with browsers plugins.
::com::sun::star::mozilla::XProfileDiscover is the interface used to list and get information for Mozilla/Thunderbird profiles
::com::sun::star::mozilla::XProfileManager is the interface to bootup and switch Mozilla/Thunderbird profiles
::com::sun::star::mozilla::XProxyRunner is the interface run Mozilla XPCOM code in a managered environment
::com::sun::star::mozilla::XRemoteServiceManagerProvider [ DEPRECATED ]
Allows creation of the remote service manager for given session. This interface is oriented for communication with browsers plugins.
Structs
::com::sun::star::mozilla::MenuMultipleChange Explains properties of a menu item
::com::sun::star::mozilla::MenuSingleChange Explains a change for a menu item
Enums
::com::sun::star::mozilla::MozillaProductType Mozilla Product Types
Top of Page