Lines Matching refs:pScene

255 	E3dScene *pScene = NULL;  in DrawMarkedObj()  local
264 pScene = ((E3dCompoundObject*)pObj)->GetScene(); in DrawMarkedObj()
265 if(pScene && !IsObjMarked(pScene)) in DrawMarkedObj()
271 pScene = ((E3dObject*)pObj)->GetScene(); in DrawMarkedObj()
272 if(pScene) in DrawMarkedObj()
273 pScene->SetSelected(sal_False); in DrawMarkedObj()
288 pScene = ((E3dCompoundObject*)pObj)->GetScene(); in DrawMarkedObj()
289 if(pScene) in DrawMarkedObj()
290 pScene->SetSelected(sal_False); in DrawMarkedObj()
305 pScene = p3DObj->GetScene(); in DrawMarkedObj()
310 if(pScene) in DrawMarkedObj()
315 pScene->SetDrawOnlySelected(sal_True); in DrawMarkedObj()
316 pScene->SingleObjectPainter(rOut); // #110094#-17 in DrawMarkedObj()
317 pScene->SetDrawOnlySelected(sal_False); in DrawMarkedObj()
327 pScene = ((E3dCompoundObject*)pObj)->GetScene(); in DrawMarkedObj()
328 if(pScene) in DrawMarkedObj()
329 pScene->SetSelected(sal_False); in DrawMarkedObj()
353 E3dScene *pScene = 0; in GetMarkedObjModel() local
363 pScene = ((E3dCompoundObject*)pObj)->GetScene(); in GetMarkedObjModel()
365 if(pScene && !IsObjMarked(pScene)) in GetMarkedObjModel()
374 pScene = ((E3dObject*)pObj)->GetScene(); in GetMarkedObjModel()
376 if(pScene) in GetMarkedObjModel()
378 pScene->SetSelected(false); in GetMarkedObjModel()
420 pScene = ((E3dObject*)pObj)->GetScene(); in GetMarkedObjModel()
422 if(pScene && !IsObjMarked(pScene) && GetSdrPageView()) in GetMarkedObjModel()
424 ((E3dView*)this)->MarkObj(pScene, GetSdrPageView(), sal_False, sal_True); in GetMarkedObjModel()
446 pScene = (E3dScene*)pSrcOb; in GetMarkedObjModel()
449 pScene->removeAllNonSelectedObjects(); in GetMarkedObjModel()
452 pScene->SetSelected(false); in GetMarkedObjModel()
453 pScene->SetSnapRect(aSelectedSnapRect); in GetMarkedObjModel()
744 void E3dView::ImpCreateSingle3DObjectFlat(E3dScene* pScene, SdrObject* pObj, sal_Bool bExtrude, dou… in ImpCreateSingle3DObjectFlat() argument
808 pScene->Insert3DObj(p3DObj); in ImpCreateSingle3DObjectFlat()
813 void E3dView::ImpCreate3DObject(E3dScene* pScene, SdrObject* pObj, sal_Bool bExtrude, double fDepth… in ImpCreate3DObject() argument
860 ImpCreateSingle3DObjectFlat(pScene, pGroupMember, bExtrude, fDepth, rLatheMat); in ImpCreate3DObject()
864 ImpCreateSingle3DObjectFlat(pScene, pNewObj2, bExtrude, fDepth, rLatheMat); in ImpCreate3DObject()
895 E3dScene* pScene = new E3dPolyScene(Get3DDefaultAttributes()); in ConvertMarkedObjTo3D() local
996 ImpCreate3DObject(pScene, pObj, bExtrude, fDepth, aLatheMat); in ConvertMarkedObjTo3D()
999 if(pScene->GetSubList() && pScene->GetSubList()->GetObjCount() != 0) in ConvertMarkedObjTo3D()
1003 DoDepthArrange(pScene, fDepth); in ConvertMarkedObjTo3D()
1006 basegfx::B3DPoint aCenter(pScene->GetBoundVolume().getCenter()); in ConvertMarkedObjTo3D()
1010 pScene->SetTransform(aMatrix * pScene->GetTransform()); // #112587# in ConvertMarkedObjTo3D()
1013 pScene->NbcSetSnapRect(aRect); in ConvertMarkedObjTo3D()
1014 basegfx::B3DRange aBoundVol = pScene->GetBoundVolume(); in ConvertMarkedObjTo3D()
1015 InitScene(pScene, (double)aRect.GetWidth(), (double)aRect.GetHeight(), aBoundVol.getDepth()); in ConvertMarkedObjTo3D()
1022 ReplaceObjectAtView(pRepObj, *pPV, pScene, sal_False); in ConvertMarkedObjTo3D()
1024 MarkObj(pScene, pPV); in ConvertMarkedObjTo3D()
1042 pScene->SetTransform(aRotate * pScene->GetTransform()); in ConvertMarkedObjTo3D()
1046 pScene->SetSnapRect(aRect); in ConvertMarkedObjTo3D()
1051 delete pScene; in ConvertMarkedObjTo3D()
1101 void E3dView::DoDepthArrange(E3dScene* pScene, double fDepth) in DoDepthArrange() argument
1103 if(pScene && pScene->GetSubList() && pScene->GetSubList()->GetObjCount() > 1) in DoDepthArrange()
1105 SdrObjList* pSubList = pScene->GetSubList(); in DoDepthArrange()
1392 E3dScene* pScene = NULL; in SetCurrent3DObj() local
1402 pScene = new E3dPolyScene(Get3DDefaultAttributes()); in SetCurrent3DObj()
1404 InitScene(pScene, fW, fH, aVolume.getMaxZ() + ((fW + fH) / 4.0)); in SetCurrent3DObj()
1406 pScene->Insert3DObj(p3DObj); in SetCurrent3DObj()
1407 pScene->NbcSetSnapRect(aRect); in SetCurrent3DObj()
1409 return pScene; in SetCurrent3DObj()
1418 void E3dView::InitScene(E3dScene* pScene, double fW, double fH, double fCamZ) in InitScene() argument
1420 Camera3D aCam(pScene->GetCamera()); in InitScene()
1432 pScene->SetCamera(aCam); in InitScene()
1781 E3dScene *pScene = new E3dPolyScene(Get3DDefaultAttributes()); in MergeScenes() local
1841 pScene->Insert3DObj (pNewObj); in MergeScenes()
1861 InitScene(pScene, fW, fH, aBoundVol.getMaxZ() + + ((fW + fH) / 4.0)); in MergeScenes()
1862 pScene->NbcSetSnapRect(aRect); in MergeScenes()
1864 Camera3D &aCamera = (Camera3D&) pScene->GetCamera (); in MergeScenes()
1873 pScene->SetCamera (aCamera); in MergeScenes()
1876 pScene->SetRectsDirty(); in MergeScenes()
1878 InsertObjectAtView(pScene, *(GetSdrPageViewOfMarkedByIndex(0))); in MergeScenes()
1881 pScene->SetRectsDirty(); in MergeScenes()