Searched refs:rSets (Results 1 – 1 of 1) sorted by relevance
399 PropertySetMap_Impl& rSets = m_pImpl->m_aPropSets; in openPropertySet() local401 PropertySetMap_Impl::const_iterator it = rSets.find( key ); in openPropertySet()402 if ( it != rSets.end() ) in openPropertySet()709 PropertySetMap_Impl& rSets = m_pImpl->m_aPropSets; in remove() local711 PropertySetMap_Impl::iterator it = rSets.find( key ); in remove()712 if ( it != rSets.end() ) in remove()715 rSets.erase( it ); in remove()