LibreOffice Module ucb (master) 1
Classes | Namespaces | Macros | Typedefs | Variables
hierarchyprovider.hxx File Reference
#include <ucbhelper/providerhelper.hxx>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <unordered_map>
Include dependency graph for hierarchyprovider.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  hierarchy_ucp::ConfigProviderMapEntry
 
class  hierarchy_ucp::HierarchyContentProvider
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::container
 
namespace  com::sun::star::util
 
namespace  hierarchy_ucp
 

Macros

#define HIERARCHY_URL_SCHEME    "vnd.sun.star.hier"
 
#define HIERARCHY_URL_SCHEME_LENGTH   17
 

Typedefs

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

Variables

constexpr OUStringLiteral hierarchy_ucp::HIERARCHY_FOLDER_CONTENT_TYPE
 
constexpr OUStringLiteral hierarchy_ucp::HIERARCHY_LINK_CONTENT_TYPE
 

Macro Definition Documentation

◆ HIERARCHY_URL_SCHEME

#define HIERARCHY_URL_SCHEME    "vnd.sun.star.hier"

Definition at line 39 of file hierarchyprovider.hxx.

◆ HIERARCHY_URL_SCHEME_LENGTH

#define HIERARCHY_URL_SCHEME_LENGTH   17

Definition at line 41 of file hierarchyprovider.hxx.