LibreOffice Module ucb (master) 1
Classes | Typedefs | Functions | Variables
hierarchy_ucp Namespace Reference

Classes

struct  ConfigProviderMapEntry
 
class  DynamicResultSet
 
class  HierarchyContent
 
class  HierarchyContentProperties
 
class  HierarchyContentProvider
 
class  HierarchyDataSource
 
class  HierarchyEntry
 
class  HierarchyEntryData
 
class  HierarchyResultSetDataSupplier
 
class  HierarchyUri
 

Typedefs

typedef std::unordered_map< OUString, ConfigProviderMapEntryConfigProviderMap
 
typedef cppu::ImplInheritanceHelper< ::ucbhelper::ContentProviderImplHelper, css::lang::XInitialization > HierarchyContentProvider_Base
 

Functions

static void makeXMLName (std::u16string_view rIn, OUStringBuffer &rBuffer)
 

Variables

constexpr OUStringLiteral READ_SERVICE_NAME = u"com.sun.star.ucb.HierarchyDataReadAccess"
 
constexpr OUStringLiteral READWRITE_SERVICE_NAME = u"com.sun.star.ucb.HierarchyDataReadWriteAccess"
 
constexpr OUStringLiteral CFGPROPERTY_NODEPATH = u"nodepath"
 
constexpr OUStringLiteral HIERARCHY_FOLDER_CONTENT_TYPE
 
constexpr OUStringLiteral HIERARCHY_LINK_CONTENT_TYPE
 

Typedef Documentation

◆ ConfigProviderMap

typedef std::unordered_map< OUString, ConfigProviderMapEntry> hierarchy_ucp::ConfigProviderMap

Definition at line 62 of file hierarchyprovider.hxx.

◆ HierarchyContentProvider_Base

typedef cppu::ImplInheritanceHelper< ::ucbhelper::ContentProviderImplHelper, css::lang::XInitialization> hierarchy_ucp::HierarchyContentProvider_Base

Definition at line 64 of file hierarchyprovider.hxx.

Function Documentation

◆ makeXMLName()

static void hierarchy_ucp::makeXMLName ( std::u16string_view  rIn,
OUStringBuffer &  rBuffer 
)
static

Variable Documentation

◆ CFGPROPERTY_NODEPATH

constexpr OUStringLiteral hierarchy_ucp::CFGPROPERTY_NODEPATH = u"nodepath"
constexpr

◆ HIERARCHY_FOLDER_CONTENT_TYPE

constexpr OUStringLiteral hierarchy_ucp::HIERARCHY_FOLDER_CONTENT_TYPE
inlineconstexpr

◆ HIERARCHY_LINK_CONTENT_TYPE

constexpr OUStringLiteral hierarchy_ucp::HIERARCHY_LINK_CONTENT_TYPE
inlineconstexpr

◆ READ_SERVICE_NAME

constexpr OUStringLiteral hierarchy_ucp::READ_SERVICE_NAME = u"com.sun.star.ucb.HierarchyDataReadAccess"
constexpr

Definition at line 89 of file hierarchydata.cxx.

Referenced by hierarchy_ucp::HierarchyEntry::getRootReadAccess().

◆ READWRITE_SERVICE_NAME

constexpr OUStringLiteral hierarchy_ucp::READWRITE_SERVICE_NAME = u"com.sun.star.ucb.HierarchyDataReadWriteAccess"
constexpr