Lines Matching refs:FASTBOOL

79 inline sal_uInt16 GetPrevPnt(sal_uInt16 nPnt, sal_uInt16 nPntMax, FASTBOOL bClosed)  in GetPrevPnt()
90 inline sal_uInt16 GetNextPnt(sal_uInt16 nPnt, sal_uInt16 nPntMax, FASTBOOL bClosed) in GetNextPnt()
100 FASTBOOL bValid; // sal_False = zu wenig Punkte
101 FASTBOOL bClosed; // geschlossenes Objekt?
106 FASTBOOL bBegPnt; // Gedraggter Punkt ist der Anfangspunkt einer Polyline
107 FASTBOOL bEndPnt; // Gedraggter Punkt ist der Endpunkt einer Polyline
110 FASTBOOL bPrevIsBegPnt; // Vorheriger Punkt ist Anfangspunkt einer Polyline
111 FASTBOOL bNextIsEndPnt; // Folgepunkt ist Endpunkt einer Polyline
114 FASTBOOL bControl; // Punkt ist ein Kontrollpunkt
115 FASTBOOL bIsPrevControl; // Punkt ist Kontrollpunkt vor einem Stuetzpunkt
116 FASTBOOL bIsNextControl; // Punkt ist Kontrollpunkt hinter einem Stuetzpunkt
117 FASTBOOL bPrevIsControl; // Falls nPnt ein StPnt: Davor ist ein Kontrollpunkt
118 FASTBOOL bNextIsControl; // Falls nPnt ein StPnt: Dahinter ist ein Kontrollpunkt
124 FASTBOOL bEliminate; // Punkt loeschen? (wird von MovDrag gesetzt)
248 FASTBOOL bBezier;
249 FASTBOOL bBezHasCtrl0;
250 FASTBOOL bCurve;
251 FASTBOOL bCircle;
252 FASTBOOL bAngleSnap;
253 FASTBOOL bLine;
254 FASTBOOL bLine90;
255 FASTBOOL bRect;
256 FASTBOOL bMixedCreate;
267 FASTBOOL IsFormFlag() const { return bBezier || bCurve || bCircle || bLine || bRect; } in IsFormFlag()
269 FASTBOOL CalcBezier(const Point& rP1, const Point& rP2, const Point& rDir, FASTBOOL bMouseDown);
273 FASTBOOL CalcCircle(const Point& rP1, const Point& rP2, const Point& rDir, SdrView* pView);
275 FASTBOOL CalcLine(const Point& rP1, const Point& rP2, const Point& rDir, SdrView* pView);
278 FASTBOOL CalcRect(const Point& rP1, const Point& rP2, const Point& rDir, SdrView* pView);
292 FASTBOOL ImpPathCreateUser::CalcBezier(const Point& rP1, const Point& rP2, const Point& rDir, FASTB… in CalcBezier()
294 FASTBOOL bRet=sal_True; in CalcBezier()
317 FASTBOOL ImpPathCreateUser::CalcCircle(const Point& rP1, const Point& rP2, const Point& rDir, SdrVi… in CalcCircle()
328 FASTBOOL bRet=nTmpAngle!=9000 && nTmpAngle!=27000; in CalcCircle()
350 FASTBOOL bNeg=nCircRelWink<0; in CalcCircle()
394 FASTBOOL bHLin=nDirY==0; in CalcLine()
395 FASTBOOL bVLin=nDirX==0; in CalcLine()
412 FASTBOOL ImpPathCreateUser::CalcLine(const Point& rP1, const Point& rP2, const Point& rDir, SdrView… in CalcLine()
442 FASTBOOL ImpPathCreateUser::CalcRect(const Point& rP1, const Point& rP2, const Point& rDir, SdrView… in CalcRect()
453 FASTBOOL bHLin=nDirY==0; in CalcRect()
454 FASTBOOL bVLin=nDirX==0; in CalcRect()
476 FASTBOOL b1MoreThan2=dx1a+dy1a>dx2a+dy2a; in CalcRect()
527 FASTBOOL BegCreate(SdrDragStat& rStat);
528 FASTBOOL MovCreate(SdrDragStat& rStat);
529 FASTBOOL EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
530 FASTBOOL BckCreate(SdrDragStat& rStat);
668 FASTBOOL bClosed =mpSdrPathDragData->bClosed ; // geschlossenes Objekt? in movePathDrag()
670FASTBOOL bBegPnt =mpSdrPathDragData->bBegPnt ; // Gedraggter Punkt ist der Anfangspunk… in movePathDrag()
671FASTBOOL bEndPnt =mpSdrPathDragData->bEndPnt ; // Gedraggter Punkt ist der Endpunkt ei… in movePathDrag()
674FASTBOOL bPrevIsBegPnt =mpSdrPathDragData->bPrevIsBegPnt ; // Vorheriger Punkt ist Anfangspunkt ei… in movePathDrag()
675FASTBOOL bNextIsEndPnt =mpSdrPathDragData->bNextIsEndPnt ; // Folgepunkt ist Endpunkt einer Polyli… in movePathDrag()
678 FASTBOOL bControl =mpSdrPathDragData->bControl ; // Punkt ist ein Kontrollpunkt in movePathDrag()
680FASTBOOL bIsNextControl=mpSdrPathDragData->bIsNextControl; // Punkt ist Kontrollpunkt hinter einem… in movePathDrag()
681FASTBOOL bPrevIsControl=mpSdrPathDragData->bPrevIsControl; // Falls nPnt ein StPnt: Davor ist ein … in movePathDrag()
682FASTBOOL bNextIsControl=mpSdrPathDragData->bNextIsControl; // Falls nPnt ein StPnt: Dahinter ist e… in movePathDrag()
686 FASTBOOL bBigOrtho=rDrag.GetView()->IsBigOrtho(); in movePathDrag()
691 FASTBOOL bPnt1=sal_False,bPnt2=sal_False; // die neuen Alternativen gueltig? in movePathDrag()
704 FASTBOOL bHLin=ndy0==0; in movePathDrag()
705 FASTBOOL bVLin=ndx0==0; in movePathDrag()
712 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in movePathDrag()
713 FASTBOOL bVer=bVLin || (!bHLin && (nXFact<=nYFact)==bBigOrtho); in movePathDrag()
725 FASTBOOL bHLin=ndy0==0; in movePathDrag()
726 FASTBOOL bVLin=ndx0==0; in movePathDrag()
733 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in movePathDrag()
734 FASTBOOL bVer=bVLin || (!bHLin && (nXFact<=nYFact)==bBigOrtho); in movePathDrag()
911 FASTBOOL bXMirr=(aLinePt1_.X()>aLinePt2_.X())!=(aLinePt1.X()>aLinePt2.X()); in endPathDrag()
912 FASTBOOL bYMirr=(aLinePt1_.Y()>aLinePt2_.Y())!=(aLinePt1.Y()>aLinePt2.Y()); in endPathDrag()
1187 FASTBOOL bClosed =mpSdrPathDragData->bClosed ; // geschlossenes Objekt? in getSpecialDragPoly()
1190FASTBOOL bBegPnt =mpSdrPathDragData->bBegPnt ; // Gedraggter Punkt ist der Anfangspunk… in getSpecialDragPoly()
1191FASTBOOL bEndPnt =mpSdrPathDragData->bEndPnt ; // Gedraggter Punkt ist der Endpunkt ei… in getSpecialDragPoly()
1194FASTBOOL bPrevIsBegPnt =mpSdrPathDragData->bPrevIsBegPnt ; // Vorheriger Punkt ist Anfangspunkt ei… in getSpecialDragPoly()
1195FASTBOOL bNextIsEndPnt =mpSdrPathDragData->bNextIsEndPnt ; // Folgepunkt ist Endpunkt einer Polyli… in getSpecialDragPoly()
1198 FASTBOOL bControl =mpSdrPathDragData->bControl ; // Punkt ist ein Kontrollpunkt in getSpecialDragPoly()
1200FASTBOOL bIsNextControl=mpSdrPathDragData->bIsNextControl; // Punkt ist Kontrollpunkt hinter einem… in getSpecialDragPoly()
1201FASTBOOL bPrevIsControl=mpSdrPathDragData->bPrevIsControl; // Falls nPnt ein StPnt: Davor ist ein … in getSpecialDragPoly()
1202FASTBOOL bNextIsControl=mpSdrPathDragData->bNextIsControl; // Falls nPnt ein StPnt: Dahinter ist e… in getSpecialDragPoly()
1280 FASTBOOL ImpPathForDragAndCreate::BegCreate(SdrDragStat& rStat) in BegCreate()
1287 FASTBOOL bMakeStartPoint=sal_True; in BegCreate()
1305 FASTBOOL ImpPathForDragAndCreate::MovCreate(SdrDragStat& rStat) in MovCreate()
1342 FASTBOOL bFreeHand=IsFreeHand(pU->eAktKind); in MovCreate()
1412 FASTBOOL ImpPathForDragAndCreate::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate()
1415 FASTBOOL bRet=sal_False; in EndCreate()
1417 FASTBOOL bIncomp=pView!=NULL && pView->IsUseIncompatiblePathCreateInterface(); in EndCreate()
1528 FASTBOOL ImpPathForDragAndCreate::BckCreate(SdrDragStat& rStat) in BckCreate()
1870 FASTBOOL bCanConv = !HasText() || ImpCanConvTextToCurve(); in TakeObjInfo()
1871 FASTBOOL bIsPath = IsBezier() || IsSpline(); in TakeObjInfo()
2064 FASTBOOL bClosed=IsClosed(); in AddToHdlList()
2244 FASTBOOL SdrPathObj::BegCreate(SdrDragStat& rStat) in BegCreate()
2250 FASTBOOL SdrPathObj::MovCreate(SdrDragStat& rStat) in MovCreate()
2255 FASTBOOL SdrPathObj::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate()
2257 FASTBOOL bRetval(impGetDAC().EndCreate(rStat, eCmd)); in EndCreate()
2302 FASTBOOL SdrPathObj::BckCreate(SdrDragStat& rStat) in BckCreate()
2385 void SdrPathObj::NbcShear(const Point& rRefPnt, long nAngle, double fTan, FASTBOOL bVShear) in NbcShear()