Lines Matching refs:TNames
260 struct OViewSetter : public ::std::unary_function< OTableTreeListBox::TNames::value_type, bool>
266 OTableTreeListBox::TNames::value_type operator() (const ::rtl::OUString& lhs) in operator ()()
268 OTableTreeListBox::TNames::value_type aRet; in operator ()()
286 TNames aTables; in UpdateTableList()
323 …eeListBox::UpdateTableList( const Reference< XConnection >& _rxConnection, const TNames& _rTables ) in UpdateTableList()
337 TNames::const_iterator aViews = ::std::find_if(_rTables.begin(),_rTables.end(), in UpdateTableList()
338 …::std::compose1(::std::bind2nd(::std::equal_to<sal_Bool>(),sal_False),::std::select2nd<TNames::val… in UpdateTableList()
339 TNames::const_iterator aTables = ::std::find_if(_rTables.begin(),_rTables.end(), in UpdateTableList()
340 …::std::compose1(::std::bind2nd(::std::equal_to<sal_Bool>(),sal_True),::std::select2nd<TNames::valu… in UpdateTableList()
356 TNames::const_iterator aIter = _rTables.begin(); in UpdateTableList()
357 TNames::const_iterator aEnd = _rTables.end(); in UpdateTableList()