Searched defs:EqualName (Results 1 – 1 of 1) sorted by relevance
1531 struct EqualName : public ::std::unary_function< PropertyValue, bool > struct1533 const ::rtl::OUString m_sName;1534 EqualName( const ::rtl::OUString& _rName ) : m_sName( _rName ) { } in EqualName() function1536 inline bool operator()( const PropertyValue& _rProp ) in operator ()()
Completed in 27 milliseconds