Searched refs:eD (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/svx/source/svdraw/ |
H A D | svdtrans.cxx | 803 FrPair GetMapFactor(MapUnit eS, MapUnit eD) in GetMapFactor() argument 805 if (eS==eD) return FrPair(1,1,1,1); in GetMapFactor() 807 FrPair aD(GetInchOrMM(eD)); in GetMapFactor() 809 FASTBOOL bDInch=IsInch(eD); in GetMapFactor() 819 FrPair aD(GetInchOrMM(eD)); in GetMapFactor() 821 FASTBOOL bDInch=IsInch(eD); in GetMapFactor() 831 FrPair aD(GetInchOrMM(eD)); in GetMapFactor() 833 FASTBOOL bDInch=IsInch(eD); in GetMapFactor() 842 if (eS==eD) return FrPair(1,1,1,1); in GetMapFactor() 844 FrPair aD(GetInchOrMM(eD)); in GetMapFactor() [all …]
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdtrans.hxx | 265 SVX_DLLPUBLIC FrPair GetMapFactor(MapUnit eS, MapUnit eD); 266 FrPair GetMapFactor(MapUnit eS, FieldUnit eD); 267 FrPair GetMapFactor(FieldUnit eS, MapUnit eD); 268 FrPair GetMapFactor(FieldUnit eS, FieldUnit eD);
|
Completed in 11 milliseconds