Searched defs:SubComponentMatch (Results 1 – 1 of 1) sorted by relevance
192 struct SubComponentMatch : public ::std::unary_function< SubComponentDescriptor, bool > struct195 SubComponentMatch( const ::rtl::OUString& i_rName, const sal_Int32 i_nComponentType, in SubComponentMatch() function203 bool operator()( const SubComponentDescriptor& i_rCompareWith ) const in operator ()()210 const ::rtl::OUString m_sName;211 const sal_Int32 m_nComponentType;212 const ElementOpenMode m_eOpenMode;
Completed in 18 milliseconds