Home
last modified time | relevance | path

Searched refs:aYF (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Dobjembed.cxx229 Fraction aYF( rSize.Height(), aSize.Height() ); in DoDraw() local
234 DoDraw_Impl( pDev, rObjPos, aXF, aYF, rSetup, nAspect ); in DoDraw()
/trunk/main/vcl/source/gdi/
H A Doutmap.cxx972 Fraction aYF = ImplMakeFraction( rNewMapMode.GetScaleY().GetNumerator(), in SetRelativeMapMode() local
996 aYF = ImplMakeFraction( aYF.GetNumerator(), aF.GetNumerator(), in SetRelativeMapMode()
997 aYF.GetDenominator(), aF.GetDenominator() ); in SetRelativeMapMode()
1001 aYF *= Fraction( mnDPIY, 1 ); in SetRelativeMapMode()
1006 aYF *= Fraction( 1, mnDPIY ); in SetRelativeMapMode()
1011 MapMode aNewMapMode( MAP_RELATIVE, Point( -aPt.X(), -aPt.Y() ), aXF, aYF ); in SetRelativeMapMode()

Completed in 30 milliseconds