Lines Matching refs:pDataSource
1200 …SvLBoxEntry* pDataSource = m_pTreeView->getListBox().GetEntryPosByName( sDisplayName, NULL, &aFilt… in getObjectEntry() local
1201 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
2525 …SvLBoxEntry* pCommand = getObjectEntry( _rDataSourceName, _rCommand, _nCommandType, &pDataSource, … in implSelect()
3792 SvLBoxEntry* pDataSource = NULL; in preReloadForm() local
3794 …m_pCurrentlyDisplayed = getObjectEntry( sDataSource, sCommand, nCommandType, &pDataSource, &pComma… in preReloadForm()