Searched refs:aFractY (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sc/source/ui/app/ |
H A D | client.cxx | 229 Fraction aFractY = GetScaleHeight(); in ViewChanged() local 231 aFractY *= aVisSize.Height(); in ViewChanged() 232 aVisSize = Size( (long) aFractX, (long) aFractY ); // skaliert fuer Draw-Model in ViewChanged()
|
/aoo41x/main/sd/source/core/ |
H A D | sdpage.cxx | 1905 Fraction aFractY = Fraction(aNewPageSize.Height(), nOldHeight); in ScaleObjects() local 1938 pObj->Resize(aRefPnt, aFractX, aFractY); in ScaleObjects() 1963 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects() 1970 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects() 1978 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects() 2003 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects() 2010 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects() 2018 nFontHeight = long(nFontHeight * (double) aFractY); in ScaleObjects() 2079 sal_uInt32 nNewFontHeight = sal_uInt32((double)nFontHeight * (double)aFractY); in ScaleObjects() 2096 aNewPos.Y() = long((aTopLeft.Y() - GetUppBorder()) * (double)aFractY) + nUpper; in ScaleObjects()
|
/aoo41x/main/filter/source/graphicfilter/ipsd/ |
H A D | ipsd.cxx | 155 Fraction aFractY( 1, mnYResFixed >> 16 ); in ReadPSD() local 156 MapMode aMapMode( MAP_INCH, aEmptyPoint, aFractX, aFractY ); in ReadPSD()
|
/aoo41x/main/svtools/source/filter/jpeg/ |
H A D | jpeg.cxx | 390 Fraction aFractY( 1, ((JPEGCreateBitmapParam*)pParam)->Y_density ); in CreateBitmap() local 391 MapMode aMapMode( nUnit == 1 ? MAP_INCH : MAP_CM, aEmptyPoint, aFractX, aFractY ); in CreateBitmap()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | drawview.cxx | 680 Fraction aFractY( rGrid.GetFldDrawY(), rGrid.GetFldDivisionY() + 1 ); in UpdateUserViewOptions() local 681 SetSnapGridWidth( aFractX, aFractY ); in UpdateUserViewOptions()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | frmview.cxx | 360 …Fraction aFractY(pOptions->GetFldDrawY(), pOptions->GetFldDrawY() / ( pOptions->GetFldDivisionY() … in Update() local 361 SetSnapGridWidth(aFractX, aFractY); in Update()
|
Completed in 71 milliseconds