LibreOffice Module ucbhelper (master) 1
Classes | Typedefs | Functions | Variables
ucbhelper_impl Namespace Reference

Classes

struct  ContentImplHelper_Impl
 
struct  ContentProviderImplHelper_Impl
 
struct  PropertyValue
 
struct  ResultSetMetaData_Impl
 

Typedefs

typedef void * XPropertiesChangeListenerPtr
 
typedef std::unordered_map< XPropertiesChangeListenerPtr, PropertyEventSequence, hashPtr, equalPtr > PropertiesEventListenerMap
 
typedef cppu::OMultiTypeInterfaceContainerHelperVar< OUString > PropertyChangeListeners
 
typedef std::unordered_map< OUString, uno::WeakReference< ucb::XContent > > Contents
 

Functions

static const uno::Typesal_Int32_getCppuType ()
 
static const uno::Typesal_Bool_getCppuType ()
 
 XTYPEPROVIDER_IMPL_2 (PropertySetInfo, lang::XTypeProvider, beans::XPropertySetInfo)
 

Variables

const PropertyInfo aPropertyTable []
 

Typedef Documentation

◆ Contents

typedef std::unordered_map< OUString, uno::WeakReference< ucb::XContent >> ucbhelper_impl::Contents

Definition at line 51 of file providerhelper.cxx.

◆ PropertiesEventListenerMap

typedef std::unordered_map< XPropertiesChangeListenerPtr, PropertyEventSequence, hashPtr, equalPtr> ucbhelper_impl::PropertiesEventListenerMap

Definition at line 103 of file contenthelper.cxx.

◆ PropertyChangeListeners

typedef comphelper::OMultiTypeInterfaceContainerHelperVar4< OUString, css::beans::XPropertyChangeListener > ucbhelper_impl::PropertyChangeListeners

Definition at line 106 of file contenthelper.cxx.

◆ XPropertiesChangeListenerPtr

Definition at line 73 of file contenthelper.cxx.

Function Documentation

◆ sal_Bool_getCppuType()

static const uno::Type & ucbhelper_impl::sal_Bool_getCppuType ( )
static

Definition at line 56 of file resultset.cxx.

References cppu::UnoType< typename T >::get().

◆ sal_Int32_getCppuType()

static const uno::Type & ucbhelper_impl::sal_Int32_getCppuType ( )
static

Definition at line 51 of file resultset.cxx.

References cppu::UnoType< typename T >::get().

◆ XTYPEPROVIDER_IMPL_2()

ucbhelper_impl::XTYPEPROVIDER_IMPL_2 ( PropertySetInfo  ,
lang::XTypeProvider  ,
beans::XPropertySetInfo   
)

Variable Documentation

◆ aPropertyTable

const PropertyInfo ucbhelper_impl::aPropertyTable[]
Initial value:
=
{
{ "IsRowCountFinal",
1000,
beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY,
},
{ "RowCount",
1001,
beans::PropertyAttribute::BOUND | beans::PropertyAttribute::READONLY,
},
{ nullptr,
0,
0,
nullptr
}
}
static const uno::Type & sal_Int32_getCppuType()
Definition: resultset.cxx:51
static const uno::Type & sal_Bool_getCppuType()
Definition: resultset.cxx:56

Definition at line 61 of file resultset.cxx.

Referenced by ucbhelper::ResultSet::getPropertySetInfo().