LibreOffice
LibreOffice 4.3 SDK API Reference
|
This interface is an extension for XPluginInstancePeer interface. More...
import"XPluginInstanceSyncPeer.idl";
Public Member Functions | |
void | openNewBrowserWindow ([out] XPluginInstance aInstance, [out] any aLinkage, [out] boolean embedded) |
Opens a new browser window with a plugin instance synchronously. 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... | |
This interface is an extension for XPluginInstancePeer interface.
An object can support this interface in addition to XPluginInstancePeer interface.
void openNewBrowserWindow | ( | [out] XPluginInstance | aInstance, |
[out] any | aLinkage, | ||
[out] boolean | embedded | ||
) |
Opens a new browser window with a plugin instance synchronously.
aInstance | [out]: new plugin instance in case of success |
aLinkage | [out]: linkage to the window data |
embedded | [out]: selects embedded or full page plugin mode |