Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/sw/source/core/layout/
H A Dfly.cxx2773 Size aOrgSize; in GetContour() local
2778 aOrgSize = pOutDev->PixelToLogic( aGrfSize, aDispMap ); in GetContour()
2780 aOrgSize = pOutDev->LogicToLogic( aGrfSize, aGrfMap, aDispMap ); in GetContour()
2782 if ( aOrgSize.Width() && aOrgSize.Height() ) in GetContour()
2784 fScaleX = (double) aOrig.Width() / aOrgSize.Width(); in GetContour()
2785 fScaleY = (double) aOrig.Height() / aOrgSize.Height(); in GetContour()

Completed in 29 milliseconds