LibreOffice
LibreOffice 24.2 SDK API Reference
|
Distribute a content broker to various XRemoteContentProviderAcceptors. More...
import <XRemoteContentProviderDistributor.idl;
Public Member Functions | |
boolean | connectToRemoteAcceptor ([in] string Url, [in] string Identifier) raises (com::sun::star::connection::NoConnectException, com::sun::star::connection::ConnectionSetupException, com::sun::star::lang::IllegalArgumentException) |
Offer the local content broker to a remote content provider acceptor. | |
boolean | disconnectFromRemoteAcceptor ([in] string Url) |
Undo the offering of the local content broker to a specific remote content provider acceptor. | |
void | disconnectFromAll () |
Undo the offering of the local content broker to all remote content provider acceptors. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
Distribute a content broker to various XRemoteContentProviderAcceptors.
boolean connectToRemoteAcceptor | ( | [in] string | Url, | |||
[in] string | Identifier ) | |||||
raises | ( | com::sun::star::connection::NoConnectException, | ||||
com::sun::star::connection::ConnectionSetupException, | ||||||
com::sun::star::lang::IllegalArgumentException ) |
Offer the local content broker to a remote content provider acceptor.
The Uno Url is handed to the com::sun::star::bridge::UnoUrlResolver service, which is responsible for raising any of the advertised exceptions.
Url | A Uno Url to address the XRemoteContentProviderAcceptor. |
Identifier | An identifier handed to the XRemoteContentProviderAcceptor. |
void disconnectFromAll | ( | ) |
Undo the offering of the local content broker to all remote content provider acceptors.
boolean disconnectFromRemoteAcceptor | ( | [in] string | Url | ) |
Undo the offering of the local content broker to a specific remote content provider acceptor.
Url | A Uno Url to address the XRemoteContentProviderAcceptor. |