/aoo41x/main/svx/source/engine3d/ |
H A D | view3d.cxx | 265 if(pScene && !IsObjMarked(pScene)) in DrawMarkedObj() 272 if(pScene) in DrawMarkedObj() 289 if(pScene) in DrawMarkedObj() 310 if(pScene) in DrawMarkedObj() 328 if(pScene) in DrawMarkedObj() 365 if(pScene && !IsObjMarked(pScene)) in GetMarkedObjModel() 376 if(pScene) in GetMarkedObjModel() 422 if(pScene && !IsObjMarked(pScene) && GetSdrPageView()) in GetMarkedObjModel() 1042 pScene->SetTransform(aRotate * pScene->GetTransform()); in ConvertMarkedObjTo3D() 1103 if(pScene && pScene->GetSubList() && pScene->GetSubList()->GetObjCount() > 1) in DoDepthArrange() [all …]
|
H A D | obj3d.cxx | 144 if(pScene) in InsertObject() 146 pScene->Cleanup3DDepthMapper(); in InsertObject() 159 if(pScene) in NbcRemoveObject() 161 pScene->Cleanup3DDepthMapper(); in NbcRemoveObject() 176 if(pScene) in RemoveObject() 178 pScene->Cleanup3DDepthMapper(); in RemoveObject() 415 E3dScene* pScene = GetScene(); in NbcResize() local 417 if(pScene) in NbcResize() 469 E3dScene* pScene = GetScene(); in NbcMove() local 471 if(pScene) in NbcMove() [all …]
|
H A D | scene3d.cxx | 336 E3dScene* pScene = GetScene(); in SetBoundRectDirty() local 338 if(pScene == this) in SetBoundRectDirty() 500 E3dScene* pScene = (E3dScene*)pObj; in removeAllNonSelectedObjects() local 503 pScene->removeAllNonSelectedObjects(); in removeAllNonSelectedObjects() 506 … const sal_uInt32 nObjCount(pScene->GetSubList() ? pScene->GetSubList()->GetObjCount() : 0); in removeAllNonSelectedObjects() 789 E3dScene* pScene = GetScene(); in RecalcSnapRect() local 791 if(pScene == this) in RecalcSnapRect() 795 Camera3D& rCam = (Camera3D&)pScene->GetCamera(); in RecalcSnapRect()
|
H A D | helperminimaldepth3d.cxx | 165 const E3dScene* pScene = rObject.GetScene(); in getMinimalDepthInViewCoordinates() local 167 if(pScene) in getMinimalDepthInViewCoordinates() 170 …E3dScene& rVCScene = static_cast< sdr::contact::ViewContactOfE3dScene& >(pScene->GetViewContact()); in getMinimalDepthInViewCoordinates() 182 while(pParentScene && pParentScene != pScene) in getMinimalDepthInViewCoordinates()
|
H A D | dragmt3d.cxx | 329 const E3dScene *pScene = maGrp[0].mp3DObj->GetScene(); in E3dDragRotate() local 331 if(pScene) in E3dDragRotate() 333 …E3dScene& rVCScene = static_cast< sdr::contact::ViewContactOfE3dScene& >(pScene->GetViewContact()); in E3dDragRotate()
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape3d.cxx | 561 pScene->Insert3DObj( p3DObj ); in Create3DObject() 570 pScene->Insert3DObj( p3DObj ); in Create3DObject() 595 pScene->Insert3DObj( p3DObj ); in Create3DObject() 603 pRet = pScene; in Create3DObject() 608 pScene->NbcSetSnapRect( aSnapRect ); in Create3DObject() 622 pScene->SetCamera( rCamera ); in Create3DObject() 623 pScene->SetRectsDirty(); in Create3DObject() 663 pScene->SetCamera( rCamera ); in Create3DObject() 678 pScene->SetCamera( rCamera ); in Create3DObject() 681 pScene->NbcSetTransform( aNewTransform ); in Create3DObject() [all …]
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fucon3d.cxx | 274 pScene->SetCamera(aCamera); in ImpPrepareBasic3DShape() 319 pScene->SetTransform(aTransformation * pScene->GetTransform()); in ImpPrepareBasic3DShape() 466 Camera3D aCam(pScene->GetCamera()); in CreateDefaultObject() 475 pScene->SetCamera(aCam); in CreateDefaultObject() 477 pScene->Insert3DObj(p3DObj); in CreateDefaultObject() 478 pScene->NbcSetSnapRect(a3DRect); in CreateDefaultObject() 479 pScene->SetModel(mpDoc); in CreateDefaultObject() 481 ImpPrepareBasic3DShape(p3DObj, pScene); in CreateDefaultObject() 489 pScene->SetRectsDirty(); in CreateDefaultObject() 522 pScene->SetLogicRect(aRect); in CreateDefaultObject() [all …]
|
/aoo41x/main/svx/source/sdr/properties/ |
H A D | e3dcompoundproperties.cxx | 66 E3dScene* pScene = rObj.GetScene(); in GetMergedItemSet() local 68 if(pScene) in GetMergedItemSet() 75 aSet.Put(pScene->GetProperties().GetObjectItemSet()); in GetMergedItemSet() 87 E3dScene* pScene = rObj.GetScene(); in SetMergedItemSet() local 89 if(pScene) in SetMergedItemSet() 100 pScene->GetProperties().ClearObjectItem(); in SetMergedItemSet() 105 pScene->GetProperties().SetObjectItemSet(aSet); in SetMergedItemSet()
|
/aoo41x/main/svx/source/unodraw/ |
H A D | unoshap3.cxx | 345 E3dScene* pScene = static_cast< E3dScene* >( mpObj.get() ); in setPropertyValueImpl() local 356 aSceneTAR.maMat = pScene->GetTransform(); in setPropertyValueImpl() 357 aSceneTAR.maRect = pScene->GetSnapRect(); in setPropertyValueImpl() 379 pScene->NbcSetTransform(basegfx::B3DHomMatrix()); in setPropertyValueImpl() 382 Camera3D aCam(pScene->GetCamera()); in setPropertyValueImpl() 387 const SfxItemSet& rSceneSet = pScene->GetMergedItemSet(); in setPropertyValueImpl() 403 pScene->SetCamera(aCam); in setPropertyValueImpl() 427 pScene->NbcSetTransform(aSceneTAR.maMat); in setPropertyValueImpl() 428 pScene->NbcSetSnapRect(aSceneTAR.maRect); in setPropertyValueImpl() 456 E3dScene* pScene = static_cast< E3dScene* >( mpObj.get() ); in getPropertyValueImpl() local [all …]
|
H A D | unopage.cxx | 595 E3dScene* pScene = (E3dScene*)pNewObj; in _CreateSdrObject() local 600 Camera3D aCam(pScene->GetCamera()); in _CreateSdrObject() 608 pScene->SetCamera(aCam); in _CreateSdrObject() 610 pScene->SetRectsDirty(); in _CreateSdrObject()
|
/aoo41x/main/svx/inc/svx/ |
H A D | view3d.hxx | 77 …void ImpCreate3DObject(E3dScene* pScene, SdrObject* pObj, sal_Bool bExtrude, double fDepth, basegf… 78 …void ImpCreateSingle3DObjectFlat(E3dScene* pScene, SdrObject* pObj, sal_Bool bExtrude, double fDep… 82 void InitScene(E3dScene* pScene, double fW, double fH, double fCamZ); 123 void DoDepthArrange(E3dScene* pScene, double fDepth);
|
/aoo41x/main/chart2/source/controller/drawinglayer/ |
H A D | DrawViewWrapper.cxx | 257 E3dScene* pScene = pE3d->GetScene(); in getHitObject() local 258 if( pScene ) in getHitObject() 263 getAllHit3DObjectsSortedFrontToBack(aHitPoint, *pScene, aHitList); in getHitObject()
|
/aoo41x/main/chart2/source/controller/main/ |
H A D | SelectionHelper.cxx | 588 E3dScene* pScene = 0; in getSceneToRotate() local 592 pScene = pRotateable->GetScene(); in getSceneToRotate() 594 return pScene; in getSceneToRotate()
|
H A D | ChartController_Window.cxx | 716 …E3dScene* pScene = SelectionHelper::getSceneToRotate( pDrawViewWrapper->getNamedSdrObject( m_aSele… in execute_MouseButtonDown() local 717 if( pScene ) in execute_MouseButtonDown()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdmrkv.cxx | 1497 E3dScene* pScene = NULL; in MarkNextObj() local 1500 ? ((E3dCompoundObject*)pObjHit)->IsAOrdNumRemapCandidate(pScene) in MarkNextObj() 1509 nOrdNumBtm = pScene->RemapOrdNum(nOrdNumBtm); in MarkNextObj() 1520 nOrdNumTop = pScene->RemapOrdNum(nOrdNumTop); in MarkNextObj() 1535 pObj = pObjList->GetObj(pScene->RemapOrdNum(no)); in MarkNextObj()
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | fucon3d.hxx | 66 void ImpPrepareBasic3DShape(E3dCompoundObject* p3DObj, E3dScene *pScene);
|