Lines Matching refs:OPropertyContainerHelper

86 OPropertyContainerHelper::OPropertyContainerHelper()  in OPropertyContainerHelper()  function in comphelper::OPropertyContainerHelper
92 OPropertyContainerHelper::~OPropertyContainerHelper() in ~OPropertyContainerHelper()
97 void OPropertyContainerHelper::registerProperty(const ::rtl::OUString& _rName, sal_Int32 _nHandle, in registerProperty()
116 void OPropertyContainerHelper::revokeProperty( sal_Int32 _nHandle ) in revokeProperty()
125 void OPropertyContainerHelper::registerMayBeVoidProperty(const ::rtl::OUString& _rName, sal_Int32 _… in registerMayBeVoidProperty()
147 void OPropertyContainerHelper::registerPropertyNoMember(const ::rtl::OUString& _rName, sal_Int32 _n… in registerPropertyNoMember()
168 sal_Bool OPropertyContainerHelper::isRegisteredProperty( sal_Int32 _nHandle ) const in isRegisteredProperty()
170 …return const_cast< OPropertyContainerHelper* >( this )->searchHandle( _nHandle ) != m_aProperties.… in isRegisteredProperty()
174 sal_Bool OPropertyContainerHelper::isRegisteredProperty( const ::rtl::OUString& _rName ) const in isRegisteredProperty()
206 void OPropertyContainerHelper::implPushBackProperty(const PropertyDescription& _rProp) in implPushBackProperty()
245 sal_Bool OPropertyContainerHelper::convertFastPropertyValue( in convertFastPropertyValue()
392 void OPropertyContainerHelper::setFastPropertyValue(sal_Int32 _nHandle, const Any& _rValue) SAL_THR… in setFastPropertyValue()
434 void OPropertyContainerHelper::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle) const in getFastPropertyValue()
437 PropertiesIterator aPos = const_cast<OPropertyContainerHelper*>(this)->searchHandle(_nHandle); in getFastPropertyValue()
463 OPropertyContainerHelper::PropertiesIterator OPropertyContainerHelper::searchHandle(sal_Int32 _nHan… in searchHandle()
480 const Property& OPropertyContainerHelper::getProperty( const ::rtl::OUString& _rName ) const in getProperty()
494 void OPropertyContainerHelper::modifyAttributes(sal_Int32 _nHandle, sal_Int32 _nAddAttrib, sal_Int3… in modifyAttributes()
510 void OPropertyContainerHelper::describeProperties(Sequence< Property >& _rProps) const in describeProperties()