LibreOffice Module ucb (master) 1
Classes | Typedefs
ucbstore.hxx File Reference
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/container/XNamed.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/ucb/XPropertySetRegistryFactory.hpp>
#include <com/sun/star/ucb/XPropertySetRegistry.hpp>
#include <com/sun/star/ucb/XPersistentPropertySet.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/beans/XPropertyContainer.hpp>
#include <com/sun/star/beans/XPropertySetInfoChangeNotifier.hpp>
#include <com/sun/star/beans/XPropertyAccess.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <comphelper/interfacecontainer4.hxx>
#include <comphelper/multiinterfacecontainer4.hxx>
#include <comphelper/compbase.hxx>
#include <rtl/ref.hxx>
#include <unordered_map>
Include dependency graph for ucbstore.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UcbStore
 
class  PropertySetRegistry
 
class  PersistentPropertySet
 

Typedefs

using UcbStore_Base = comphelper::WeakComponentImplHelper< css::lang::XServiceInfo, css::ucb::XPropertySetRegistryFactory, css::lang::XInitialization >
 
typedef std::unordered_map< OUString, PersistentPropertySet * > PropertySetMap_Impl
 
typedef comphelper::OMultiTypeInterfaceContainerHelperVar4< OUString, css::beans::XPropertyChangeListener > PropertyListeners_Impl
 

Typedef Documentation

◆ PropertyListeners_Impl

typedef comphelper::OMultiTypeInterfaceContainerHelperVar4<OUString, css::beans::XPropertyChangeListener> PropertyListeners_Impl

Definition at line 150 of file ucbstore.hxx.

◆ PropertySetMap_Impl

typedef std::unordered_map< OUString, PersistentPropertySet*> PropertySetMap_Impl

Definition at line 75 of file ucbstore.hxx.

◆ UcbStore_Base

using UcbStore_Base = comphelper::WeakComponentImplHelper < css::lang::XServiceInfo, css::ucb::XPropertySetRegistryFactory, css::lang::XInitialization >

Definition at line 42 of file ucbstore.hxx.