Searched refs:m_rTableList (Results 1 – 1 of 1) sorted by relevance
77 OTableTreeListBox& m_rTableList; member in TableListFacade86 ,m_rTableList( _rTableList ) in TableListFacade()112 SvLBoxEntry* pEntry = m_rTableList.FirstSelected(); in getSelectedName()122 aCatalog = m_rTableList.GetEntryText(pCatalog); in getSelectedName()123 aSchema = m_rTableList.GetEntryText(pSchema); in getSelectedName()125 aTableName = m_rTableList.GetEntryText(pEntry); in getSelectedName()169 m_rTableList.Clear(); in updateTableObjectList()216 SvLBoxEntry* pEntry = m_rTableList.First(); in updateTableObjectList()219 m_rTableList.Expand( pEntry ); in updateTableObjectList()220 pEntry = m_rTableList.Next( pEntry ); in updateTableObjectList()[all …]
Completed in 6 milliseconds