LibreOffice
LibreOffice 24.2 SDK API Reference
|
allows content providers running in remote processes to be registered at the local content provider broker. More...
import"RemoteContentProviderAcceptor.idl";
Exported Interfaces | |
interface | XRemoteContentProviderAcceptor |
This interface provides the base functionality to register and deregister content providers running in remote processes. More... | |
interface | XRemoteContentProviderActivator |
This optional interface can be used to adopt a lazy implement strategy for this service, which can improve performance in certain situations. More... | |
Additional Inherited Members | |
Public Member Functions inherited from XRemoteContentProviderAcceptor | |
boolean | addRemoteContentProvider ([in] string Identifier, [in] com::sun::star::lang::XMultiServiceFactory Factory, [in] sequence< string > Templates, [in] XRemoteContentProviderDoneListener DoneListener) |
Add a remote content provider. More... | |
boolean | removeRemoteContentProvider ([in] string Identifier) |
Remove a remote content provider. 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... | |
Protected Member Functions inherited from XRemoteContentProviderActivator | |
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... | |
allows content providers running in remote processes to be registered at the local content provider broker.
interface XRemoteContentProviderAcceptor |
This interface provides the base functionality to register and deregister content providers running in remote processes.
|
optional |
This optional interface can be used to adopt a lazy implement strategy for this service, which can improve performance in certain situations.
The way this works might change, therefore this interface is marked as deprecated.