LibreOffice
LibreOffice 4.3 SDK API Reference
Modules | Classes | Enumerations
com::sun::star::plugin Module Reference

Netscape-like plugin interfaces. More...

Constant Groups

constants  PluginMode
 

Classes

struct  PluginDescription
 Describes a specific plugin. More...
 
exception  PluginException
 Indicates that an error occurred in an NPN or NPP function call. More...
 
service  PluginManager
 This service manages all recognized Netscape plugins. More...
 
interface  XPlugin
 This interface allows the container, e.g. More...
 
interface  XPluginContext
 Interface receiving calls from a plugin library. More...
 
interface  XPluginManager
 Interface accessing all recognized Netscape plugins. More...
 

Enumerations

enum  PluginVariable { VxDisplay, VxtAppContext }
 Describes the possible parameters to XPluginContext::getValue. More...
 

Detailed Description

Netscape-like plugin interfaces.

Enumeration Type Documentation

enum PluginVariable
published

Describes the possible parameters to XPluginContext::getValue.

It describes what kind of object is requested.

Enumerator
VxDisplay 

XPluginContext::getValue will return the XWindow display pointer of a display connection (UNIX only)

VxtAppContext 

XPluginContext::getValue will return the global Xt application context (UNIX only)