Lines Matching refs:pContainer

2597 	SvLBoxEntry* pContainer = m_pTreeModel->GetParent(_pEntry);  in implSelect()  local
2598 DBTreeListUserData* pContainerData = static_cast<DBTreeListUserData*>(pContainer->GetUserData()); in implSelect()
2601 SvLBoxEntry* pConnection = implGetConnectionEntry(pContainer); in implSelect()
2621 SvLBoxEntry* pTemp = pContainer; in implSelect()
2798 SvLBoxEntry* pContainer = NULL; in getEntryFromContainer() local
2802 pContainer = rListBox.GetEntry(pDSLoop, CONTAINER_QUERIES); in getEntryFromContainer()
2803 DBTreeListUserData* pQueriesData = static_cast<DBTreeListUserData*>(pContainer->GetUserData()); in getEntryFromContainer()
2807 pContainer = rListBox.GetEntry(pDSLoop, CONTAINER_TABLES); in getEntryFromContainer()
2808 DBTreeListUserData* pTablesData = static_cast<DBTreeListUserData*>(pContainer->GetUserData()); in getEntryFromContainer()
2813 pContainer = NULL; in getEntryFromContainer()
2815 return pContainer; in getEntryFromContainer()
2871 SvLBoxEntry* pContainer = getEntryFromContainer(xNames); in elementRemoved() local
2872 if ( pContainer ) in elementRemoved()
2876 if ( isCurrentlyDisplayedChanged( aName, pContainer) ) in elementRemoved()
2894 SvLBoxEntry* pChild = m_pTreeModel->FirstChild(pContainer); in elementRemoved()
2922 SvLBoxEntry* pContainer = getEntryFromContainer(xNames); in elementReplaced() local
2923 if ( pContainer ) in elementReplaced()
2927 if ( isCurrentlyDisplayedChanged( aName, pContainer) ) in elementReplaced()
2951 SvLBoxEntry* pChild = m_pTreeModel->FirstChild(pContainer); in elementReplaced()
3754 SvLBoxEntry* pContainer = m_pTreeModel->GetParent(m_pCurrentlyDisplayed); in getPrivateTitle() local
3756 SvLBoxEntry* pConnection = implGetConnectionEntry(pContainer); in getPrivateTitle()