Searched refs:bBigOrtho (Results 1 – 10 of 10) sorted by relevance
97 unsigned bBigOrtho : 1; member in SdrSnapView255 void SetBigOrtho(sal_Bool bOn) { bBigOrtho=bOn; } in SetBigOrtho()256 sal_Bool IsBigOrtho() const { return bBigOrtho; } in IsBigOrtho()
236 SVX_DLLPUBLIC void OrthoDistance8(const Point& rPt0, Point& rPt, FASTBOOL bBigOrtho);237 SVX_DLLPUBLIC void OrthoDistance4(const Point& rPt0, Point& rPt, FASTBOOL bBigOrtho);
417 sal_Bool bBigOrtho : 1; // Snap/Position/ExtendEdges member in SdOptionsSnap441 sal_Bool IsBigOrtho() const { Init(); return (sal_Bool) bBigOrtho; } in IsBigOrtho()452 …void SetBigOrtho( sal_Bool bOn = sal_True ) { if( bBigOrtho != bOn ) { OptionsChanged(); bBigOrtho… in SetBigOrtho()
98 FASTBOOL bBigOrtho=bEcke && bOrtho && rDrag.GetView()->IsBigOrtho(); in ImpDragCalcRect() local133 FASTBOOL bUseX=(aXFact<aYFact) != bBigOrtho; in ImpDragCalcRect()
665 void OrthoDistance8(const Point& rPt0, Point& rPt, FASTBOOL bBigOrtho) in OrthoDistance8() argument674 if ((dxa<dya) != bBigOrtho) { in OrthoDistance8()681 void OrthoDistance4(const Point& rPt0, Point& rPt, FASTBOOL bBigOrtho) in OrthoDistance4() argument687 if ((dxa<dya) != bBigOrtho) { in OrthoDistance4()
911 FASTBOOL bBigOrtho=bOrtho && rDrag.GetView()->IsBigOrtho(); in ImpEvalDrag() local943 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in ImpEvalDrag()944 FASTBOOL bVer=bVLin || (!bHLin && (nXFact<=nYFact)==bBigOrtho); in ImpEvalDrag()
686 FASTBOOL bBigOrtho=rDrag.GetView()->IsBigOrtho(); in movePathDrag() local712 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in movePathDrag()713 FASTBOOL bVer=bVLin || (!bHLin && (nXFact<=nYFact)==bBigOrtho); in movePathDrag()733 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in movePathDrag()734 FASTBOOL bVer=bVLin || (!bHLin && (nXFact<=nYFact)==bBigOrtho); in movePathDrag()
216 bBigOrtho=sal_True; in ClearVars()
1280 FASTBOOL bBigOrtho=bEcke && bOrtho && rDrag.GetView()->IsBigOrtho(); in ImpDragCalcRect() local1310 FASTBOOL bUseX=(aXFact<aYFact) != bBigOrtho; in ImpDragCalcRect()
876 bBigOrtho( sal_True ), in SdOptionsSnap()
Completed in 87 milliseconds