LibreOffice
LibreOffice 24.2 SDK API Reference
|
This interface should be implemented together with XRemoteContentProviderAcceptor and allows for a lazy implementation of XRemoteContentProviderAcceptor::addRemoteContentProvider(). More...
import"XRemoteContentProviderActivator.idl";
Public Member Functions | |
XContentProviderManager | activateRemoteContentProviders () |
Activate (i.e., register at the broker) the remote content providers that until now have only been remembered by XRemoteContentProviderAcceptor::addRemoteContentProvider(), but not registered. 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... | |
This interface should be implemented together with XRemoteContentProviderAcceptor and allows for a lazy implementation of XRemoteContentProviderAcceptor::addRemoteContentProvider().
The way this works might change, therefore this interface is marked as deprecated.
XContentProviderManager activateRemoteContentProviders | ( | ) |
Activate (i.e., register at the broker) the remote content providers that until now have only been remembered by XRemoteContentProviderAcceptor::addRemoteContentProvider(), but not registered.
This allows for XRemoteContentProviderAcceptor::addRemoteContentProvider() to be implemented in a lazy fashion (remember the remote content providers, but do not register them right away), which can increase performance in certain situations. But it is not required that an implementation of XRemoteContentProviderAcceptor uses this lazy strategy (and thus also implements this interface).