Searched refs:FindControlModel (Results 1 – 2 of 2) sorted by relevance
132 struct FindControlModel : public ::std::unary_function< ControlModelContainerBase::UnoControlModelH… struct138 FindControlModel( const ::rtl::OUString& _rName ) : m_rName( _rName ) { } in FindControlModel() argument330 return ::std::find_if( maModels.begin(), maModels.end(), FindControlModel( rName ) ); in ImplFindElement()
77 friend struct FindControlModel;
Completed in 47 milliseconds