Home
last modified time | relevance | path

Searched refs:aCamGeo (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/source/unodraw/
H A Dunoshap3.cxx346 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 …]
/trunk/main/xmloff/source/draw/
H A Dshapeexport3.cxx282 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 Dximp3dscene.cxx476 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 …]
/trunk/main/xmloff/source/chart/
H A DSchXMLPlotAreaContext.cxx112 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 32 milliseconds