| H A D | svdtrans.hxx | 240 class FrPair { class 244 FrPair() : aX(0,1),aY(0,1) {} in FrPair() function in FrPair 245 FrPair(const Fraction& rBoth) : aX(rBoth),aY(rBoth) {} in FrPair() function in FrPair 246 FrPair(const Fraction& rX, const Fraction& rY) : aX(rX),aY(rY) {} in FrPair() function in FrPair 247 FrPair(long nMul, long nDiv) : aX(nMul,nDiv),aY(nMul,nDiv) {} in FrPair() function in FrPair 248 FrPair(long xMul, long xDiv, long yMul, long yDiv): aX(xMul,xDiv),aY(yMul,yDiv) {} in FrPair() function in FrPair 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);
|