Lines Matching refs:pTree
68 pTree = pLBTree; in SvImpLBox()
920 sal_uLong nXAbsPos = (sal_uInt16)pTree->GetAbsPos( pStartEntry ); in Paint()
1085 while( pTree->GetDepth( pEntry ) > 0 ) in DrawNet()
1122 pChild = pTree->LastSibling( pChild ); in DrawNet()
1130 if( n>= nOffs && ((m_nStyle & WB_HASLINESATROOT) || !pTree->IsAtRootDepth(pEntry))) in DrawNet()
1163 pChild = pTree->LastSibling( pEntry ); in DrawNet()
1591 if( !pMostRightEntry || pTree->IsChild( pEntry,pMostRightEntry ) ) in EntryCollapsed()
1617 if( pTree->IsChild( pEntry, pCursor ) ) in EntryCollapsed()
1642 if( pTree->IsChild(pEntry, pStartEntry) ) in CollapsingEntry()
1724 pTree->IsChild(pEntry, pMostRightEntry))) in RemovingEntry()
1740 if( pCursor && pTree->IsChild( pEntry, pCursor) ) in RemovingEntry()
1742 if( pStartEntry && pTree->IsChild(pEntry,pStartEntry) ) in RemovingEntry()
1787 pStartEntry = pTree->First(); in EntryRemoved()
1850 pNew = pTree->NextSibling( pEntry ); in MovingEntry()
1852 pNew = pTree->PrevSibling( pEntry ); in MovingEntry()
1869 sal_uInt16 nFirstPos = (sal_uInt16)pTree->GetAbsPos( pStartEntry ); in EntryMoved()
1870 sal_uInt16 nNewPos = (sal_uInt16)pTree->GetAbsPos( pEntry ); in EntryMoved()
1884 pParent = pTree->GetParent( pParent ); in EntryMoved()
1900 SvLBoxEntry* pParent = (SvLBoxEntry*)pTree->GetParent(pEntry); in EntryInserted()
1901 if( pParent && pTree->GetChildList(pParent)->Count() == 1 ) in EntryInserted()
1903 pTree->InvalidateEntry( pParent ); in EntryInserted()
2558 sal_uInt16 nRefDepth = pTree->GetDepth( pCursor ); in KeyInput()
2559 SvLBoxEntry* pCur = pTree->Next( pCursor ); in KeyInput()
2560 while( pCur && pTree->GetDepth(pCur) > nRefDepth ) in KeyInput()
2564 pCur = pTree->Next( pCur ); in KeyInput()
2587 SvLBoxEntry* pParentToCollapse = (SvLBoxEntry*)pTree->GetRootLevelParent(pCursor); in KeyInput()
2594 if( pTree->GetChildList(0)->Count() < 2 ) in KeyInput()
2598 while( pTree->GetParent(pParentToCollapse) && in KeyInput()
2599 pTree->GetDepth( pTree->GetParent(pParentToCollapse)) > 0) in KeyInput()
2601 pParentToCollapse = pTree->GetParent(pParentToCollapse); in KeyInput()
2609 SvLBoxEntry* pCur = pTree->Next( pParentToCollapse ); in KeyInput()
2610 while( pCur && pTree->GetDepth(pCur) > nRefDepth ) in KeyInput()
2614 pCur = pTree->Next( pCur ); in KeyInput()
3011 pEntry = pTree->First(); in SelAllDestrAnch()
3023 pEntry = pTree->Next( pEntry ); in SelAllDestrAnch()
3488 SvTreeEntryList* pList = pTree->GetChildList( pParent ); in FindMostRight_Impl()