Searched refs:pDragEditView (Results 1 – 1 of 1) sorted by relevance
106 SdrView* pDragEditView = NULL; in PasteDraw() local112 pDragEditView = pDrawTrans->GetDragSourceView(); in PasteDraw()130 sal_Bool bSameDoc = ( pDragEditView && pDragEditView->GetModel() == pScDrawView->GetModel() ); in PasteDraw()135 Point aSourceStart = pDragEditView->GetAllMarkedRect().TopLeft(); in PasteDraw()143 pDragEditView->GetSdrPageView()->GetPage() ) in PasteDraw()146 pDragEditView->MoveAllMarked(Size(nDiffX,nDiffY), sal_False); in PasteDraw()150 SdrModel* pDrawModel = pDragEditView->GetModel(); in PasteDraw()161 SdrMarkList aMark = pDragEditView->GetMarkedObjectList(); in PasteDraw()192 pDragEditView->DeleteMarked(); in PasteDraw()
Completed in 6 milliseconds