Lines Matching refs:pTarget

557 											SvLBoxEntry* pTarget,  in MoveOrCopyTemplates()  argument
602 GetIndices_Impl(this, pTarget, nTargetRegion, nTargetIndex); in MoveOrCopyTemplates()
615 if(pSourceBox->GetModel()->GetDepth(pSource) == GetModel()->GetDepth(pTarget)) in MoveOrCopyTemplates()
617 pNewParent = GetParent(pTarget); in MoveOrCopyTemplates()
618 rIdx = GetModel()->GetRelPos(pTarget)+1; in MoveOrCopyTemplates()
624 pNewParent = pTarget; in MoveOrCopyTemplates()
629 pTarget, pSource, pNewParent, rIdx); in MoveOrCopyTemplates()
648 SvLBoxEntry* pTarget, in MoveOrCopyContents() argument
692 Path aTarget(this, pTarget); in MoveOrCopyContents()
730 SvLBoxEntry *pParentIter = pTarget; in MoveOrCopyContents()
798 sal_Bool SfxOrganizeListBox_Impl::NotifyMoving(SvLBoxEntry *pTarget, in NotifyMoving() argument
845 if ( !pTarget ) in NotifyMoving()
846 pTarget = pDlg->pTargetEntry; in NotifyMoving()
849 GetModel()->GetDepth( pTarget ) <= GetDocLevel() ) in NotifyMoving()
850 bOk = MoveOrCopyTemplates( pSourceBox, pSource, pTarget, pNewParent, rIdx, sal_False ); in NotifyMoving()
852 bOk = MoveOrCopyContents(pSourceBox, pSource, pTarget, pNewParent, rIdx, sal_False ); in NotifyMoving()
859 sal_Bool SfxOrganizeListBox_Impl::NotifyCopying(SvLBoxEntry *pTarget, in NotifyCopying() argument
904 if ( !pTarget ) in NotifyCopying()
905 pTarget = pDlg->pTargetEntry; in NotifyCopying()
907 GetModel()->GetDepth( pTarget ) <= GetDocLevel() ) in NotifyCopying()
908 bOk = MoveOrCopyTemplates( pSourceBox, pSource, pTarget, pNewParent, rIdx, sal_True ); in NotifyCopying()
910 bOk = MoveOrCopyContents( pSourceBox, pSource, pTarget, pNewParent, rIdx, sal_True ); in NotifyCopying()