Home
last modified time | relevance | path

Searched refs:IsSmooth (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx808 if (mpSdrPathDragData->aXP.IsSmooth(nSt)) { in movePathDrag()
818 if (mpSdrPathDragData->aXP.IsSmooth(nPnt)) { in movePathDrag()
829 if (!bBegPnt && !bPrevIsControl && !bPrevIsBegPnt && mpSdrPathDragData->aXP.IsSmooth(nPrevPnt)) { in movePathDrag()
834 if (!bEndPnt && !bNextIsControl && !bNextIsEndPnt && mpSdrPathDragData->aXP.IsSmooth(nNextPnt)) { in movePathDrag()
1214 …if (mpSdrPathDragData->aXP.IsSmooth(nPrevPnt) && !bPrevIsBegPnt && mpSdrPathDragData->aXP.IsContro… in getSpecialDragPoly()
1229 …if (mpSdrPathDragData->aXP.IsSmooth(nNextPnt) && !bNextIsEndPnt && mpSdrPathDragData->aXP.IsContro… in getSpecialDragPoly()
/trunk/main/svx/inc/svx/
H A Dxpoly.hxx113 sal_Bool IsSmooth(sal_uInt16 nPos) const;
/trunk/main/tools/inc/tools/
H A Dpoly.hxx161 sal_Bool IsSmooth( sal_uInt16 nPos ) const;
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx870 sal_Bool XPolygon::IsSmooth(sal_uInt16 nPos) const in IsSmooth() function in XPolygon
/trunk/main/tools/source/generic/
H A Dpoly.cxx788 sal_Bool Polygon::IsSmooth(sal_uInt16 nPos) const in IsSmooth() function in Polygon

Completed in 53 milliseconds