Lines Matching refs:_nHandle

97 void OPropertyContainerHelper::registerProperty(const ::rtl::OUString& _rName, sal_Int32 _nHandle,  in registerProperty()  argument
108 aNewProp.aProperty = Property( _rName, _nHandle, _rMemberType, (sal_Int16)_nAttributes ); in registerProperty()
116 void OPropertyContainerHelper::revokeProperty( sal_Int32 _nHandle ) in revokeProperty() argument
118 PropertiesIterator aPos = searchHandle( _nHandle ); in revokeProperty()
125 …per::registerMayBeVoidProperty(const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttr… in registerMayBeVoidProperty() argument
138 aNewProp.aProperty = Property( _rName, _nHandle, _rExpectedType, (sal_Int16)_nAttributes ); in registerMayBeVoidProperty()
147 …lper::registerPropertyNoMember(const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttr… in registerPropertyNoMember() argument
156 aNewProp.aProperty = Property( _rName, _nHandle, _rType, (sal_Int16)_nAttributes ); 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()
246 …Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue ) SAL_THROW( (Illeg… in convertFastPropertyValue() argument
251 PropertiesIterator aPos = searchHandle(_nHandle); in convertFastPropertyValue()
392 void OPropertyContainerHelper::setFastPropertyValue(sal_Int32 _nHandle, const Any& _rValue) SAL_THR… in setFastPropertyValue() argument
395 PropertiesIterator aPos = searchHandle(_nHandle); 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 …pertyContainerHelper::PropertiesIterator OPropertyContainerHelper::searchHandle(sal_Int32 _nHandle) in searchHandle() argument
469 _nHandle, in searchHandle()
473 if ((aLowerBound != m_aProperties.end()) && aLowerBound->aProperty.Handle != _nHandle) in searchHandle()
494 void OPropertyContainerHelper::modifyAttributes(sal_Int32 _nHandle, sal_Int32 _nAddAttrib, sal_Int3… in modifyAttributes() argument
497 PropertiesIterator aPos = searchHandle(_nHandle); in modifyAttributes()