Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/dialog/
H A D_contdlg.cxx288 Size aOrgSize; in ScaleContour() local
293 aOrgSize = pOutDev->PixelToLogic( aGrfSize, aDispMap ); in ScaleContour()
295 aOrgSize = pOutDev->LogicToLogic( aGrfSize, aGrfMap, aDispMap ); in ScaleContour()
297 if ( aOrgSize.Width() && aOrgSize.Height() ) in ScaleContour()
299 fScaleX = (double) rDisplaySize.Width() / aOrgSize.Width(); in ScaleContour()
300 fScaleY = (double) rDisplaySize.Height() / aOrgSize.Height(); in ScaleContour()
/aoo41x/main/sw/source/core/layout/
H A Dfly.cxx2793 Size aOrgSize; in GetContour() local
2798 aOrgSize = pOutDev->PixelToLogic( aGrfSize, aDispMap ); in GetContour()
2800 aOrgSize = pOutDev->LogicToLogic( aGrfSize, aGrfMap, aDispMap ); in GetContour()
2802 if ( aOrgSize.Width() && aOrgSize.Height() ) in GetContour()
2804 fScaleX = (double) aOrig.Width() / aOrgSize.Width(); in GetContour()
2805 fScaleY = (double) aOrig.Height() / aOrgSize.Height(); in GetContour()

Completed in 30 milliseconds