LibreOffice
LibreOffice 5.1 SDK API Reference
|
Interface accessing all recognized Netscape plugins. More...
import"XPluginManager.idl";
Public Member Functions | |
com::sun::star::plugin::XPluginContext | createPluginContext () |
Creates a default context. More... | |
sequence< com::sun::star::plugin::PluginDescription > | getPluginDescriptions () |
Returns the descriptions for all recognized plugins. More... | |
com::sun::star::plugin::XPlugin | createPlugin ([in] com::sun::star::plugin::XPluginContext acontext, [in] short mode, [in] sequence< string > argn, [in] sequence< string > argv, [in] com::sun::star::plugin::PluginDescription plugintype) raises ( com::sun::star::plugin::PluginException ) |
Creates a new plugin instance. More... | |
com::sun::star::plugin::XPlugin | createPluginFromURL ([in] com::sun::star::plugin::XPluginContext acontext, [in] short mode, [in] sequence< string > argn, [in] sequence< string > argv, [in] com::sun::star::awt::XToolkit toolkit, [in] com::sun::star::awt::XWindowPeer parent, [in] string url) |
Creates a new plugin instance. More... | |
![]() | |
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... | |
Interface accessing all recognized Netscape plugins.
com::sun::star::plugin::XPlugin createPlugin | ( | [in] com::sun::star::plugin::XPluginContext | acontext, |
[in] short | mode, | ||
[in] sequence< string > | argn, | ||
[in] sequence< string > | argv, | ||
[in] com::sun::star::plugin::PluginDescription | plugintype | ||
) | |||
raises | ( | com::sun::star::plugin::PluginException | |
) |
Creates a new plugin instance.
acontext | plugin context |
mode | plugin mode |
argn | argument name list provided to plugin |
argv | argument value list provided to plugin |
plugintype | plugin description |
com::sun::star::plugin::XPluginContext createPluginContext | ( | ) |
Creates a default context.
This context depends on the service com::sun::star::frame::Desktop.
com::sun::star::plugin::XPlugin createPluginFromURL | ( | [in] com::sun::star::plugin::XPluginContext | acontext, |
[in] short | mode, | ||
[in] sequence< string > | argn, | ||
[in] sequence< string > | argv, | ||
[in] com::sun::star::awt::XToolkit | toolkit, | ||
[in] com::sun::star::awt::XWindowPeer | parent, | ||
[in] string | url | ||
) |
Creates a new plugin instance.
acontext | plugin context |
mode | plugin mode |
argn | argument name list provided to plugin |
argv | argument value list provided to plugin |
toolkit | toolkit to be used to get system window handle for plugin |
parent | parent window |
url | url |
sequence<com::sun::star::plugin::PluginDescription> getPluginDescriptions | ( | ) |
Returns the descriptions for all recognized plugins.