LibreOffice
LibreOffice 24.2 SDK API Reference
Public Member Functions | List of all members
XRemoteContentProviderActivator Interface Referencepublished

This interface should be implemented together with XRemoteContentProviderAcceptor and allows for a lazy implementation of XRemoteContentProviderAcceptor::addRemoteContentProvider(). More...

import"XRemoteContentProviderActivator.idl";

Inheritance diagram for XRemoteContentProviderActivator:
XInterface RemoteContentProviderAcceptor

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...
 

Detailed Description

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.

Deprecated:

Member Function Documentation

◆ activateRemoteContentProviders()

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).

Returns
the broker at which the remote content providers have been registered.

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