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()695 DELETEZ( pDragSourceView ); in SetDragSourceObj()696 pDragSourceView = new SdrView( pObj->GetModel() ); in SetDragSourceObj()697 pDragSourceView->ShowSdrPage(pDragSourceView->GetModel()->GetPage(nTab)); in SetDragSourceObj()[all …]
64 SdrView* pDragSourceView; member in ScDrawTransferObj97 SdrView* GetDragSourceView() { return pDragSourceView; } in GetDragSourceView()
Completed in 11 milliseconds