Lines Matching refs:std
44 public ::std::unary_function< sal_Int32, beans::PropertyState >
64 public ::std::unary_function< K, void >
66 lcl_eraseMapEntry( ::std::map< K, V > & rMap ) in lcl_eraseMapEntry()
76 ::std::map< K, V > m_rMap;
80 … public ::std::unary_function< ::property::impl::ImplOPropertySet::tPropertyMap::value_type, void >
106 ::std::copy( rOther.m_aProperties.begin(), rOther.m_aProperties.end(), in ImplOPropertySet()
107 ::std::inserter( m_aProperties, m_aProperties.begin() )); in ImplOPropertySet()
118 const ::std::vector< sal_Int32 > & aHandles ) const in GetPropertyStatesByHandle()
122 ::std::transform( aHandles.begin(), aHandles.end(), in GetPropertyStatesByHandle()
140 const ::std::vector< sal_Int32 > & aHandles ) in SetPropertiesToDefault()
142 ::std::for_each( aHandles.begin(), aHandles.end(), in SetPropertiesToDefault()
197 ::std::for_each( m_aProperties.begin(), m_aProperties.end(), in cloneInterfaceProperties()