LibreOffice
LibreOffice 24.2 SDK API Reference
|
A notification mechanism that a XRemoteContentProviderAcceptor no longer needs a remote content provider. More...
import"XRemoteContentProviderDoneListener.idl";
Public Member Functions | |
void | doneWithRemoteContentProviders ([in] XRemoteContentProviderAcceptor Acceptor) |
A notification that all remote content providers added to the given XRemoteContentProviderAcceptor should be removed, because the acceptor no longer needs them. 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... | |
A notification mechanism that a XRemoteContentProviderAcceptor no longer needs a remote content provider.
void doneWithRemoteContentProviders | ( | [in] XRemoteContentProviderAcceptor | Acceptor | ) |
A notification that all remote content providers added to the given XRemoteContentProviderAcceptor should be removed, because the acceptor no longer needs them.
Acceptor | If null, all remote content providers added to any acceptor shall be removed. |