Searched refs:nXMul (Results 1 – 4 of 4) sorted by relevance
116 long nXMul=aTmpRect.Right() -aTmpRect.Left(); in ImpDragCalcRect() local120 FASTBOOL bXNeg=(nXMul<0)!=(nXDiv<0); in ImpDragCalcRect()122 nXMul=Abs(nXMul); in ImpDragCalcRect()126 Fraction aXFact(nXMul,nXDiv); // Fractions zum kuerzen in ImpDragCalcRect()128 nXMul=aXFact.GetNumerator(); in ImpDragCalcRect()135 long nNeed=long(BigInt(nHgt0)*BigInt(nXMul)/BigInt(nXDiv)); in ImpDragCalcRect()148 long nNeed=long(BigInt(nHgt0b)*BigInt(nXMul)/BigInt(nXDiv)); in ImpDragCalcRect()
68 long nXMul=aSnap.Right()-aSnap.Left(); in GetAbsolutePos() local72 if (nXMul!=nXDiv) { in GetAbsolutePos()73 aPt.X()*=nXMul; in GetAbsolutePos()110 long nXMul=aSnap.Right()-aSnap.Left(); in SetAbsolutePos() local112 if (nXMul==0) nXMul=1; in SetAbsolutePos()116 if (nXMul!=nXDiv) { in SetAbsolutePos()118 aPt.X()/=nXMul; in SetAbsolutePos()
1981 long nXMul=aPnt.X()-aRef.X(); in MoveSdrDrag() local1987 nXMul=-nXMul; in MoveSdrDrag()1996 bool bXNeg=nXMul<0; if (bXNeg) nXMul=-nXMul; 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()2042 nXMul=1; in MoveSdrDrag()2055 Fraction aNeuXFact(nXMul,nXDiv); in MoveSdrDrag()
1293 long nXMul=aTmpRect.Right() -aTmpRect.Left(); in ImpDragCalcRect() local1297 FASTBOOL bXNeg=(nXMul<0)!=(nXDiv<0); in ImpDragCalcRect()1299 nXMul=Abs(nXMul); in ImpDragCalcRect()1303 Fraction aXFact(nXMul,nXDiv); // Fractions zum kuerzen in ImpDragCalcRect()1305 nXMul=aXFact.GetNumerator(); in ImpDragCalcRect()1312 long nNeed=long(BigInt(nHgt0)*BigInt(nXMul)/BigInt(nXDiv)); in ImpDragCalcRect()1325 long nNeed=long(BigInt(nHgt0b)*BigInt(nXMul)/BigInt(nXDiv)); in ImpDragCalcRect()
Completed in 44 milliseconds