LibreOffice
LibreOffice 4.2 SDK API 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... | |
Netscape-like plugin interfaces.
|
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) |