Searched refs:aCamGeo (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/svx/source/unodraw/ |
H A D | unoshap3.cxx | 346 drawing::CameraGeometry aCamGeo; in setPropertyValueImpl() local 348 if(rValue >>= aCamGeo) in setPropertyValueImpl() 350 basegfx::B3DPoint aVRP(aCamGeo.vrp.PositionX, aCamGeo.vrp.PositionY, aCamGeo.vrp.PositionZ); in setPropertyValueImpl() 351 basegfx::B3DVector aVPN(aCamGeo.vpn.DirectionX, aCamGeo.vpn.DirectionY, aCamGeo.vpn.DirectionZ); in setPropertyValueImpl() 352 basegfx::B3DVector aVUP(aCamGeo.vup.DirectionX, aCamGeo.vup.DirectionY, aCamGeo.vup.DirectionZ); in setPropertyValueImpl() 457 drawing::CameraGeometry aCamGeo; in getPropertyValueImpl() local 466 aCamGeo.vrp.PositionX = aVRP.getX(); in getPropertyValueImpl() 467 aCamGeo.vrp.PositionY = aVRP.getY(); in getPropertyValueImpl() 468 aCamGeo.vrp.PositionZ = aVRP.getZ(); in getPropertyValueImpl() 469 aCamGeo.vpn.DirectionX = aVPN.getX(); in getPropertyValueImpl() [all …]
|
/aoo4110/main/xmloff/source/draw/ |
H A D | shapeexport3.cxx | 282 drawing::CameraGeometry aCamGeo; in export3DSceneAttributes() local 283 aAny >>= aCamGeo; in export3DSceneAttributes() 285 ::basegfx::B3DVector aVRP(aCamGeo.vrp.PositionX, aCamGeo.vrp.PositionY, aCamGeo.vrp.PositionZ); in export3DSceneAttributes() 293 ::basegfx::B3DVector aVPN(aCamGeo.vpn.DirectionX, aCamGeo.vpn.DirectionY, aCamGeo.vpn.DirectionZ); in export3DSceneAttributes() 301 ::basegfx::B3DVector aVUP(aCamGeo.vup.DirectionX, aCamGeo.vup.DirectionY, aCamGeo.vup.DirectionZ); in export3DSceneAttributes()
|
H A D | ximp3dscene.cxx | 476 drawing::CameraGeometry aCamGeo; in setSceneAttributes() local 477 aCamGeo.vrp.PositionX = maVRP.getX(); in setSceneAttributes() 478 aCamGeo.vrp.PositionY = maVRP.getY(); in setSceneAttributes() 479 aCamGeo.vrp.PositionZ = maVRP.getZ(); in setSceneAttributes() 480 aCamGeo.vpn.DirectionX = maVPN.getX(); in setSceneAttributes() 481 aCamGeo.vpn.DirectionY = maVPN.getY(); in setSceneAttributes() 482 aCamGeo.vpn.DirectionZ = maVPN.getZ(); in setSceneAttributes() 483 aCamGeo.vup.DirectionX = maVUP.getX(); in setSceneAttributes() 484 aCamGeo.vup.DirectionY = maVUP.getY(); in setSceneAttributes() 485 aCamGeo.vup.DirectionZ = maVUP.getZ(); in setSceneAttributes() [all …]
|
/aoo4110/main/xmloff/source/chart/ |
H A D | SchXMLPlotAreaContext.cxx | 112 drawing::CameraGeometry aCamGeo; in getCameraDefaultFromDiagram() local 113 … xProp->getPropertyValue( ::rtl::OUString::createFromAscii("D3DCameraGeometry")) >>= aCamGeo; in getCameraDefaultFromDiagram() 114 maVRP.setX( aCamGeo.vrp.PositionX ); in getCameraDefaultFromDiagram() 115 maVRP.setY( aCamGeo.vrp.PositionY ); in getCameraDefaultFromDiagram() 116 maVRP.setZ( aCamGeo.vrp.PositionZ ); in getCameraDefaultFromDiagram() 117 maVPN.setX( aCamGeo.vpn.DirectionX ); in getCameraDefaultFromDiagram() 118 maVPN.setY( aCamGeo.vpn.DirectionY ); in getCameraDefaultFromDiagram() 119 maVPN.setZ( aCamGeo.vpn.DirectionZ ); in getCameraDefaultFromDiagram() 120 maVUP.setX( aCamGeo.vup.DirectionX ); in getCameraDefaultFromDiagram() 121 maVUP.setY( aCamGeo.vup.DirectionY ); in getCameraDefaultFromDiagram() [all …]
|
Completed in 44 milliseconds