Searched defs:EqualHandle (Results 1 – 1 of 1) sorted by relevance
1476 struct EqualHandle : public ::std::unary_function< PropertyValue, bool > struct1478 const sal_Int32 m_nHandle;1479 EqualHandle( sal_Int32 _nHandle ) : m_nHandle( _nHandle ) { } in EqualHandle() argument1481 inline bool operator()( const PropertyValue& _rProp ) in operator ()()
Completed in 71 milliseconds