Lines Matching refs:pContainer

2598 	SvLBoxEntry* pContainer = m_pTreeModel->GetParent(_pEntry);  in implSelect()  local
2599 DBTreeListUserData* pContainerData = static_cast<DBTreeListUserData*>(pContainer->GetUserData()); in implSelect()
2602 SvLBoxEntry* pConnection = implGetConnectionEntry(pContainer); in implSelect()
2622 SvLBoxEntry* pTemp = pContainer; in implSelect()
2799 SvLBoxEntry* pContainer = NULL; in getEntryFromContainer() local
2803 pContainer = rListBox.GetEntry(pDSLoop, CONTAINER_QUERIES); in getEntryFromContainer()
2804 DBTreeListUserData* pQueriesData = static_cast<DBTreeListUserData*>(pContainer->GetUserData()); in getEntryFromContainer()
2808 pContainer = rListBox.GetEntry(pDSLoop, CONTAINER_TABLES); in getEntryFromContainer()
2809 DBTreeListUserData* pTablesData = static_cast<DBTreeListUserData*>(pContainer->GetUserData()); in getEntryFromContainer()
2814 pContainer = NULL; in getEntryFromContainer()
2816 return pContainer; in getEntryFromContainer()
2872 SvLBoxEntry* pContainer = getEntryFromContainer(xNames); in elementRemoved() local
2873 if ( pContainer ) in elementRemoved()
2877 if ( isCurrentlyDisplayedChanged( aName, pContainer) ) in elementRemoved()
2895 SvLBoxEntry* pChild = m_pTreeModel->FirstChild(pContainer); in elementRemoved()
2923 SvLBoxEntry* pContainer = getEntryFromContainer(xNames); in elementReplaced() local
2924 if ( pContainer ) in elementReplaced()
2928 if ( isCurrentlyDisplayedChanged( aName, pContainer) ) in elementReplaced()
2952 SvLBoxEntry* pChild = m_pTreeModel->FirstChild(pContainer); in elementReplaced()
3755 SvLBoxEntry* pContainer = m_pTreeModel->GetParent(m_pCurrentlyDisplayed); in getPrivateTitle() local
3757 SvLBoxEntry* pConnection = implGetConnectionEntry(pContainer); in getPrivateTitle()