LibreOffice Module ucb (master) 1
Classes | Namespaces | Functions
pkgprovider.cxx File Reference
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/weak.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <ucbhelper/contentidentifier.hxx>
#include <ucbhelper/macros.hxx>
#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/ucb/IllegalIdentifierException.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include "pkgprovider.hxx"
#include "pkgcontent.hxx"
#include "pkguri.hxx"
#include <unordered_map>
#include <utility>
Include dependency graph for pkgprovider.cxx:

Go to the source code of this file.

Classes

class  package_ucp::Packages
 

Namespaces

namespace  package_ucp
 

Functions

 XTYPEPROVIDER_IMPL_3 (ContentProvider, lang::XTypeProvider, lang::XServiceInfo, ucb::XContentProvider)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * ucb_package_ContentProvider_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &)
 

Function Documentation

◆ ucb_package_ContentProvider_get_implementation()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * ucb_package_ContentProvider_get_implementation ( css::uno::XComponentContext *  context,
css::uno::Sequence< css::uno::Any > const &   
)

Definition at line 266 of file pkgprovider.cxx.

References ContentProvider.

◆ XTYPEPROVIDER_IMPL_3()

XTYPEPROVIDER_IMPL_3 ( ContentProvider  ,
lang::XTypeProvider  ,
lang::XServiceInfo  ,
ucb::XContentProvider   
)

Variable Documentation

◆ ContentProvider

friend ContentProvider
private

◆ m_aName

OUString m_aName
private

Definition at line 56 of file pkgprovider.cxx.

Referenced by ftp::ResultSetI::ResultSetI().

◆ m_pOwner

ContentProvider* m_pOwner
private

Definition at line 58 of file pkgprovider.cxx.

◆ m_xNA

uno::Reference< container::XHierarchicalNameAccess > m_xNA
private

Definition at line 57 of file pkgprovider.cxx.