Lines Matching refs:pSourceBox

555 sal_Bool SfxOrganizeListBox_Impl::MoveOrCopyTemplates(SvLBox *pSourceBox,  in MoveOrCopyTemplates()  argument
605 GetIndices_Impl(pSourceBox, pSource, nSourceRegion, nSourceIndex); in MoveOrCopyTemplates()
615 if(pSourceBox->GetModel()->GetDepth(pSource) == GetModel()->GetDepth(pTarget)) in MoveOrCopyTemplates()
637 ( (SvTreeListBox *)pSourceBox )->GetEntryText( pSource ) ); in MoveOrCopyTemplates()
646 sal_Bool SfxOrganizeListBox_Impl::MoveOrCopyContents(SvLBox *pSourceBox, in MoveOrCopyContents() argument
691 Path aSource(pSourceBox, pSource); in MoveOrCopyContents()
696 SfxObjectShellRef aSourceDoc = ((SfxOrganizeListBox_Impl *)pSourceBox)->GetObjectShell(aSource); in MoveOrCopyContents()
700 ((SfxOrganizeListBox_Impl *)pSourceBox)->GetDocLevel(); in MoveOrCopyContents()
763 pSourceBox->GetModel()->Remove(pSource); in MoveOrCopyContents()
841 SvLBox* pSourceBox = GetSourceView(); in NotifyMoving() local
842 if ( !pSourceBox ) in NotifyMoving()
843 pSourceBox = pDlg->pSourceView; in NotifyMoving()
844 DBG_ASSERT( pSourceBox, "no source view" ); in NotifyMoving()
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()
900 SvLBox* pSourceBox = GetSourceView(); in NotifyCopying() local
901 if ( !pSourceBox ) in NotifyCopying()
902 pSourceBox = pDlg->pSourceView; in NotifyCopying()
903 DBG_ASSERT( pSourceBox, "no source view" ); in NotifyCopying()
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()