LibreOffice
LibreOffice 5.1 SDK API Reference
Public Member Functions | List of all members
XPluginInstanceNotifySink Interface Referencepublished

Allows a plugin to get notification from office side about status of new document opening. More...

import"XPluginInstanceNotifySink.idl";

Inheritance diagram for XPluginInstanceNotifySink:
XInterface

Public Member Functions

void notifyURL ([in] string theURL)
 Notifies the plugin that a getURL / postURL operation on the corresponding XPluginInstancePeer was finished. 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

Allows a plugin to get notification from office side about status of new document opening.

This interface is oriented for communication with browsers plugins.

Member Function Documentation

void notifyURL ( [in] string  theURL)

Notifies the plugin that a getURL / postURL operation on the corresponding XPluginInstancePeer was finished.

Parameters
theURL[in]: name of the URL that was used during a previous getURL or postURL call

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