Searched refs:vpn (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/svx/source/unodraw/ |
H A D | unoshap3.cxx | 351 basegfx::B3DVector aVPN(aCamGeo.vpn.DirectionX, aCamGeo.vpn.DirectionY, aCamGeo.vpn.DirectionZ); in setPropertyValueImpl() 469 aCamGeo.vpn.DirectionX = aVPN.getX(); in getPropertyValueImpl() 470 aCamGeo.vpn.DirectionY = aVPN.getY(); in getPropertyValueImpl() 471 aCamGeo.vpn.DirectionZ = aVPN.getZ(); in getPropertyValueImpl()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | shapeexport3.cxx | 293 ::basegfx::B3DVector aVPN(aCamGeo.vpn.DirectionX, aCamGeo.vpn.DirectionY, aCamGeo.vpn.DirectionZ); in export3DSceneAttributes()
|
H A D | ximp3dscene.cxx | 480 aCamGeo.vpn.DirectionX = maVPN.getX(); in setSceneAttributes() 481 aCamGeo.vpn.DirectionY = maVPN.getY(); in setSceneAttributes() 482 aCamGeo.vpn.DirectionZ = maVPN.getZ(); in setSceneAttributes()
|
/aoo41x/main/chart2/source/tools/ |
H A D | SceneProperties.cxx | 338 drawing::Direction3D vpn( 0.0, 0.0, 1.0 ); in AddDefaultsToMap() local 340 drawing::CameraGeometry aDefaultCameraGeometry( vrp, vpn, vup ); in AddDefaultsToMap()
|
H A D | ThreeDHelper.cxx | 313 drawing::Direction3D vpn(0.416199821709347, 0.173649045905254, 0.892537795986984); in getDefaultCameraGeometry() local 321 vpn = drawing::Direction3D( 0.0, 0.0, 1.0 ); in getDefaultCameraGeometry() 325 return drawing::CameraGeometry( vrp, vpn, vup ); in getDefaultCameraGeometry() 338 ::basegfx::B3DVector aVPN( BaseGFXHelper::Direction3DToB3DVector( aCG.vpn ) ); in lcl_getCameraMatrix()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLPlotAreaContext.cxx | 117 maVPN.setX( aCamGeo.vpn.DirectionX ); in getCameraDefaultFromDiagram() 118 maVPN.setY( aCamGeo.vpn.DirectionY ); in getCameraDefaultFromDiagram() 119 maVPN.setZ( aCamGeo.vpn.DirectionZ ); in getCameraDefaultFromDiagram()
|
/aoo41x/main/offapi/com/sun/star/drawing/ |
H A D | CameraGeometry.idl | 49 Direction3D vpn;
|
Completed in 56 milliseconds