Searched refs:nYMul (Results 1 – 4 of 4) sorted by relevance
117 long nYMul=aTmpRect.Bottom()-aTmpRect.Top(); in ImpDragCalcRect() local121 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()
70 long nYMul=aSnap.Bottom()-aSnap.Top(); in GetAbsolutePos() local77 if (nYMul!=nYDiv) { in GetAbsolutePos()78 aPt.Y()*=nYMul; in GetAbsolutePos()112 long nYMul=aSnap.Bottom()-aSnap.Top(); in SetAbsolutePos() local114 if (nYMul==0) nYMul=1; in SetAbsolutePos()121 if (nYMul!=nYDiv) { in SetAbsolutePos()123 aPt.Y()/=nYMul; in SetAbsolutePos()
1985 long nYMul=aPnt.Y()-aRef.Y(); in MoveSdrDrag() local1996 nYMul=-nYMul; in MoveSdrDrag()2000 bool bYNeg=nYMul<0; if (bYNeg) nYMul=-nYMul; in MoveSdrDrag()2010 if ((Fraction(nXMul,nXDiv)>Fraction(nYMul,nYDiv)) !=getSdrDragView().IsBigOrtho()) in MoveSdrDrag()2012 nXMul=nYMul; in MoveSdrDrag()2017 nYMul=nXMul; in MoveSdrDrag()2029 nXMul=nYMul; in MoveSdrDrag()2036 nYMul=nXMul; in MoveSdrDrag()2052 nYMul=1; in MoveSdrDrag()2059 Fraction aNeuYFact(nYMul,nYDiv); in MoveSdrDrag()
1294 long nYMul=aTmpRect.Bottom()-aTmpRect.Top(); in ImpDragCalcRect() local1298 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 90 milliseconds