LibreOffice Module ucb (master)
1
|
#include <ucbhelper/providerhelper.hxx>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <unordered_map>
Go to the source code of this file.
Classes | |
struct | hierarchy_ucp::ConfigProviderMapEntry |
class | hierarchy_ucp::HierarchyContentProvider |
Namespaces | |
com::sun::star | |
com::sun::star::container | |
com::sun::star::util | |
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 |
Variables | |
constexpr OUStringLiteral | hierarchy_ucp::HIERARCHY_FOLDER_CONTENT_TYPE |
constexpr OUStringLiteral | hierarchy_ucp::HIERARCHY_LINK_CONTENT_TYPE |
#define HIERARCHY_URL_SCHEME "vnd.sun.star.hier" |
Definition at line 39 of file hierarchyprovider.hxx.
#define HIERARCHY_URL_SCHEME_LENGTH 17 |
Definition at line 41 of file hierarchyprovider.hxx.
Referenced by hierarchy_ucp::HierarchyEntry::HierarchyEntry(), and hierarchy_ucp::HierarchyEntry::move().