LibreOffice Module ucbhelper (master) 1
Public Attributes | List of all members
ucbhelper::ContentProviderData Struct Reference

Information about a content provider, passed to <method>configureUcb</method>. More...

#include <registerucb.hxx>

Public Attributes

OUString ServiceName
 The UNO service name to use to instantiate the content provider. More...
 
OUString URLTemplate
 The URL template to use to instantiate the content provider. More...
 
OUString Arguments
 The arguments to use to instantiate the content provider. More...
 

Detailed Description

Information about a content provider, passed to <method>configureUcb</method>.

Definition at line 41 of file registerucb.hxx.

Member Data Documentation

◆ Arguments

OUString ucbhelper::ContentProviderData::Arguments

The arguments to use to instantiate the content provider.

Definition at line 57 of file registerucb.hxx.

◆ ServiceName

OUString ucbhelper::ContentProviderData::ServiceName

The UNO service name to use to instantiate the content provider.

If it is the empty string, a null provider will be used (see the documentation of the Provider argument to com.sun.star.ucb.XContentProviderManager.registerContentProvider).

Definition at line 49 of file registerucb.hxx.

◆ URLTemplate

OUString ucbhelper::ContentProviderData::URLTemplate

The URL template to use to instantiate the content provider.

Definition at line 53 of file registerucb.hxx.


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