Home
last modified time | relevance | path

Searched refs:aPos3D (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/svx/source/engine3d/
H A Dobj3d.cxx1083 basegfx::B3DPoint aPos3D; in AddToHdlList() local
1087 …case 0 : aPos3D.setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBo… in AddToHdlList()
1088 …case 1 : aPos3D.setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBo… in AddToHdlList()
1089 …case 2 : aPos3D.setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBo… in AddToHdlList()
1090 …case 3 : aPos3D.setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBo… in AddToHdlList()
1091 …case 4 : aPos3D.setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBo… in AddToHdlList()
1092 …case 5 : aPos3D.setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBo… in AddToHdlList()
1093 …case 6 : aPos3D.setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBo… in AddToHdlList()
1094 …case 7 : aPos3D.setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBo… in AddToHdlList()
1098 aPos3D *= aViewInfo3D.getObjectToView() * GetTransform(); in AddToHdlList()
[all …]
/aoo4110/main/xmloff/source/draw/
H A Dshapeexport3.cxx131 … ::basegfx::B3DVector aPos3D(aPosition3D.PositionX, aPosition3D.PositionY, aPosition3D.PositionZ); in ImpExport3DShape()
140 aDir3D = aPos3D + aDir3D; in ImpExport3DShape()
143 if(aPos3D != ::basegfx::B3DVector(-2500.0, -2500.0, -2500.0)) // write only when not default in ImpExport3DShape()
145 mrExport.GetMM100UnitConverter().convertB3DVector(sStringBuffer, aPos3D); in ImpExport3DShape()
171 … ::basegfx::B3DVector aPos3D(aPosition3D.PositionX, aPosition3D.PositionY, aPosition3D.PositionZ); in ImpExport3DShape()
180 if(aPos3D != ::basegfx::B3DVector(0.0, 0.0, 0.0)) // write only when not default in ImpExport3DShape()
182 mrExport.GetMM100UnitConverter().convertB3DVector(sStringBuffer, aPos3D); in ImpExport3DShape()

Completed in 25 milliseconds