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()117 SvLBoxEntry* pSchema = m_rTableList.GetParent(pEntry); in getSelectedName()118 if(pSchema && pSchema != m_rTableList.getAllObjectsEntry()) in getSelectedName()120 SvLBoxEntry* pCatalog = m_rTableList.GetParent(pSchema); in getSelectedName()121 if(pCatalog && pCatalog != m_rTableList.getAllObjectsEntry()) 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()[all …]