Home
last modified time | relevance | path

Searched refs:bBigOrtho (Results 1 – 10 of 10) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdomeas.cxx911 FASTBOOL bBigOrtho=bOrtho && rDrag.GetView()->IsBigOrtho(); in ImpEvalDrag() local
943 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in ImpEvalDrag()
944 FASTBOOL bVer=bVLin || (!bHLin && (nXFact<=nYFact)==bBigOrtho); in ImpEvalDrag()
H A Dsvdopath.cxx686 FASTBOOL bBigOrtho=rDrag.GetView()->IsBigOrtho(); in movePathDrag() local
712 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()
H A Dsvdobj.cxx1280 FASTBOOL bBigOrtho=bEcke && bOrtho && rDrag.GetView()->IsBigOrtho(); in ImpDragCalcRect() local
1310 FASTBOOL bUseX=(aXFact<aYFact) != bBigOrtho; in ImpDragCalcRect()
H A Dsvdsnpv.cxx216 bBigOrtho=sal_True; in ClearVars()
H A Dsvdtrans.cxx665 void OrthoDistance8(const Point& rPt0, Point& rPt, FASTBOOL bBigOrtho) in OrthoDistance8() argument
674 if ((dxa<dya) != bBigOrtho) { in OrthoDistance8()
681 void OrthoDistance4(const Point& rPt0, Point& rPt, FASTBOOL bBigOrtho) in OrthoDistance4() argument
687 if ((dxa<dya) != bBigOrtho) { in OrthoDistance4()
H A Dsvdotxdr.cxx98 FASTBOOL bBigOrtho=bEcke && bOrtho && rDrag.GetView()->IsBigOrtho(); in ImpDragCalcRect() local
133 FASTBOOL bUseX=(aXFact<aYFact) != bBigOrtho; in ImpDragCalcRect()
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx862 bBigOrtho( sal_True ), in SdOptionsSnap()
/trunk/main/svx/inc/svx/
H A Dsvdsnpv.hxx97 unsigned bBigOrtho : 1; member in SdrSnapView
255 void SetBigOrtho(sal_Bool bOn) { bBigOrtho=bOn; } in SetBigOrtho()
256 sal_Bool IsBigOrtho() const { return bBigOrtho; } in IsBigOrtho()
H A Dsvdtrans.hxx236 SVX_DLLPUBLIC void OrthoDistance8(const Point& rPt0, Point& rPt, FASTBOOL bBigOrtho);
237 SVX_DLLPUBLIC void OrthoDistance4(const Point& rPt0, Point& rPt, FASTBOOL bBigOrtho);
/trunk/main/sd/source/ui/inc/
H A Doptsitem.hxx417 sal_Bool bBigOrtho : 1; // Snap/Position/ExtendEdges member in SdOptionsSnap
441 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()

Completed in 71 milliseconds