Home
last modified time | relevance | path

Searched refs:GetPointCount (Results 1 – 23 of 23) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx169 nPntAnz=aTmpXP.GetPointCount(); // Punktanzahl des Polygons in ImpSdrPathDragData()
369 if (!bAngleSnap) aXP[aXP.GetPointCount()-1]=aCircEnd; in GetCirclePoly()
374 sal_uInt16 nAnz=aXP.GetPointCount(); in GetCirclePoly()
383 if (!bAngleSnap) aXP[aXP.GetPointCount()-1]=aCircEnd; in GetCirclePoly()
628 const sal_uInt16 nPointCount(rOrig.GetPointCount()); in movePathDrag()
879 if (mpSdrPathDragData->bClosed) rXP[rXP.GetPointCount()-1]=rXP[0]; in endPathDrag()
1058 sal_uInt16 nPntAnz((sal_uInt16)rXPoly.GetPointCount()); in getSpecialDragComment()
1178 … if (rXP.GetPointCount()<=2) { //|| rXPoly.GetFlags(1)==XPOLY_CONTROL && rXPoly.GetPointCount()<=4 in getSpecialDragPoly()
1236 aXPoly.Remove(aXPoly.GetPointCount()-1,1); in getSpecialDragPoly()
1256 aXPoly.Remove(aXPoly.GetPointCount()-1,1); in getSpecialDragPoly()
[all …]
H A Dsvdoedge.cxx121 case OBJ2LINE2 : return rXP.GetPointCount()-3; in ImpGetPolyIdx()
122 case OBJ2LINE3 : return rXP.GetPointCount()-4; in ImpGetPolyIdx()
133 nIdx=rXP.GetPointCount()-nIdx; // #36314# in ImpIsHorzLine()
423 sal_uInt16 nPntAnz=pEdgeTrack->GetPointCount(); in GetVertexGluePoint()
503 sal_uInt16 nPtAnz=pEdgeTrack->GetPointCount(); in CheckNodeConnection()
526 sal_uInt16 nPtAnz=pEdgeTrack->GetPointCount(); in ImpSetTailPoint()
711 if (aXP.GetPointCount()>4) { in ImpCalcObjToCenter()
728 if (rTrack0.GetPointCount()!=0) { in ImpCalcEdgeTrack()
730 sal_uInt16 nSiz=rTrack0.GetPointCount(); in ImpCalcEdgeTrack()
1222 sal_uInt16 nXP1Anz=aXP1.GetPointCount(); in ImpCalcEdgeTrack()
[all …]
H A Dsvdtrans.cxx96 sal_uInt16 nAnz=rPoly.GetPointCount(); in ResizeXPoly()
130 sal_uInt16 nAnz=rPoly.GetPointCount(); in RotateXPoly()
205 sal_uInt16 nAnz=rPoly.GetPointCount(); in MirrorXPoly()
239 sal_uInt16 nAnz=rPoly.GetPointCount(); in ShearXPoly()
402 sal_uInt16 nPointCount=rPoly.GetPointCount(); in CrookRotatePoly()
425 sal_uInt16 nPointCount=rPoly.GetPointCount(); in CrookSlantPoly()
448 sal_uInt16 nPointCount=rPoly.GetPointCount(); in CrookStretchPoly()
H A Dsvdovirt.cxx554 sal_uInt32 SdrVirtObj::GetPointCount() const in GetPointCount() function in SdrVirtObj
556 return rRefObj.GetPointCount(); in GetPointCount()
H A Dsvdorect.cxx142 const sal_uInt16 nPointCount(aXPoly.GetPointCount()); in ImpCalcXPoly()
586 aXP[aXP.GetPointCount()-1]=aXP[0]; in DoConvertToPolyObj()
H A Dsvdmrkv1.cxx77 nAnz+=pObj->GetPointCount(); in GetMarkablePointCount()
381 sal_uInt32 nMax(pObj->GetPointCount()); in UndirtyMrkPnt()
H A Dsvdedtv1.cxx537 if(!bDone && !pPath && pO->IsPolyObj() && 0L != pO->GetPointCount()) in ImpCrookObj()
540 sal_uInt32 nPtAnz(pO->GetPointCount()); in ImpCrookObj()
654 sal_uInt32 nPtAnz(pO->GetPointCount()); in ImpDistortObj()
H A Dsvdobj.cxx1726 return GetPointCount(); in GetSnapPointCount()
1739 sal_uInt32 SdrObject::GetPointCount() const in GetPointCount() function in SdrObject
H A Dsvddrgmt.cxx3031 while (nLast<nPolyCount && aTempPolyPoly[nLast].GetPointCount()!=0) nLast++; in _MovAllPoints()
3094 sal_uInt16 nPtAnz=aPol.GetPointCount(); in _MovAllPoints()
H A Dsvdomeas.cxx1116 sal_uInt32 SdrMeasureObj::GetPointCount() const in GetPointCount() function in SdrMeasureObj
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx430 pObject->IsPolyObj() && pObject->GetPointCount()==2 ) in HasArrow()
456 pObject->IsPolyObj() && pObject->GetPointCount()==2 ) in IsNonAlienArrow()
705 pObject->IsPolyObj() && pObject->GetPointCount()==2 ) in DeleteArrowsAt()
1593 if ( pObject->IsPolyObj() && pObject->GetPointCount() == 2 ) in GetDetectiveObjectType()
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx1680 nPntCnt -= pTextRanger[ nPos ]->GetPointCount(); in ClrObject()
1767 nPntCnt -= pTextRanger[ --nObjCnt ]->GetPointCount(); in ContourRect()
1824 nPntCnt += pTextRanger[ 0 ]->GetPointCount(); in ContourRect()
1827 nPntCnt -= pTextRanger[ --nObjCnt ]->GetPointCount(); in ContourRect()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx556 sal_uInt16 XPolygon::GetPointCount() const in GetPointCount() function in XPolygon
596 sal_uInt16 nPoints = rXPoly.GetPointCount(); in Insert()
1473 const Polygon aSource(GetPointCount(), pImpXPolygon->pPointAry, pImpXPolygon->pFlagAry); in getB2DPolygon()
/trunk/main/editeng/inc/editeng/
H A Dtxtrange.hxx88 sal_uInt32 GetPointCount() const { return nPointCount; } in GetPointCount() function in TextRanger
/trunk/main/svx/inc/svx/
H A Dsvdomeas.hxx135 virtual sal_uInt32 GetPointCount() const;
H A Dsvdovirt.hxx136 virtual sal_uInt32 GetPointCount() const;
H A Dxpoly.hxx95 sal_uInt16 GetPointCount() const;
H A Dsvdopath.hxx136 virtual sal_uInt32 GetPointCount() const;
H A Dsvdoedge.hxx293 virtual sal_uInt32 GetPointCount() const;
H A Dsvdobj.hxx827 virtual sal_uInt32 GetPointCount() const;
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx574 bool bArrow = pObj->IsPolyObj() && (pObj->GetPointCount() == 2); in RecalcPos()
929 else if ( pObject->IsPolyObj() && pObject->GetPointCount()==2 ) in MoveAreaTwips()
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx832 return mpPathObj->GetPointCount(); in GetMarkablePointCount()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx7421 …ISA( SdrPathObj ) && ((SdrPathObj*)pObj)->IsLine() && (((SdrPathObj*)pObj)->GetPointCount() == 2 ); in IsLine()