Searched defs:MatchFeatureDescriptionBySlotId (Results 1 – 1 of 1) sorted by relevance
143 … struct MatchFeatureDescriptionBySlotId : public ::std::unary_function< FeatureDescription, bool > struct145 sal_Int32 m_nSlotId;146 MatchFeatureDescriptionBySlotId( sal_Int32 _nSlotId ) :m_nSlotId( _nSlotId ) { } in MatchFeatureDescriptionBySlotId() argument148 bool operator()( const FeatureDescription& _compare ) in operator ()()
Completed in 17 milliseconds