Lines Matching refs:pTarget
2217 SvLBoxEntry* pTarget = GetEntry( aDocPos ); in GetDropTarget() local
2218 if( !pTarget || !pTarget->HasChilds() ) in GetDropTarget()
2219 pTarget = pCurParent; in GetDropTarget()
2220 return pTarget; in GetDropTarget()
2226 SvLBoxEntry* pTarget = 0; in GetEntry() local
2236 pTarget = pEntry; in GetEntry()
2240 return pTarget; in GetEntry()
2246 SvLBoxEntry* pTarget = 0; in GetNextEntry() local
2257 pTarget = pEntry; in GetNextEntry()
2262 return pTarget; in GetNextEntry()
2268 SvLBoxEntry* pTarget = 0; in GetPrevEntry() local
2279 pTarget = pEntry; in GetPrevEntry()
2284 return pTarget; in GetPrevEntry()
2793 sal_Bool SvImpIconView::NotifyMoving( SvLBoxEntry* pTarget, SvLBoxEntry* pEntry, in NotifyMoving() argument
2796 if( pTarget == pCurParent && pModel->GetParent(pEntry) == pCurParent ) in NotifyMoving()
2807 return pView->SvLBox::NotifyMoving(pTarget,pEntry,rpNewPar,rNewChildPos); in NotifyMoving()
2810 sal_Bool SvImpIconView::NotifyCopying( SvLBoxEntry* pTarget, SvLBoxEntry* pEntry, in NotifyCopying() argument
2813 return pView->SvLBox::NotifyCopying(pTarget,pEntry,rpNewParent,rNewChildPos); in NotifyCopying()