Searched refs:pDataSource (Results 1 – 1 of 1) sorted by relevance
1199 …SvLBoxEntry* pDataSource = m_pTreeView->getListBox().GetEntryPosByName( sDisplayName, NULL, &aFilt… in getObjectEntry() local1200 if ( !pDataSource ) // check if the data source name is a file location in getObjectEntry()1207 pDataSource = m_pTreeView->getListBox().GetEntryPosByName( sDisplayName, NULL, &aFilter ); in getObjectEntry()1208 … DBG_ASSERT( pDataSource, "SbaTableQueryBrowser::getObjectEntry: hmm - did not find it again!" ); in getObjectEntry()1213 *_ppDataSourceEntry = pDataSource; in getObjectEntry()1215 if (pDataSource) in getObjectEntry()1219 m_pTreeView->getListBox().Expand(pDataSource); in getObjectEntry()1226 pCommandType = m_pTreeView->getListBox().GetModel()->GetEntry(pDataSource, CONTAINER_TABLES); in getObjectEntry()1230 pCommandType = m_pTreeView->getListBox().GetModel()->GetEntry(pDataSource, CONTAINER_QUERIES); in getObjectEntry()2522 SvLBoxEntry* pDataSource = NULL; in implSelect() local[all …]
Completed in 43 milliseconds