LibreOffice
LibreOffice 4.3 SDK API Reference
|
Allows a plugin to get notification from office side about status of new document opening. More...
import"XPluginInstanceNotifySink.idl";
Public Member Functions | |
void | notifyURL ([in] string theURL) |
Notifies the plugin that a getURL / postURL operation on the corresponding XPluginInstancePeer was finished. 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 a plugin to get notification from office side about status of new document opening.
This interface is oriented for communication with browsers plugins.
void notifyURL | ( | [in] string | theURL | ) |
Notifies the plugin that a getURL / postURL operation on the corresponding XPluginInstancePeer was finished.
theURL | [in]: name of the URL that was used during a previous getURL or postURL call |