Home
last modified time | relevance | path

Searched refs:aViewInfo3D (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/svx/source/engine3d/
H A Dhelperhittest3d.cxx147 … const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D()); in fillViewInformation3DForCompoundObject() local
150 aViewInfo3D.getObjectTransformation() * aInBetweenSceneMatrix, in fillViewInformation3DForCompoundObject()
151 aViewInfo3D.getOrientation(), in fillViewInformation3DForCompoundObject()
152 aViewInfo3D.getProjection(), in fillViewInformation3DForCompoundObject()
153 aViewInfo3D.getDeviceToView(), in fillViewInformation3DForCompoundObject()
154 aViewInfo3D.getViewTime(), in fillViewInformation3DForCompoundObject()
155 aViewInfo3D.getExtendedInformationSequence()); in fillViewInformation3DForCompoundObject()
193 drawinglayer::geometry::ViewInformation3D aViewInfo3D(aEmptyParameters); in getAllHit3DObjectsSortedFrontToBack() local
201 fillViewInformation3DForCompoundObject(aViewInfo3D, *pCandidate); in getAllHit3DObjectsSortedFrontToBack()
204 basegfx::B3DHomMatrix aViewToObject(aViewInfo3D.getObjectToView()); in getAllHit3DObjectsSortedFrontToBack()
[all …]
H A Ddragmt3d.cxx286 … const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D()); in CreateOverlayGeometry() local
287 …onst basegfx::B3DHomMatrix aWorldToView(aViewInfo3D.getDeviceToView() * aViewInfo3D.getProjection(… in CreateOverlayGeometry()
334 … const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D()); in E3dDragRotate() local
340 …const basegfx::B3DHomMatrix aTransform(aViewInfo3D.getOrientation() * rCandidate.maDisplayTransfor… in E3dDragRotate()
362 …basegfx::B3DHomMatrix aInverseViewToEye(aViewInfo3D.getDeviceToView() * aViewInfo3D.getProjection(… in E3dDragRotate()
458 … const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D()); in MoveSdrDrag() local
459 basegfx::B3DHomMatrix aInverseOrientation(aViewInfo3D.getOrientation()); in MoveSdrDrag()
463 aTransMat *= aViewInfo3D.getOrientation(); in MoveSdrDrag()
591 … const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D()); in MoveSdrDrag() local
604 …basegfx::B3DHomMatrix aInverseViewToEye(aViewInfo3D.getDeviceToView() * aViewInfo3D.getProjection(… in MoveSdrDrag()
[all …]
H A Dobj3d.cxx421 … const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D()); in NbcResize() local
429 …basegfx::B3DHomMatrix aInverseViewToEye(aViewInfo3D.getDeviceToView() * aViewInfo3D.getProjection(… in NbcResize()
439 basegfx::B3DHomMatrix aInverseOrientation(aViewInfo3D.getOrientation()); in NbcResize()
444 mTrans *= aViewInfo3D.getOrientation(); in NbcResize()
486 … const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D()); in NbcMove() local
488 aEyeVol.transform(aViewInfo3D.getOrientation()); in NbcMove()
498 basegfx::B3DHomMatrix aInverseOrientation(aViewInfo3D.getOrientation()); in NbcMove()
1034 drawinglayer::geometry::ViewInformation3D aViewInfo3D(aEmptyParameters); in TakeXorPoly() local
1035 E3dScene* pRootScene = fillViewInformation3DForCompoundObject(aViewInfo3D, *this); in TakeXorPoly()
1042 aViewInfo3D.getObjectToView() * GetTransform()); in TakeXorPoly()
[all …]
H A Dhelperminimaldepth3d.cxx171 … const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D()); in getMinimalDepthInViewCoordinates() local
190 aViewInfo3D.getObjectTransformation() * aInBetweenSceneMatrix, in getMinimalDepthInViewCoordinates()
191 aViewInfo3D.getOrientation(), in getMinimalDepthInViewCoordinates()
192 aViewInfo3D.getProjection(), in getMinimalDepthInViewCoordinates()
193 aViewInfo3D.getDeviceToView(), in getMinimalDepthInViewCoordinates()
194 aViewInfo3D.getViewTime(), in getMinimalDepthInViewCoordinates()
195 aViewInfo3D.getExtendedInformationSequence()); in getMinimalDepthInViewCoordinates()
H A Dscene3d.cxx282 const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D()); in TakeXorPoly() local
286 aViewInfo3D.getObjectToView())); in TakeXorPoly()
/AOO41X/main/chart2/source/controller/main/
H A DDragMethod_RotateDiagram.cxx216 … const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D()); in CreateOverlayGeometry() local
217 …onst basegfx::B3DHomMatrix aWorldToView(aViewInfo3D.getDeviceToView() * aViewInfo3D.getProjection(… in CreateOverlayGeometry()