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()
69 long nYMul=aSnap.Bottom()-aSnap.Top(); in GetAbsolutePos() local76 if (nYMul!=nYDiv) { in GetAbsolutePos()77 aPt.Y()*=nYMul; in GetAbsolutePos()111 long nYMul=aSnap.Bottom()-aSnap.Top(); in SetAbsolutePos() local113 if (nYMul==0) nYMul=1; in SetAbsolutePos()120 if (nYMul!=nYDiv) { in SetAbsolutePos()122 aPt.Y()/=nYMul; in SetAbsolutePos()
1982 long nYMul=aPnt.Y()-aRef.Y(); in MoveSdrDrag() local1993 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()
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 116 milliseconds