Searched refs:bDInch (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/svx/source/svdraw/ |
H A D | svdtrans.cxx | 809 FASTBOOL bDInch=IsInch(eD); in GetMapFactor() local 811 if (bSInch && !bDInch) { aRet.X()*=Fraction(127,5); aRet.Y()*=Fraction(127,5); } in GetMapFactor() 812 if (!bSInch && bDInch) { aRet.X()*=Fraction(5,127); aRet.Y()*=Fraction(5,127); } in GetMapFactor() 821 FASTBOOL bDInch=IsInch(eD); in GetMapFactor() local 823 if (bSInch && !bDInch) { aRet.X()*=Fraction(127,5); aRet.Y()*=Fraction(127,5); } in GetMapFactor() 824 if (!bSInch && bDInch) { aRet.X()*=Fraction(5,127); aRet.Y()*=Fraction(5,127); } in GetMapFactor() 833 FASTBOOL bDInch=IsInch(eD); in GetMapFactor() local 835 if (bSInch && !bDInch) { aRet.X()*=Fraction(127,5); aRet.Y()*=Fraction(127,5); } in GetMapFactor() 836 if (!bSInch && bDInch) { aRet.X()*=Fraction(5,127); aRet.Y()*=Fraction(5,127); } in GetMapFactor() 846 FASTBOOL bDInch=IsInch(eD); in GetMapFactor() local [all …]
|
Completed in 29 milliseconds