LibreOffice
LibreOffice 4.2 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
XPluginInstanceSyncPeer Interface Referencepublished

This interface is an extension for XPluginInstancePeer interface. More...

import"XPluginInstanceSyncPeer.idl";

Inheritance diagram for XPluginInstanceSyncPeer:
XInterface

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...
 
- Public Member Functions inherited from XInterface
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...
 

Detailed Description

This interface is an extension for XPluginInstancePeer interface.

An object can support this interface in addition to XPluginInstancePeer interface.

Member Function Documentation

void openNewBrowserWindow ( [out] XPluginInstance  aInstance,
[out] any  aLinkage,
[out] boolean  embedded 
)

Opens a new browser window with a plugin instance synchronously.

Parameters
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

The documentation for this interface was generated from the following file: