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 | |
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 |
#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.