Home
last modified time | relevance | path

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

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

Completed in 40 milliseconds