interface XPluginInstanceSyncPeer in module com::sun::star::mozilla::

(Global Index)

Syntax

interface XPluginInstanceSyncPeer : com::sun::star::uno::XInterface ;

Method Summary

openNewBrowserWindow Opens a new browser window with a plugin instance synchronously.

Method Details



openNewBrowserWindow

Syntax

void openNewBrowserWindow (
com::sun::star::mozilla::XPluginInstance aInstance,
any aLinkage,
boolean embeded );

Description

Opens a new browser window with a plugin instance synchronously.

Parameter aInstance

[out]: new plugin instance in case of success

Parameter Any

[out]: linkage to the window data

Parameter embedded

[out]: selects embedded or full page plugin mode
Top of Page