Lines Matching refs:FASTBOOL
274 FASTBOOL bBelowRefEdge;
275 FASTBOOL bTextRota90;
276 FASTBOOL bTextUpsideDown;
280 FASTBOOL bShowUnit;
282 FASTBOOL bTextAutoAngle;
284 FASTBOOL bTextIsFixedAngle;
320 FASTBOOL bArrow1Center; // Pfeil 1 zentriert?
321 FASTBOOL bArrow2Center; // Pfeil 2 zentriert?
322 FASTBOOL bAutoUpsideDown; // UpsideDown durch Automatik
323 FASTBOOL bPfeileAussen;
324 FASTBOOL bBreakedLine;
388 FASTBOOL bPfeileAussen=sal_False; in ImpCalcGeometrics()
418 FASTBOOL bBrkLine=rPol.eUsedTextVPos==SDRMEASURETEXT_BREAKEDLINE; in ImpCalcGeometrics()
429 FASTBOOL bOutside=sal_False; in ImpCalcGeometrics()
580 FASTBOOL SdrMeasureObj::CalcFieldValue(const SvxFieldItem& rField, sal_uInt32 nPara, sal_uInt16 nPo… in CalcFieldValue()
581 FASTBOOL bEdit, in CalcFieldValue()
667 FASTBOOL bRota90=aRec.bTextRota90; in TakeUnrotatedSnapRect()
668 FASTBOOL bUpsideDown=aRec.bTextUpsideDown!=aMPol.bAutoUpsideDown; in TakeUnrotatedSnapRect()
669 FASTBOOL bBelowRefEdge=aRec.bBelowRefEdge; in TakeUnrotatedSnapRect()
910 FASTBOOL bOrtho=rDrag.GetView()!=NULL && rDrag.GetView()->IsOrtho(); in ImpEvalDrag()
911 FASTBOOL bBigOrtho=bOrtho && rDrag.GetView()->IsBigOrtho(); in ImpEvalDrag()
912 FASTBOOL bBelow=rRec.bBelowRefEdge; in ImpEvalDrag()
929 FASTBOOL bAnf=nHdlNum==2; in ImpEvalDrag()
936 FASTBOOL bHLin=ndy0==0; in ImpEvalDrag()
937 FASTBOOL bVLin=ndx0==0; in ImpEvalDrag()
943 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in ImpEvalDrag()
944 FASTBOOL bVer=bVLin || (!bHLin && (nXFact<=nYFact)==bBigOrtho); in ImpEvalDrag()
971 FASTBOOL SdrMeasureObj::BegCreate(SdrDragStat& rStat) in BegCreate()
980 FASTBOOL SdrMeasureObj::MovCreate(SdrDragStat& rStat) in MovCreate()
995 FASTBOOL SdrMeasureObj::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) in EndCreate()
1002 FASTBOOL SdrMeasureObj::BckCreate(SdrDragStat& /*rStat*/) in BckCreate()
1073 void SdrMeasureObj::NbcShear(const Point& rRef, long nWink, double tn, FASTBOOL bVShear) in NbcShear()
1305 void SdrMeasureObj::TakeTextRect( SdrOutliner& rOutliner, Rectangle& rTextRect, FASTBOOL bNoEditTex… in TakeTextRect()
1336 FASTBOOL bTextRota90=aRec.bTextRota90; in GetOutlinerViewAnchorMode()
1338 FASTBOOL bBelowRefEdge=aRec.bBelowRefEdge; in GetOutlinerViewAnchorMode()