Searched refs:aBoundVolume (Results 1 – 2 of 2) sorted by relevance
831 const basegfx::B3DRange aBoundVolume(GetBoundVolume()); in CreateWireframe() local832 return basegfx::tools::createCubePolyPolygonFromB3DRange(aBoundVolume); in CreateWireframe()1075 const basegfx::B3DRange aBoundVolume(GetBoundVolume()); in AddToHdlList() local1077 if(!aBoundVolume.isEmpty()) in AddToHdlList()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()[all …]
793 basegfx::B3DPolygon aBoundVolume; in CalculateNewSnapRect() local798 …aBoundVolume.append(basegfx::B3DPoint(aPolygon[ (sal_uInt16)i ].X() - aCenter.X(), aPolygon[ (sal_… in CalculateNewSnapRect()803 …aBoundVolume.append(basegfx::B3DPoint(aPolygon[ (sal_uInt16)i ].X() - aCenter.X(), aPolygon[ (sal_… in CalculateNewSnapRect()836 aBoundVolume.transform(aMatrix); in CalculateNewSnapRect()840 aBoundVolume = aTransformation2D.ApplySkewSettings( aBoundVolume ); in CalculateNewSnapRect()844 … aTransformed[ (sal_uInt16)i ] = aTransformation2D.Transform2D( aBoundVolume.getB3DPoint( i ) ); in CalculateNewSnapRect()