Searched refs:_rMemberType (Results 1 – 5 of 5) sorted by relevance
/trunk/main/comphelper/source/property/ |
H A D | propertycontainerhelper.cxx | 98 sal_Int32 _nAttributes, void* _pPointerToMember, const Type& _rMemberType) in registerProperty() argument 102 OSL_ENSURE(!_rMemberType.equals(::getCppuType(static_cast< Any* >(NULL))), in registerProperty() 108 aNewProp.aProperty = Property( _rName, _nHandle, _rMemberType, (sal_Int16)_nAttributes ); in registerProperty()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | column.cxx | 159 …me, sal_Int32 _nHandle, sal_Int32 _nAttributes, void* _pPointerToMember, const Type& _rMemberType ) in registerProperty() argument 161 …ertyContainer::registerProperty( _rName, _nHandle, _nAttributes, _pPointerToMember, _rMemberType ); in registerProperty()
|
/trunk/main/dbaccess/source/core/inc/ |
H A D | columnsettings.hxx | 45 const ::com::sun::star::uno::Type& _rMemberType
|
H A D | column.hxx | 119 …sal_Int32 _nAttributes, void* _pPointerToMember, const ::com::sun::star::uno::Type& _rMemberType );
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | propertycontainerhelper.hxx | 111 void* _pPointerToMember, const ::com::sun::star::uno::Type& _rMemberType);
|
Completed in 28 milliseconds