/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolypolygon.cxx | 139 void removeDoublePoints() in removeDoublePoints() function in ImplB2DPolyPolygon 143 std::mem_fun_ref( &basegfx::B2DPolygon::removeDoublePoints )); in removeDoublePoints() 391 void B2DPolyPolygon::removeDoublePoints() in removeDoublePoints() function in basegfx::B2DPolyPolygon 394 mpPolyPolygon->removeDoublePoints(); in removeDoublePoints()
|
H A D | b3dpolypolygon.cxx | 140 void removeDoublePoints() in removeDoublePoints() function in ImplB3DPolyPolygon 144 std::mem_fun_ref( &::basegfx::B3DPolygon::removeDoublePoints )); in removeDoublePoints() 427 void B3DPolyPolygon::removeDoublePoints() in removeDoublePoints() function in basegfx::B3DPolyPolygon 430 mpPolyPolygon->removeDoublePoints(); in removeDoublePoints()
|
H A D | b2dlinegeometry.cxx | 333 aRetval.removeDoublePoints(); in subdivideToSimple() 523 aBezierPolygon.removeDoublePoints(); in createAreaGeometryForEdge() 830 aCandidate.removeDoublePoints(); in createAreaGeometry()
|
H A D | b2dpolygonclipper.cxx | 155 aRun.append(aStartPolygon); aRun.removeDoublePoints(); in clipPolygonOnParallelAxis() 479 aRun.append(aStartPolygon); aRun.removeDoublePoints(); in clipPolyPolygonOnPolyPolygon()
|
H A D | b3dpolypolygontools.cxx | 232 aRetval.removeDoublePoints(); in createCubePolyPolygonFromB3DRange() 249 aRetval.removeDoublePoints(); in createCubeFillPolyPolygonFromB3DRange()
|
H A D | b2dpolygontools.cxx | 1505 aLast.removeDoublePoints(); in applyLineDashing() 1527 aLast.removeDoublePoints(); in applyLineDashing() 1810 aRetval.removeDoublePoints(); in createPolygonFromRect() 1885 aUnitCircle.removeDoublePoints(); in impCreateUnitCircle() 2078 aRetval.removeDoublePoints(); in createPolygonFromUnitEllipseSegment() 3260 aRetval.removeDoublePoints(); in createSimplifiedPolygon()
|
H A D | b2dpolypolygoncutter.cxx | 530 aGeometry.removeDoublePoints(); in solver() 565 aGeometry.removeDoublePoints(); in solver()
|
H A D | b3dpolygontools.cxx | 507 aLast.removeDoublePoints(); in applyLineDashing() 529 aLast.removeDoublePoints(); in applyLineDashing()
|
H A D | b2dpolygontriangulator.cxx | 410 aCandidate.removeDoublePoints(); in triangulate()
|
H A D | b2dpolygon.cxx | 1611 void B2DPolygon::removeDoublePoints() in removeDoublePoints() function in basegfx::B2DPolygon
|
H A D | b3dpolygon.cxx | 1793 void B3DPolygon::removeDoublePoints() in removeDoublePoints() function in basegfx::B3DPolygon
|
/trunk/main/svx/source/engine3d/ |
H A D | lathe3d.cxx | 84 maPolyPoly2D.removeDoublePoints(); in E3dLatheObj() 191 maPolyPoly2D.removeDoublePoints(); in SetPolyPoly2D()
|
H A D | extrud3d.cxx | 202 aTemp.removeDoublePoints(); in GetBreakObj()
|
/trunk/main/drawinglayer/source/primitive3d/ |
H A D | sdrlatheprimitive3d.cxx | 166 aCandidate.removeDoublePoints(); in create3DDecomposition() 218 maCorrectedPolyPolygon.removeDoublePoints(); in impCreateSlices()
|
H A D | sdrextrudeprimitive3d.cxx | 374 maCorrectedPolyPolygon.removeDoublePoints(); in impCreateSlices()
|
/trunk/main/sd/source/ui/func/ |
H A D | fumorph.cxx | 134 aPolyPoly1.removeDoublePoints(); in DoExecute() 138 aPolyPoly2.removeDoublePoints(); in DoExecute()
|
/trunk/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolypolygon.hxx | 121 void removeDoublePoints();
|
H A D | b3dpolypolygon.hxx | 115 void removeDoublePoints();
|
H A D | b3dpolygon.hxx | 128 void removeDoublePoints();
|
H A D | b2dpolygon.hxx | 256 void removeDoublePoints();
|
/trunk/main/svx/source/svdraw/ |
H A D | svdorect.cxx | 592 aPolyPolygon.removeDoublePoints(); in DoConvertToPolyObj()
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev.cxx | 2286 aB2DPolygon.removeDoublePoints(); in ImpTryDrawPolyLineDirect()
|