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