Home
last modified time | relevance | path

Searched refs:aFractY (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/sd/source/core/
H A Dsdpage.cxx1867 Fraction aFractY = Fraction(aNewPageSize.Height(), nOldHeight); in ScaleObjects() local
1900 pObj->Resize(aRefPnt, aFractX, aFractY); in ScaleObjects()
1925 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects()
1932 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects()
1940 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects()
1965 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects()
1972 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects()
1980 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects()
2041 sal_uInt32 nNewFontHeight = sal_uInt32((double)nFontHeight * (double)aFractY); in ScaleObjects()
2058 aNewPos.Y() = long((aTopLeft.Y() - GetUppBorder()) * (double)aFractY) + nUpper; in ScaleObjects()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx390 Fraction aFractY( 1, ((JPEGCreateBitmapParam*)pParam)->Y_density ); in CreateBitmap() local
391 MapMode aMapMode( nUnit == 1 ? MAP_INCH : MAP_CM, aEmptyPoint, aFractX, aFractY ); in CreateBitmap()
/trunk/main/sc/source/ui/app/
H A Dclient.cxx229 Fraction aFractY = GetScaleHeight(); in ViewChanged() local
231 aFractY *= aVisSize.Height(); in ViewChanged()
232 aVisSize = Size( (long) aFractX, (long) aFractY ); // scale for Draw-Model in ViewChanged()
/trunk/main/sd/source/ui/view/
H A Dfrmview.cxx360 …Fraction aFractY(pOptions->GetFldDrawY(), pOptions->GetFldDrawY() / ( pOptions->GetFldDivisionY() … in Update() local
361 SetSnapGridWidth(aFractX, aFractY); in Update()
/trunk/main/sc/source/ui/view/
H A Ddrawview.cxx680 Fraction aFractY( rGrid.GetFldDrawY(), rGrid.GetFldDivisionY() + 1 ); in UpdateUserViewOptions() local
681 SetSnapGridWidth( aFractX, aFractY ); in UpdateUserViewOptions()
/trunk/main/filter/source/graphicfilter/ipsd/
H A Dipsd.cxx155 Fraction aFractY( 1, mnYResFixed >> 16 ); in ReadPSD() local
156 MapMode aMapMode( MAP_INCH, aEmptyPoint, aFractX, aFractY ); in ReadPSD()

Completed in 47 milliseconds