Searched refs:_pInitialValue (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/comphelper/source/property/ |
H A D | propertycontainerhelper.cxx | 148 const Type& _rType, const void* _pInitialValue) in registerPropertyNoMember() argument 152 OSL_ENSURE(_pInitialValue || ((_nAttributes & PropertyAttribute::MAYBEVOID) != 0), in registerPropertyNoMember() 159 if (_pInitialValue) in registerPropertyNoMember() 160 m_aHoldProperties.push_back(Any(_pInitialValue, _rType)); in registerPropertyNoMember()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | column.cxx | 171 …rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, const Type& _rType, const void* _pInitialValue ) in registerPropertyNoMember() argument 173 …pertyContainer::registerPropertyNoMember( _rName, _nHandle, _nAttributes, _rType, _pInitialValue ); in registerPropertyNoMember()
|
/aoo41x/main/dbaccess/source/core/inc/ |
H A D | columnsettings.hxx | 61 const void* _pInitialValue
|
H A D | column.hxx | 121 …e, sal_Int32 _nAttributes, const ::com::sun::star::uno::Type& _rType, const void* _pInitialValue );
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | propertycontainerhelper.hxx | 138 const ::com::sun::star::uno::Type& _rType, const void* _pInitialValue);
|
Completed in 32 milliseconds