LibreOffice Module package (master) 1
Classes | Typedefs
ohierarchyholder.hxx File Reference
#include <com/sun/star/embed/XStorage.hpp>
#include <com/sun/star/embed/XTransactionListener.hpp>
#include <com/sun/star/embed/XExtendedStorageStream.hpp>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/weakref.hxx>
#include <comphelper/sequenceashashmap.hxx>
#include <rtl/ref.hxx>
#include <mutex>
#include <unordered_map>
#include <utility>
#include <vector>
Include dependency graph for ohierarchyholder.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OHierarchyElement_Impl
 
class  OHierarchyHolder_Impl
 

Typedefs

typedef std::unordered_map< OUString, ::rtl::Reference< OHierarchyElement_Impl > > OHierarchyElementList_Impl
 
typedef ::std::vector< css::uno::WeakReference< css::embed::XExtendedStorageStream > > OWeakStorRefVector_Impl
 

Typedef Documentation

◆ OHierarchyElementList_Impl

typedef std::unordered_map< OUString, ::rtl::Reference< OHierarchyElement_Impl > > OHierarchyElementList_Impl

Definition at line 40 of file ohierarchyholder.hxx.

◆ OWeakStorRefVector_Impl

typedef ::std::vector< css::uno::WeakReference< css::embed::XExtendedStorageStream > > OWeakStorRefVector_Impl

Definition at line 43 of file ohierarchyholder.hxx.