Searched refs:m_rAttribs (Results 1 – 1 of 1) sorted by relevance
495 const PropertyAttributeCache& m_rAttribs; member498 … IsDefaultAndNotRemoveable( const PropertyAttributeCache& _rAttribs ) : m_rAttribs( _rAttribs ) { } in IsDefaultAndNotRemoveable()507 PropertyAttributeCache::const_iterator pos = m_rAttribs.find( _rProp.Name ); in operator ()()508 … OSL_ENSURE( pos != m_rAttribs.end(), "IsDefaultAndNotRemoveable: illegal property name!" ); in operator ()()509 if ( pos != m_rAttribs.end() ) in operator ()()
Completed in 88 milliseconds