Lines Matching refs:pSource

556 											SvLBoxEntry *pSource,  in MoveOrCopyTemplates()  argument
599 if(pSource) in MoveOrCopyTemplates()
605 GetIndices_Impl(pSourceBox, pSource, nSourceRegion, nSourceIndex); in MoveOrCopyTemplates()
615 if(pSourceBox->GetModel()->GetDepth(pSource) == GetModel()->GetDepth(pTarget)) in MoveOrCopyTemplates()
629 pTarget, pSource, pNewParent, rIdx); in MoveOrCopyTemplates()
637 ( (SvTreeListBox *)pSourceBox )->GetEntryText( pSource ) ); in MoveOrCopyTemplates()
647 SvLBoxEntry *pSource, in MoveOrCopyContents() argument
691 Path aSource(pSourceBox, pSource); in MoveOrCopyContents()
763 pSourceBox->GetModel()->Remove(pSource); in MoveOrCopyContents()
772 if( pChildIter && pChildIter != pSource ) in MoveOrCopyContents()
799 SvLBoxEntry* pSource, in NotifyMoving() argument
848 if ( pSourceBox->GetModel()->GetDepth( pSource ) <= 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()
860 SvLBoxEntry* pSource, in NotifyCopying() argument
906 if ( pSourceBox->GetModel()->GetDepth( pSource ) <= 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()
1021 SvLBox *pSource = GetSourceView(); in NotifyAcceptDrop() local
1022 SvLBoxEntry *pSourceEntry = pSource->FirstSelected(); in NotifyAcceptDrop()
1025 sal_uInt16 nSourceLevel = pSource->GetModel()->GetDepth(pSourceEntry); in NotifyAcceptDrop()
1026 if(VIEW_FILES == ((SfxOrganizeListBox_Impl *)pSource)->GetViewType()) in NotifyAcceptDrop()
1031 Path aSource(pSource, pSourceEntry); in NotifyAcceptDrop()
1033 const sal_uInt16 SL = ((SfxOrganizeListBox_Impl *)pSource)->GetDocLevel(); in NotifyAcceptDrop()
1038 ((SfxOrganizeListBox_Impl *)pSource)->GetViewType()) || in NotifyAcceptDrop()
1041 ((SfxOrganizeListBox_Impl *)pSource)->GetViewType() && in NotifyAcceptDrop()