LibreOffice
LibreOffice 4.3 SDK API Reference
|
Allows to notify a plugin from the office side about plugin window's child window creation. More...
import"XPluginWindowPeer.idl";
Public Member Functions | |
void | setChildWindow ([in] any SystemWindowData) |
Notifies the peer of the created child window. 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... | |
Allows to notify a plugin from the office side about plugin window's child window creation.
This interface is oriented for communication with browsers plugins.
void setChildWindow | ( | [in] any | SystemWindowData | ) |
Notifies the peer of the created child window.
SystemWindowData | [in]: platform dependent window data |