Home
last modified time | relevance | path

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

/aoo42x/main/basctl/source/dlged/
H A Ddlged.cxx1319 double nBmpSzHeight = aBmpSz.Height(); in Print() local
1321 double nScaleY = (nPaperSzHeight / nBmpSzHeight ); in Print()
1324 if( nBmpSzHeight * nScaleX <= nPaperSzHeight ) in Print()
1327 aOutputSz.Height() = (long)(((double)nBmpSzHeight) * nScaleX); in Print()
1332 aOutputSz.Height() = (long)(((double)nBmpSzHeight) * nScaleY); in Print()

Completed in 21 milliseconds