Lines Matching refs:pDragSourceView
102 pDragSourceView( NULL ), in ScDrawTransferObj()
273 delete pDragSourceView; in ~ScDrawTransferObj()
649 if ( pDragSourceView ) in DragFinished()
650 pDragSourceView->DeleteMarked(); in DragFinished()
657 DELETEZ( pDragSourceView ); in DragFinished()
686 DELETEZ( pDragSourceView ); in SetDragSource()
687 pDragSourceView = new SdrView( pView->GetModel() ); in SetDragSource()
688 lcl_InitMarks( *pDragSourceView, *pView, pView->GetTab() ); in SetDragSource()
695 DELETEZ( pDragSourceView ); in SetDragSourceObj()
696 pDragSourceView = new SdrView( pObj->GetModel() ); in SetDragSourceObj()
697 pDragSourceView->ShowSdrPage(pDragSourceView->GetModel()->GetPage(nTab)); in SetDragSourceObj()
698 SdrPageView* pPV = pDragSourceView->GetSdrPageView(); in SetDragSourceObj()
699 pDragSourceView->MarkObj(pObj, pPV); in SetDragSourceObj()