|
LibreOffice
LibreOffice 5.1 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... | |
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... | |
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 |
1.8.11