Home
last modified time | relevance | path

Searched refs:pDragSourceView (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sc/source/ui/app/
H A Ddrwtrans.cxx102 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 …]
/aoo41x/main/sc/source/ui/inc/
H A Ddrwtrans.hxx64 SdrView* pDragSourceView; member in ScDrawTransferObj
97 SdrView* GetDragSourceView() { return pDragSourceView; } in GetDragSourceView()

Completed in 35 milliseconds