Home
last modified time | relevance | path

Searched refs:pScene (Results 1 – 16 of 16) sorted by relevance

/trunk/main/svx/source/engine3d/
H A Dview3d.cxx265 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 Dobj3d.cxx144 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 Dscene3d.cxx336 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 Dhelperminimaldepth3d.cxx165 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 Ddragmt3d.cxx329 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()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx561 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 …]
/trunk/main/sd/source/ui/func/
H A Dfucon3d.cxx274 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 …]
/trunk/main/svx/source/sdr/properties/
H A De3dcompoundproperties.cxx66 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()
/trunk/main/svx/source/unodraw/
H A Dunoshap3.cxx345 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 Dunopage.cxx595 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()
/trunk/main/svx/inc/svx/
H A Dview3d.hxx77 …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);
/trunk/main/chart2/source/controller/drawinglayer/
H A DDrawViewWrapper.cxx257 E3dScene* pScene = pE3d->GetScene(); in getHitObject() local
258 if( pScene ) in getHitObject()
263 getAllHit3DObjectsSortedFrontToBack(aHitPoint, *pScene, aHitList); in getHitObject()
/trunk/main/chart2/source/controller/main/
H A DSelectionHelper.cxx588 E3dScene* pScene = 0; in getSceneToRotate() local
592 pScene = pRotateable->GetScene(); in getSceneToRotate()
594 return pScene; in getSceneToRotate()
H A DChartController_Window.cxx716 …E3dScene* pScene = SelectionHelper::getSceneToRotate( pDrawViewWrapper->getNamedSdrObject( m_aSele… in execute_MouseButtonDown() local
717 if( pScene ) in execute_MouseButtonDown()
/trunk/main/svx/source/svdraw/
H A Dsvdmrkv.cxx1497 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()
/trunk/main/sd/source/ui/inc/
H A Dfucon3d.hxx66 void ImpPrepareBasic3DShape(E3dCompoundObject* p3DObj, E3dScene *pScene);

Completed in 75 milliseconds