Home
last modified time | relevance | path

Searched refs:TNames (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/dbaccess/source/ui/control/
H A Dtabletree.cxx260 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()
[all …]
/aoo42x/main/dbaccess/source/ui/inc/
H A Dtabletree.hxx88 typedef ::std::vector< TTableViewName > TNames; typedef in dbaui::OTableTreeListBox
198 const TNames& _rTables

Completed in 21 milliseconds