Searched defs:EqualName (Results 1 – 1 of 1) sorted by relevance
1532 struct EqualName : public ::std::unary_function< PropertyValue, bool > struct1534 const ::rtl::OUString m_sName;1535 EqualName( const ::rtl::OUString& _rName ) : m_sName( _rName ) { } in EqualName() function1537 inline bool operator()( const PropertyValue& _rProp ) in operator ()()
Completed in 30 milliseconds