Home
last modified time | relevance | path

Searched refs:nYDiv (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdotxdr.cxx119 long nYDiv=nHgt0; in ImpDragCalcRect() local
121 FASTBOOL bYNeg=(nYMul<0)!=(nYDiv<0); in ImpDragCalcRect()
125 nYDiv=Abs(nYDiv); in ImpDragCalcRect()
127 Fraction aYFact(nYMul,nYDiv); // und zum vergleichen in ImpDragCalcRect()
131 nYDiv=aYFact.GetDenominator(); in ImpDragCalcRect()
140 long nNeed=long(BigInt(nWdt0)*BigInt(nYMul)/BigInt(nYDiv)); in ImpDragCalcRect()
152 if ((bTop || bBtm) && nYDiv!=0) { in ImpDragCalcRect()
154 long nNeed=long(BigInt(nWdt0b)*BigInt(nYMul)/BigInt(nYDiv)); in ImpDragCalcRect()
H A Dsvdglue.cxx71 long nYDiv=10000; in GetAbsolutePos() local
76 if (nYMul!=nYDiv) { in GetAbsolutePos()
78 aPt.Y()/=nYDiv; in GetAbsolutePos()
115 long nYDiv=10000; in SetAbsolutePos() local
120 if (nYMul!=nYDiv) { in SetAbsolutePos()
121 aPt.Y()*=nYDiv; in SetAbsolutePos()
H A Dsvddrgmt.cxx1819 if(!nYDiv) in TakeSdrDragComment()
1820 nYDiv = 1; in TakeSdrDragComment()
1980 long nYDiv=aStart.Y()-aRef.Y(); if (nYDiv==0) nYDiv=1; in MoveSdrDrag() local
1990 if (nYDiv<0) in MoveSdrDrag()
1992 nYDiv=-nYDiv; in MoveSdrDrag()
2010 nXDiv=nYDiv; in MoveSdrDrag()
2015 nYDiv=nXDiv; in MoveSdrDrag()
2027 nXDiv=nYDiv; in MoveSdrDrag()
2034 nYDiv=nXDiv; in MoveSdrDrag()
2050 nYDiv=1; in MoveSdrDrag()
[all …]
H A Dsvdobj.cxx1296 long nYDiv=nHgt0; in ImpDragCalcRect() local
1298 FASTBOOL bYNeg=(nYMul<0)!=(nYDiv<0); in ImpDragCalcRect()
1302 nYDiv=Abs(nYDiv); in ImpDragCalcRect()
1304 Fraction aYFact(nYMul,nYDiv); // und zum vergleichen in ImpDragCalcRect()
1308 nYDiv=aYFact.GetDenominator(); in ImpDragCalcRect()
1317 long nNeed=long(BigInt(nWdt0)*BigInt(nYMul)/BigInt(nYDiv)); in ImpDragCalcRect()
1329 if ((bTop || bBtm) && nYDiv!=0) { in ImpDragCalcRect()
1331 long nNeed=long(BigInt(nWdt0b)*BigInt(nYMul)/BigInt(nYDiv)); in ImpDragCalcRect()

Completed in 46 milliseconds