LibreOffice Module package (master) 1
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
OHierarchyHolder_Impl Class Reference

#include <ohierarchyholder.hxx>

Inheritance diagram for OHierarchyHolder_Impl:
[legend]
Collaboration diagram for OHierarchyHolder_Impl:
[legend]

Public Member Functions

 OHierarchyHolder_Impl (const css::uno::Reference< css::embed::XStorage > &xOwnStorage)
 
css::uno::Reference< css::embed::XExtendedStorageStream > GetStreamHierarchically (sal_Int32 nStorageMode, std::vector< OUString > &aListPath, sal_Int32 nStreamMode, const ::comphelper::SequenceAsHashMap &aEncryptionData=::comphelper::SequenceAsHashMap())
 
void RemoveStreamHierarchically (std::vector< OUString > &aListPath)
 
- Public Member Functions inherited from cppu::OWeakObject
 OWeakObject ()
 
 OWeakObject (const OWeakObject &)
 
OWeakObject &SAL_CALL operator= (const OWeakObject &)
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &rType) SAL_OVERRIDE
 
virtual void SAL_CALL acquire () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual void SAL_CALL release () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL queryAdapter () SAL_OVERRIDE
 
SAL_CALL operator css::uno::Reference< css::uno::XInterface > ()
 

Static Public Member Functions

static std::vector< OUString > GetListPathFromString (std::u16string_view aPath)
 

Private Attributes

css::uno::WeakReference< css::embed::XStorage > m_xWeakOwnStorage
 
::rtl::Reference< OHierarchyElement_Implm_xChild
 

Additional Inherited Members

- Protected Member Functions inherited from cppu::OWeakObject
virtual ~OWeakObject () COVERITY_NOEXCEPT_FALSE
 
void disposeWeakConnectionPoint ()
 
- Protected Attributes inherited from cppu::OWeakObject
oslInterlockedCount m_refCount
 

Detailed Description

Definition at line 93 of file ohierarchyholder.hxx.

Constructor & Destructor Documentation

◆ OHierarchyHolder_Impl()

OHierarchyHolder_Impl::OHierarchyHolder_Impl ( const css::uno::Reference< css::embed::XStorage > &  xOwnStorage)
inlineexplicit

Definition at line 98 of file ohierarchyholder.hxx.

Member Function Documentation

◆ GetListPathFromString()

std::vector< OUString > OHierarchyHolder_Impl::GetListPathFromString ( std::u16string_view  aPath)
static

◆ GetStreamHierarchically()

uno::Reference< embed::XExtendedStorageStream > OHierarchyHolder_Impl::GetStreamHierarchically ( sal_Int32  nStorageMode,
std::vector< OUString > &  aListPath,
sal_Int32  nStreamMode,
const ::comphelper::SequenceAsHashMap aEncryptionData = ::comphelper::SequenceAsHashMap() 
)

Definition at line 39 of file ohierarchyholder.cxx.

References m_xChild, and m_xWeakOwnStorage.

◆ RemoveStreamHierarchically()

void OHierarchyHolder_Impl::RemoveStreamHierarchically ( std::vector< OUString > &  aListPath)

Definition at line 54 of file ohierarchyholder.cxx.

References m_xChild, and m_xWeakOwnStorage.

Member Data Documentation

◆ m_xChild

::rtl::Reference< OHierarchyElement_Impl > OHierarchyHolder_Impl::m_xChild
private

Definition at line 96 of file ohierarchyholder.hxx.

Referenced by GetStreamHierarchically(), and RemoveStreamHierarchically().

◆ m_xWeakOwnStorage

css::uno::WeakReference< css::embed::XStorage > OHierarchyHolder_Impl::m_xWeakOwnStorage
private

Definition at line 95 of file ohierarchyholder.hxx.

Referenced by GetStreamHierarchically(), and RemoveStreamHierarchically().


The documentation for this class was generated from the following files: