Searched refs:eD (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/svx/source/svdraw/ |
| H A D | svdtrans.cxx | 760 FrPair GetMapFactor(MapUnit eS, MapUnit eD) in GetMapFactor() argument 762 if (eS==eD) return FrPair(1,1,1,1); in GetMapFactor() 764 FrPair aD(GetInchOrMM(eD)); in GetMapFactor() 766 FASTBOOL bDInch=IsInch(eD); in GetMapFactor() 773 FrPair GetMapFactor(MapUnit eS, FieldUnit eD) in GetMapFactor() argument 776 FrPair aD(GetInchOrMM(eD)); in GetMapFactor() 778 FASTBOOL bDInch=IsInch(eD); in GetMapFactor() 785 FrPair GetMapFactor(FieldUnit eS, MapUnit eD) in GetMapFactor() argument 788 FrPair aD(GetInchOrMM(eD)); in GetMapFactor() 790 FASTBOOL bDInch=IsInch(eD); in GetMapFactor() [all …]
|
| /trunk/main/svx/inc/svx/ |
| H A D | svdtrans.hxx | 256 SVX_DLLPUBLIC FrPair GetMapFactor(MapUnit eS, MapUnit eD); 257 FrPair GetMapFactor(MapUnit eS, FieldUnit eD); 258 FrPair GetMapFactor(FieldUnit eS, MapUnit eD); 259 FrPair GetMapFactor(FieldUnit eS, FieldUnit eD);
|