Lines Matching refs:pModel

712 	pModel = pTree;  in SvImpIconView()
822 SvLBoxEntry* pEntry = pModel->First(); in CheckAllSizes()
826 pEntry = pModel->Next( pEntry ); in CheckAllSizes()
872 if( pModel->GetParent(pEntry) == pCurParent ) in EntryInserted()
895 if( pModel->GetParent(pEntry) == pCurParent) in RemovingEntry()
939 if( pModel->GetParent(pEntry) == pCurParent ) in MovingEntry()
959 if( pModel->GetParent(pEntry)==pCurParent ) in EntryMoved()
972 … DBG_ASSERT(pZOrderList->Count()==pModel->GetChildCount(pCurParent),"EntryMoved:Bad zorder count"); in EntryMoved()
1014 if( pModel->GetParent(pEntry) != pCurParent ) in EntrySelected()
1132 SvLBoxEntry* pCur = pModel->FirstChild( pCurParent ); in ResetVirtSize()
1148 pCur = pModel->NextSibling( pCur ); in ResetVirtSize()
1243 if( !(pModel->HasChilds( pCurParent ) )) in Paint()
1246 pCursor = pModel->FirstChild( pCurParent ); in Paint()
2134 if( pModel->GetParent(pEntry) == pCurParent ) in SetEntryPosition()
2495 SvLBoxEntry* pEntry = pModel->FirstChild( pCurParent ); in RecalcAllBoundingRects()
2500 pEntry = pModel->NextSibling( pEntry ); in RecalcAllBoundingRects()
2510 SvLBoxEntry* pEntry = pModel->FirstChild( pCurParent ); in RecalcAllBoundingRectsSmart()
2526 pEntry = pModel->NextSibling( pEntry ); in RecalcAllBoundingRectsSmart()
2533 SvLBoxEntry* pEntry = pModel->FirstChild( pCurParent ); in UpdateBoundingRects()
2537 pEntry = pModel->NextSibling( pEntry ); in UpdateBoundingRects()
2796 if( pTarget == pCurParent && pModel->GetParent(pEntry) == pCurParent ) in NotifyMoving()
2993 pNewCursor = pModel->FirstChild( pCurParent ); in GetNewCursor()
3002 SvLBoxEntry* pEntry = pModel->FirstChild( pCurParent); in GetSelectionCount()
3007 pEntry = pModel->NextSibling( pEntry ); in GetSelectionCount()
3026 SvLBoxEntry* pEntry = pModel->FirstChild( pCurParent ); in DeselectAllBut()
3031 pEntry = pModel->NextSibling( pEntry ); in DeselectAllBut()
3099 SvLBoxTreeList* pModel = pView->pModel; in ImplCreate() local
3100 SvLBoxEntry* pEntry = pModel->FirstChild( pView->pCurParent ); in ImplCreate()
3124 pEntry = pModel->NextSibling( pEntry ); in ImplCreate()
3165 SvLBoxTreeList* pModel = pView->pModel; in CreateGridMap() local
3166 SvLBoxEntry* pEntry = pModel->FirstChild( pView->pCurParent ); in CreateGridMap()
3177 pEntry = pModel->NextSibling( pEntry ); in CreateGridMap()
3613 SvLBoxEntry* pEntry = pView->pModel->FirstChild( pView->pCurParent ); in CreateGridAjustData()
3620 pEntry = pView->pModel->NextSibling( pEntry ); in CreateGridAjustData()
3634 SvLBoxEntry* pEntry = pView->pModel->FirstChild( pView->pCurParent ); in CreateGridAjustData()
3645 pEntry = pView->pModel->NextSibling( pEntry ); in CreateGridAjustData()
4096 pModel->InvalidateEntry( pEntry ); in SetTextMode()