Home
last modified time | relevance | path

Searched refs:nYMul (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdotxdr.cxx117 long nYMul=aTmpRect.Bottom()-aTmpRect.Top(); in ImpDragCalcRect() local
121 FASTBOOL bYNeg=(nYMul<0)!=(nYDiv<0); in ImpDragCalcRect()
123 nYMul=Abs(nYMul); in ImpDragCalcRect()
127 Fraction aYFact(nYMul,nYDiv); // und zum vergleichen in ImpDragCalcRect()
129 nYMul=aYFact.GetNumerator(); in ImpDragCalcRect()
140 long nNeed=long(BigInt(nWdt0)*BigInt(nYMul)/BigInt(nYDiv)); in ImpDragCalcRect()
154 long nNeed=long(BigInt(nWdt0b)*BigInt(nYMul)/BigInt(nYDiv)); in ImpDragCalcRect()
H A Dsvdglue.cxx69 long nYMul=aSnap.Bottom()-aSnap.Top(); in GetAbsolutePos() local
76 if (nYMul!=nYDiv) { in GetAbsolutePos()
77 aPt.Y()*=nYMul; in GetAbsolutePos()
111 long nYMul=aSnap.Bottom()-aSnap.Top(); in SetAbsolutePos() local
113 if (nYMul==0) nYMul=1; in SetAbsolutePos()
120 if (nYMul!=nYDiv) { in SetAbsolutePos()
122 aPt.Y()/=nYMul; in SetAbsolutePos()
H A Dsvddrgmt.cxx1982 long nYMul=aPnt.Y()-aRef.Y(); in MoveSdrDrag() local
1993 nYMul=-nYMul; in MoveSdrDrag()
1997 bool bYNeg=nYMul<0; if (bYNeg) nYMul=-nYMul; in MoveSdrDrag()
2007 if ((Fraction(nXMul,nXDiv)>Fraction(nYMul,nYDiv)) !=getSdrDragView().IsBigOrtho()) in MoveSdrDrag()
2009 nXMul=nYMul; in MoveSdrDrag()
2014 nYMul=nXMul; in MoveSdrDrag()
2026 nXMul=nYMul; in MoveSdrDrag()
2033 nYMul=nXMul; in MoveSdrDrag()
2049 nYMul=1; in MoveSdrDrag()
2056 Fraction aNeuYFact(nYMul,nYDiv); in MoveSdrDrag()
H A Dsvdobj.cxx1294 long nYMul=aTmpRect.Bottom()-aTmpRect.Top(); in ImpDragCalcRect() local
1298 FASTBOOL bYNeg=(nYMul<0)!=(nYDiv<0); in ImpDragCalcRect()
1300 nYMul=Abs(nYMul); in ImpDragCalcRect()
1304 Fraction aYFact(nYMul,nYDiv); // und zum vergleichen in ImpDragCalcRect()
1306 nYMul=aYFact.GetNumerator(); in ImpDragCalcRect()
1317 long nNeed=long(BigInt(nWdt0)*BigInt(nYMul)/BigInt(nYDiv)); in ImpDragCalcRect()
1331 long nNeed=long(BigInt(nWdt0b)*BigInt(nYMul)/BigInt(nYDiv)); in ImpDragCalcRect()

Completed in 148 milliseconds