Lines Matching refs:nHandle
51 inline beans::PropertyState operator() ( sal_Int32 nHandle ) in operator ()()
53 if( m_rMap.end() == m_rMap.find( nHandle )) in operator ()()
112 beans::PropertyState ImplOPropertySet::GetPropertyStateByHandle( sal_Int32 nHandle ) const in GetPropertyStateByHandle()
114 return lcl_getPropertyStateByHandle( m_aProperties ) ( nHandle ); in GetPropertyStateByHandle()
129 void ImplOPropertySet::SetPropertyToDefault( sal_Int32 nHandle ) in SetPropertyToDefault() argument
131 tPropertyMap::iterator aFoundIter( m_aProperties.find( nHandle ) ); in SetPropertyToDefault()
153 sal_Int32 nHandle ) const in GetPropertyValueByHandle()
157 tPropertyMap::const_iterator aFoundIter( m_aProperties.find( nHandle ) ); in GetPropertyValueByHandle()
169 sal_Int32 nHandle, const Any & rValue, Any * pOldValue ) in SetPropertyValueByHandle() argument
173 tPropertyMap::const_iterator aFoundIter( m_aProperties.find( nHandle ) ); in SetPropertyValueByHandle()
178 m_aProperties[ nHandle ] = rValue; in SetPropertyValueByHandle()