Searched refs:IsControl (Results 1 – 9 of 9) sorted by relevance
196 bIsPrevControl=aTmpXP.IsControl(nPrevPnt); in ImpSdrPathDragData()571 if(aPathPolygon[(sal_uInt16)pHdl->GetPolyNum()].IsControl((sal_uInt16)pHdl->GetPointNum())) in beginPathDrag()643 if(nPointCount > 1 && rOrig.IsControl(nPointCount - 2)) in movePathDrag()648 if(nPointIndex > 0 && rOrig.IsControl(nPointIndex - 1)) in movePathDrag()655 if(nPointIndex + 1 < nPointCount && rOrig.IsControl(nPointIndex + 1)) in movePathDrag()830 if (mpSdrPathDragData->aXP.IsControl(nPrevPrevPnt)) { in movePathDrag()835 if (mpSdrPathDragData->aXP.IsControl(nNextNextPnt)) { in movePathDrag()1071 if(rXPoly.IsControl(nPntNum + 1)) in getSpecialDragComment()1114 if(bPt1 && rXPoly.IsControl(nPt1)) in getSpecialDragComment()1117 if(bPt2 && rXPoly.IsControl(nPt2)) in getSpecialDragComment()[all …]
420 if (i+1<nPointAnz && rPoly.IsControl(i)) { // Kontrollpunkt links in CrookRotatePoly()426 if (i<nPointAnz && rPoly.IsControl(i)) { // Kontrollpunkt rechts in CrookRotatePoly()443 if (i+1<nPointAnz && rPoly.IsControl(i)) { // Kontrollpunkt links in CrookSlantPoly()449 if (i<nPointAnz && rPoly.IsControl(i)) { // Kontrollpunkt rechts in CrookSlantPoly()466 if (i+1<nPointAnz && rPoly.IsControl(i)) { // Kontrollpunkt links in CrookStretchPoly()472 if (i<nPointAnz && rPoly.IsControl(i)) { // Kontrollpunkt rechts in CrookStretchPoly()
3111 if (i+1<nPtAnz && aPol.IsControl(i)) in _MovAllPoints()3120 if (i<nPtAnz && aPol.IsControl(i)) in _MovAllPoints()
855 sal_Bool XPolygon::IsControl(sal_uInt16 nPos) const in IsControl() function in XPolygon1044 if ( !IsControl(nPnt) ) in CalcSmoothJoin()1058 if ( GetFlags(nCenter) == XPOLY_SMOOTH || !IsControl(nDrag) ) in CalcSmoothJoin()1126 if ( nFirst > pImpXPolygon->nPoints - 4 || IsControl(nFirst) || in PointsToBezier()1127 IsControl(nFirst+1) || IsControl(nFirst+2) || IsControl(nFirst+3) ) in PointsToBezier()
112 sal_Bool IsControl(sal_uInt16 nPos) const;
160 sal_Bool IsControl( sal_uInt16 nPos ) const;
213 bDrawing = rVOpt.IsDraw() && rVOpt.IsControl(); in SwElemItem()
310 inline sal_Bool IsControl() const in IsControl() function in SwViewOption
775 sal_Bool Polygon::IsControl(sal_uInt16 nPos) const in IsControl() function in Polygon