/aoo4110/main/drawinglayer/source/primitive3d/ |
H A D | polygontubeprimitive3d.cxx | 79 aNewPolygon.append(aNextLeft); in getLineTubeSegments() 91 aNewPolygon.setClosed(true); in getLineTubeSegments() 137 aNewPolygon.append(aLast); in getLineCapSegments() 140 aNewPolygon.append(aNext); in getLineCapSegments() 143 aNewPolygon.append(aNull); in getLineCapSegments() 146 aNewPolygon.setClosed(true); in getLineCapSegments() 328 aNewPolygon.clear(); in getLineJoinSegments() 350 aNewPolygon.clear(); in getLineJoinSegments() 372 aNewPolygon.clear(); in getLineJoinSegments() 399 aNewPolygon.setNormal(b, basegfx::B3DVector(aNewPolygon.getB3DPoint(b))); in getLineJoinSegments() [all …]
|
/aoo4110/main/basegfx/source/polygon/ |
H A D | b3dpolygonclipper.cxx | 197 B3DPolygon aNewPolygon; in clipPolygonOnOrthogonalPlane() local 205 impAppendCopy(aNewPolygon, rCandidate, 0L); in clipPolygonOnOrthogonalPlane() 224 if(aNewPolygon.count() > 1L) in clipPolygonOnOrthogonalPlane() 226 aRetval.append(aNewPolygon); in clipPolygonOnOrthogonalPlane() 229 aNewPolygon.clear(); in clipPolygonOnOrthogonalPlane() 242 impAppendCopy(aNewPolygon, rCandidate, nNextIndex); in clipPolygonOnOrthogonalPlane() 249 if(aNewPolygon.count() > 1L) in clipPolygonOnOrthogonalPlane() 251 aRetval.append(aNewPolygon); in clipPolygonOnOrthogonalPlane() 283 if(aNewPolygon.count() > 2L) in clipPolygonOnOrthogonalPlane() 285 aNewPolygon.setClosed(true); in clipPolygonOnOrthogonalPlane() [all …]
|
H A D | b2dpolypolygontools.cxx | 626 … const B2DPolygon aNewPolygon = UnoPointSequenceToB2DPolygon(*pPointSequence, bCheckClosed); in UnoPointSequenceSequenceToB2DPolyPolygon() local 627 aRetval.append(aNewPolygon); in UnoPointSequenceSequenceToB2DPolyPolygon() 677 const B2DPolygon aNewPolygon(UnoPolygonBezierCoordsToB2DPolygon( in UnoPolyPolygonBezierCoordsToB2DPolyPolygon() local 684 aRetval.append(aNewPolygon); in UnoPolyPolygonBezierCoordsToB2DPolyPolygon()
|
H A D | b3dpolypolygontools.cxx | 564 basegfx::B3DPolygon aNewPolygon; in UnoPolyPolygonShape3DToB3DPolyPolygon() local 576 aNewPolygon.append(basegfx::B3DPoint(*pArrayX++,*pArrayY++,*pArrayZ++)); in UnoPolyPolygonShape3DToB3DPolyPolygon() 587 basegfx::tools::checkClosed(aNewPolygon); in UnoPolyPolygonShape3DToB3DPolyPolygon() 590 aRetval.append(aNewPolygon); in UnoPolyPolygonShape3DToB3DPolyPolygon()
|
/aoo4110/main/svx/source/sdr/properties/ |
H A D | measureproperties.cxx | 120 basegfx::B2DPolygon aNewPolygon; in ForceDefaultAttributes() local 121 aNewPolygon.append(basegfx::B2DPoint(100.0, 0.0)); in ForceDefaultAttributes() 122 aNewPolygon.append(basegfx::B2DPoint(200.0, 400.0)); in ForceDefaultAttributes() 123 aNewPolygon.append(basegfx::B2DPoint(0.0, 400.0)); in ForceDefaultAttributes() 124 aNewPolygon.setClosed(true); in ForceDefaultAttributes() 126 mpItemSet->Put(XLineStartItem(String(), basegfx::B2DPolyPolygon(aNewPolygon))); in ForceDefaultAttributes() 128 mpItemSet->Put(XLineEndItem(String(), basegfx::B2DPolyPolygon(aNewPolygon))); in ForceDefaultAttributes()
|
/aoo4110/main/svx/source/unodraw/ |
H A D | unopage.cxx | 615 basegfx::B2DPolygon aNewPolygon; in _CreateSdrObject() local 616 aNewPolygon.append(basegfx::B2DPoint(0.0, 0.0)); in _CreateSdrObject() 617 aNewPolygon.append(basegfx::B2DPoint(0.0, 1.0)); in _CreateSdrObject() 618 aNewPolygon.append(basegfx::B2DPoint(1.0, 0.0)); in _CreateSdrObject() 619 aNewPolygon.setClosed(true); in _CreateSdrObject() 628 basegfx::B2DPolygon aNewPolygon; in _CreateSdrObject() local 629 aNewPolygon.append(basegfx::B2DPoint(0.0, 0.0)); in _CreateSdrObject() 630 aNewPolygon.append(basegfx::B2DPoint(0.0, 1.0)); in _CreateSdrObject() 631 aNewPolygon.append(basegfx::B2DPoint(1.0, 0.0)); in _CreateSdrObject() 632 aNewPolygon.setClosed(true); in _CreateSdrObject() [all …]
|
H A D | unoshap2.cxx | 1080 basegfx::B2DPolygon aNewPolygon; in ImplSvxPointSequenceSequenceToB2DPolyPolygon() local 1092 basegfx::tools::checkClosed(aNewPolygon); in ImplSvxPointSequenceSequenceToB2DPolyPolygon() 1095 aRetval.append(aNewPolygon); in ImplSvxPointSequenceSequenceToB2DPolyPolygon() 1141 basegfx::B2DPolygon aNewPolygon; in setPropertyValueImpl() local 1154 basegfx::tools::checkClosed(aNewPolygon); in setPropertyValueImpl() 1361 basegfx::B2DPolygon aNewPolygon; in SvxConvertPolyPolygonBezierToB2DPolyPolygon() local 1378 aNewPolygon.append(aNewCoordinatePair); in SvxConvertPolyPolygonBezierToB2DPolyPolygon() 1430 && aControlA.equal(aNewPolygon.getB2DPoint(aNewPolygon.count() - 1))) in SvxConvertPolyPolygonBezierToB2DPolyPolygon() 1443 aNewPolygon.append(aNewCoordinatePair); in SvxConvertPolyPolygonBezierToB2DPolyPolygon() 1453 basegfx::tools::checkClosed(aNewPolygon); in SvxConvertPolyPolygonBezierToB2DPolyPolygon() [all …]
|
H A D | unoshap3.cxx | 780 basegfx::B3DPolygon aNewPolygon; in PolyPolygonShape3D_to_B3dPolyPolygon() local 786 aNewPolygon.append(basegfx::B3DPoint(*pArrayX++,*pArrayY++,*pArrayZ++)); in PolyPolygonShape3D_to_B3dPolyPolygon() 796 basegfx::tools::checkClosed(aNewPolygon); in PolyPolygonShape3D_to_B3dPolyPolygon() 799 rResultPolygon.append(aNewPolygon); in PolyPolygonShape3D_to_B3dPolyPolygon()
|
/aoo4110/main/svx/source/sdr/contact/ |
H A D | viewcontactofsdrpathobj.cxx | 93 basegfx::B2DPolygon aNewPolygon; in createViewIndependentPrimitive2DSequence() local 94 aNewPolygon.append(basegfx::B2DPoint(0.0, 0.0)); in createViewIndependentPrimitive2DSequence() 95 aNewPolygon.append(basegfx::B2DPoint(1.0, 0.0)); in createViewIndependentPrimitive2DSequence() 96 aUnitPolyPolygon.setB2DPolygon(0, aNewPolygon); in createViewIndependentPrimitive2DSequence()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdopath.cxx | 1588 if(pU->IsFormFlag() && aNewPolygon.count() > 1L) in TakeObjectPolyPolygon() 1593 const sal_uInt32 nChangeIndex(aNewPolygon.count() - 2); in TakeObjectPolyPolygon() 1596 aNewPolygon.remove(nChangeIndex, 2L); in TakeObjectPolyPolygon() 1597 aNewPolygon.append(pU->GetFormPoly().getB2DPolygon()); in TakeObjectPolyPolygon() 1599 if(nChangeIndex < aNewPolygon.count()) in TakeObjectPolyPolygon() 1603 aNewPolygon.setPrevControlPoint(nChangeIndex, aSavedPrevCtrlPoint); in TakeObjectPolyPolygon() 1609 aRetval.setB2DPolygon(aRetval.count() - 1L, aNewPolygon); in TakeObjectPolyPolygon() 1613 aRetval.append(aNewPolygon); in TakeObjectPolyPolygon() 2528 basegfx::B2DPolygon aNewPolygon(GetPathPoly().getB2DPolygon(nPoly)); in NbcSetPoint() local 2530 maPathPolygon.setB2DPolygon(nPoly, aNewPolygon); in NbcSetPoint() [all …]
|
H A D | svdedtv2.cxx | 1530 basegfx::B2DPolygon aNewPolygon; in ImpDismantleOneObject() local 1533 aNewPolygon.append(rCandidate.getB2DPoint(b)); in ImpDismantleOneObject() 1537 aNewPolygon.appendBezierSegment( in ImpDismantleOneObject() 1545 aNewPolygon.append(rCandidate.getB2DPoint(nNextIndex)); in ImpDismantleOneObject() 1548 SdrPathObj* pPath = new SdrPathObj(eKind, basegfx::B2DPolyPolygon(aNewPolygon)); in ImpDismantleOneObject()
|
H A D | svddrgmt.cxx | 483 basegfx::B2DPolygon aNewPolygon(basegfx::tools::createPolygonFromRect(aNewRectangle)); in createSdrDragEntries_PolygonDrag() local 485 aResult = basegfx::B2DPolyPolygon(basegfx::tools::expandToCurve(aNewPolygon)); in createSdrDragEntries_PolygonDrag()
|
/aoo4110/main/sd/source/ui/func/ |
H A D | fumorph.cxx | 457 ::basegfx::B2DPolygon aNewPolygon; in ImpCreateMorphedPolygon() 463 aNewPolygon.append(aPtEnd + ((aPtStart - aPtEnd) * fFactor)); in ImpCreateMorphedPolygon() 466 aNewPolygon.setClosed(aPolyStart.isClosed() && aPolyEnd.isClosed()); in ImpCreateMorphedPolygon() 467 pNewPolyPolygon->append(aNewPolygon); in ImpCreateMorphedPolygon()
|