Home
last modified time | relevance | path

Searched defs:SubComponentMatch (Results 1 – 1 of 1) sorted by relevance

/trunk/main/dbaccess/source/ui/app/
H A Dsubcomponentmanager.cxx192 struct SubComponentMatch : public ::std::unary_function< SubComponentDescriptor, bool > struct
195 SubComponentMatch( const ::rtl::OUString& i_rName, const sal_Int32 i_nComponentType, in SubComponentMatch() argument
203 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 12 milliseconds