Searched refs:bSInch (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/svx/source/svdraw/ |
H A D | svdtrans.cxx | 808 FASTBOOL bSInch=IsInch(eS); 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() 820 FASTBOOL bSInch=IsInch(eS); 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() 832 FASTBOOL bSInch=IsInch(eS); 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() 845 FASTBOOL bSInch=IsInch(eS); in GetMapFactor() local [all …]
|
Completed in 14 milliseconds