Home
last modified time | relevance | path

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

/trunk/main/cui/source/customize/
H A Dcfg.cxx5731 sal_Int32 imgNewHeight = 0; in AutoScaleBitmap() local
5744 imgNewHeight = sal_Int32(imgOldHeight / (imgOldWidth / aStandardSize) + 0.5); in AutoScaleBitmap()
5750 imgNewHeight = aStandardSize; in AutoScaleBitmap()
5756 aScaledSize = Size( imgNewWidth, imgNewHeight ); in AutoScaleBitmap()

Completed in 44 milliseconds