Lines Matching refs:pTarget

920 	SvLBoxEntry*  pTarget,		 // D&D-Drop-Position in this->GetModel()  in NotifyMoving()  argument
927 SvLBoxEntry* pTarget, // D&D-Drop-Position in this->GetModel() in NotifyMoving()
936 if( !pTarget ) in NotifyMoving()
942 if ( !pTarget->HasChilds() && !pTarget->HasChildsOnDemand() ) in NotifyMoving()
945 rpNewParent = GetParent( pTarget ); in NotifyMoving()
946 rNewChildPos = pModel->GetRelPos( pTarget ) + 1; in NotifyMoving()
953 rpNewParent = pTarget; in NotifyMoving()
954 if( IsExpanded(pTarget)) in NotifyMoving()
963 SvLBoxEntry* pTarget, // D&D-Drop-Position in this->GetModel() in NotifyCopying() argument
970 return NotifyMoving(pTarget,pEntry,rpNewParent,rNewChildPos); in NotifyCopying()
1008 sal_Bool SvLBox::CopySelection( SvLBox* pSource, SvLBoxEntry* pTarget ) in CopySelection() argument
1035 sal_Bool bOk=NotifyCopying(pTarget,pSourceEntry,pNewParent,nInsertionPos); in CopySelection()
1066 sal_Bool SvLBox::MoveSelection( SvLBox* pSource, SvLBoxEntry* pTarget ) in MoveSelection() argument
1068 return MoveSelectionCopyFallbackPossible( pSource, pTarget, sal_False ); in MoveSelection()
1071 sal_Bool SvLBox::MoveSelectionCopyFallbackPossible( SvLBox* pSource, SvLBoxEntry* pTarget, sal_Bool… in MoveSelectionCopyFallbackPossible() argument
1096 sal_Bool bOk = NotifyMoving(pTarget,pSourceEntry,pNewParent,nInsertionPos); in MoveSelectionCopyFallbackPossible()
1101 bCopyOk = NotifyCopying(pTarget,pSourceEntry,pNewParent,nInsertionPos); in MoveSelectionCopyFallbackPossible()
1800 SvLBoxEntry* pTarget = pTargetEntry; // !!! kann 0 sein !!! in ExecuteDrop() local
1804 if ( CopySelection( aDDInfo.pSource, pTarget ) ) in ExecuteDrop()
1809 if ( MoveSelection( aDDInfo.pSource, pTarget ) ) in ExecuteDrop()
1814 if ( MoveSelectionCopyFallbackPossible( aDDInfo.pSource, pTarget, sal_True ) ) in ExecuteDrop()