Searched refs:rSets (Results 1 – 1 of 1) sorted by relevance
401 PropertySetMap_Impl& rSets = m_pImpl->m_aPropSets; in openPropertySet() local403 PropertySetMap_Impl::const_iterator it = rSets.find( key ); in openPropertySet()404 if ( it != rSets.end() ) in openPropertySet()711 PropertySetMap_Impl& rSets = m_pImpl->m_aPropSets; in remove() local713 PropertySetMap_Impl::iterator it = rSets.find( key ); in remove()714 if ( it != rSets.end() ) in remove()717 rSets.erase( it ); in remove()
Completed in 21 milliseconds