Searched refs:pDataSource (Results 1 – 1 of 1) sorted by relevance
1200 …SvLBoxEntry* pDataSource = m_pTreeView->getListBox().GetEntryPosByName( sDisplayName, NULL, &aFilt… in getObjectEntry() local1201 if ( !pDataSource ) // check if the data source name is a file location in getObjectEntry()1208 pDataSource = m_pTreeView->getListBox().GetEntryPosByName( sDisplayName, NULL, &aFilter ); in getObjectEntry()1209 … DBG_ASSERT( pDataSource, "SbaTableQueryBrowser::getObjectEntry: hmm - did not find it again!" ); in getObjectEntry()1214 *_ppDataSourceEntry = pDataSource; in getObjectEntry()1216 if (pDataSource) in getObjectEntry()1220 m_pTreeView->getListBox().Expand(pDataSource); in getObjectEntry()1227 pCommandType = m_pTreeView->getListBox().GetModel()->GetEntry(pDataSource, CONTAINER_TABLES); in getObjectEntry()1231 pCommandType = m_pTreeView->getListBox().GetModel()->GetEntry(pDataSource, CONTAINER_QUERIES); in getObjectEntry()2523 SvLBoxEntry* pDataSource = NULL; in implSelect() local[all …]
Completed in 25 milliseconds