Lines Matching refs:pScDrawView
126 ScDrawView* pScDrawView = GetScDrawView(); in PasteDraw() local
128 pScDrawView->BegUndo( ScGlobal::GetRscString( STR_UNDO_PASTE ) ); in PasteDraw()
130 sal_Bool bSameDoc = ( pDragEditView && pDragEditView->GetModel() == pScDrawView->GetModel() ); in PasteDraw()
142 pScDrawView->GetSdrPageView()->GetPage() == in PasteDraw()
184 pScDrawView->AddUndo(new SdrUndoInsertObj( *pNeuObj )); in PasteDraw()
225 SdrPage* pPage = pScDrawView->GetModel()->GetPage( static_cast< sal_uInt16 >( nTab ) ); in PasteDraw()
237 pScDrawView->Paste( *pModel, aPos, NULL, nOptions ); in PasteDraw()
274 pScDrawView->GroupMarked(); in PasteDraw()
275 pScDrawView->EndUndo(); in PasteDraw()
286 pScDrawView->MarkListHasChanged(); in PasteDraw()
391 ScDrawView* pScDrawView = GetScDrawView(); in PasteGraphic() local
396 if(pScDrawView) in PasteGraphic()
399 SdrPageView* pPageView = pScDrawView->GetSdrPageView(); in PasteGraphic()
403 pScDrawView->PickObj(rPos, pScDrawView->getHitTolLog(), pPickObj, pPageView); in PasteGraphic()
409 SdrObject* pResult = pScDrawView->ApplyGraphicToObject( in PasteGraphic()
419 pScDrawView->MarkObj(pResult, pScDrawView->GetSdrPageView()); in PasteGraphic()
435 pScDrawView->CalcNormScale( aScaleX, aScaleY ); in PasteGraphic()
453 ScDrawLayer* pLayer = (ScDrawLayer*) pScDrawView->GetModel(); in PasteGraphic()
458 pScDrawView->InsertObjectSafe(pGrafObj, *pScDrawView->GetSdrPageView()); in PasteGraphic()