Searched refs:GetRootLevelParent (Results 1 – 10 of 10) sorted by relevance
600 SvLBoxEntry* pRootEntry = maLbConflicts.GetRootLevelParent( pSelEntry ); in HandleListBoxSelection()665 if ( pEntry != maLbConflicts.GetRootLevelParent( pEntry ) ) in IMPL_LINK()703 SvLBoxEntry* pRootEntry = ( pEntry ? maLbConflicts.GetRootLevelParent( pEntry ) : NULL ); in KeepHandler()722 SvLBoxEntry* pRootEntry = ( pEntry ? maLbConflicts.GetRootLevelParent( pEntry ) : NULL ); in KeepAllHandler()
1754 … SvLBoxEntry* pDataSourceEntry = m_pTreeView->getListBox().GetRootLevelParent( pCurrentEntry ); in GetState()1923 …closeConnection( m_pTreeView->getListBox().GetRootLevelParent( m_pTreeView->getListBox().GetCurEnt… in Execute()2237 SvLBoxEntry* pFirstParent = m_pTreeView->getListBox().GetRootLevelParent(_pParent); in IMPL_LINK()2345 SvLBoxEntry* pDataSourceEntry = m_pTreeView->getListBox().GetRootLevelParent(_pEntry); in ensureEntryObject()3038 …if (m_pCurrentlyDisplayed && (m_pTreeView->getListBox().GetRootLevelParent(m_pCurrentlyDisplayed) … in closeConnection()3074 SvLBoxEntry* pDSEntry = m_pTreeView->getListBox().GetRootLevelParent(m_pCurrentlyDisplayed); in unloadAndCleanup()3368 SvLBoxEntry* pDSEntry = m_pTreeView->getListBox().GetRootLevelParent(_pAnyEntry); in ensureConnection()3390 SvLBoxEntry* pDSEntry = m_pTreeView->getListBox().GetRootLevelParent( _pAnyEntry ); in getExistentConnectionFor()3404 return m_pTreeModel->GetRootLevelParent( _pEntry ) == _pEntry; in impl_isDataSourceEntry()3875 …OSL_ENSURE( m_pTreeView->getListBox().GetRootLevelParent( m_pCurrentlyDisplayed ) == pDataSourceEn… in impl_cleanupDataSourceEntry()[all …]
79 …::rtl::OUString aDSName = getDataSourceAcessor( m_pTreeView->getListBox().GetRootLevelParent( _pAp… in implCopyObject()248 …SvLBoxEntry* pDataSourceEntry = m_pTreeView->getListBox().GetRootLevelParent(m_aAsyncDrop.pDropped…
91 SvLBoxEntry* pRootEntry = m_pTreeView->getListBox().GetRootLevelParent(_pEntry); in getEntryType()
443 …SvLBoxEntry* GetRootLevelParent(SvLBoxEntry* pEntry ) const { return (SvLBoxEntry*)(pModel->GetRo… in GetRootLevelParent() function in SvLBox
286 SvListEntry* GetRootLevelParent( SvListEntry* pEntry ) const;
307 String ParentName = GetEntryText( GetRootLevelParent( pEntry ) ); in getAltLongDescText()1348 SvLBoxEntry* pParent = GetRootLevelParent(pEntry); in StartDrag()
322 pEntry = (SvLBoxEntry*)GetRootLevelParent( pEntry ); in ShowColumns()
1644 SvListEntry* SvTreeList::GetRootLevelParent( SvListEntry* pEntry ) const in GetRootLevelParent() function in SvTreeList
2587 SvLBoxEntry* pParentToCollapse = (SvLBoxEntry*)pTree->GetRootLevelParent(pCursor); in KeyInput()
Completed in 119 milliseconds