| H A D | svdtrans.hxx | 249 class FrPair { class 253 FrPair() : aX(0,1),aY(0,1) {} in FrPair() function in FrPair 254 FrPair(const Fraction& rBoth) : aX(rBoth),aY(rBoth) {} in FrPair() function in FrPair 255 FrPair(const Fraction& rX, const Fraction& rY) : aX(rX),aY(rY) {} in FrPair() function in FrPair 256 FrPair(long nMul, long nDiv) : aX(nMul,nDiv),aY(nMul,nDiv) {} in FrPair() function in FrPair 257 FrPair(long xMul, long xDiv, long yMul, long yDiv): aX(xMul,xDiv),aY(yMul,yDiv) {} in FrPair() function in FrPair 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);
|