Home
last modified time | relevance | path

Searched refs:UpdateTableList (Results 1 – 5 of 5) sorted by relevance

/trunk/main/dbaccess/source/ui/control/ !
H A Dtabletree.cxx215 void OTableTreeListBox::UpdateTableList( const Reference< XConnection >& _rxConnection ) throw(SQLE… in UpdateTableList() function in dbaui::OTableTreeListBox
255 UpdateTableList( _rxConnection, sTables, sViews ); in UpdateTableList()
280 void OTableTreeListBox::UpdateTableList( in UpdateTableList() function in dbaui::OTableTreeListBox
300 UpdateTableList( _rxConnection, aTables ); in UpdateTableList()
323 void OTableTreeListBox::UpdateTableList( const Reference< XConnection >& _rxConnection, const TName… in UpdateTableList() function in dbaui::OTableTreeListBox
/trunk/main/dbaccess/source/ui/inc/ !
H A Dtabletree.hxx113 void UpdateTableList(
124 void UpdateTableList(
196 void UpdateTableList(
/trunk/main/dbaccess/source/ui/dlg/ !
H A Dadtabdlg.cxx215 m_rTableList.UpdateTableList( m_xConnection, sTables, sViews ); in updateTableObjectList()
H A Dtablespage.cxx391 m_aTablesList.UpdateTableList( m_xCurrentConnection ); in implInitControls()
/trunk/main/dbaccess/source/ui/app/ !
H A DAppDetailPageHelper.cxx716 static_cast<OTableTreeListBox*>(m_pLists[E_TABLE])->UpdateTableList(_xConnection); in createTablesPage()