LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
XRemoteContentProviderSupplier Interface Referencepublished

Provide access to a collection of remote content providers. More...

import "XRemoteContentProviderSupplier.idl";

Inheritance diagram for XRemoteContentProviderSupplier:
XInterface

Public Member Functions

com::sun::star::lang::XMultiServiceFactory queryRemoteContentProvider ([in] string Identifier)
 Get a factory through which a remote content provider's UniversalContentBroker service can be instantiated.
 
- Public Member Functions inherited from XInterface
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.
 

Detailed Description

Provide access to a collection of remote content providers.

Version
1.0
See also
XRemoteContentProviderAcceptor

Member Function Documentation

◆ queryRemoteContentProvider()

com::sun::star::lang::XMultiServiceFactory queryRemoteContentProvider ( [in] string Identifier)

Get a factory through which a remote content provider's UniversalContentBroker service can be instantiated.

Parameters
IdentifierAn arbitrary identifier uniquely identifying a remote content provider.
Returns
the appropriate factory, or null if none is available.

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