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()
69 long nXMul=aSnap.Right()-aSnap.Left(); in GetAbsolutePos() local73 if (nXMul!=nXDiv) { in GetAbsolutePos()74 aPt.X()*=nXMul; in GetAbsolutePos()111 long nXMul=aSnap.Right()-aSnap.Left(); in SetAbsolutePos() local113 if (nXMul==0) nXMul=1; in SetAbsolutePos()117 if (nXMul!=nXDiv) { in SetAbsolutePos()119 aPt.X()/=nXMul; in SetAbsolutePos()
1984 long nXMul=aPnt.X()-aRef.X(); in MoveSdrDrag() local1990 nXMul=-nXMul; in MoveSdrDrag()1999 bool bXNeg=nXMul<0; if (bXNeg) nXMul=-nXMul; 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()2045 nXMul=1; in MoveSdrDrag()2058 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