Home
last modified time | relevance | path

Searched refs:nXMul (Results 1 – 4 of 4) sorted by path

/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx1981 long nXMul=aPnt.X()-aRef.X(); in MoveSdrDrag() local
1987 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()
H A Dsvdglue.cxx68 long nXMul=aSnap.Right()-aSnap.Left(); in GetAbsolutePos() local
72 if (nXMul!=nXDiv) { in GetAbsolutePos()
73 aPt.X()*=nXMul; in GetAbsolutePos()
110 long nXMul=aSnap.Right()-aSnap.Left(); in SetAbsolutePos() local
112 if (nXMul==0) nXMul=1; in SetAbsolutePos()
116 if (nXMul!=nXDiv) { in SetAbsolutePos()
118 aPt.X()/=nXMul; in SetAbsolutePos()
H A Dsvdobj.cxx1293 long nXMul=aTmpRect.Right() -aTmpRect.Left(); in ImpDragCalcRect() local
1297 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()
H A Dsvdotxdr.cxx116 long nXMul=aTmpRect.Right() -aTmpRect.Left(); in ImpDragCalcRect() local
120 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()

Completed in 58 milliseconds