Searched refs:pDragSourceView (Results 1 – 2 of 2) sorted by relevance
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()[all …]
61 SdrView* pDragSourceView; member in ScDrawTransferObj94 SdrView* GetDragSourceView() { return pDragSourceView; } in GetDragSourceView()