Searched defs:EqualHandle (Results 1 – 1 of 1) sorted by relevance
1477 struct EqualHandle : public ::std::unary_function< PropertyValue, bool > struct1479 const sal_Int32 m_nHandle;1480 EqualHandle( sal_Int32 _nHandle ) : m_nHandle( _nHandle ) { } in EqualHandle() argument1482 inline bool operator()( const PropertyValue& _rProp ) in operator ()()
Completed in 59 milliseconds