Home
last modified time | relevance | path

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

/aoo41x/main/basctl/source/dlged/
H A Ddlged.cxx1317 double nBmpSzHeight = aBmpSz.Height(); in Print() local
1319 double nScaleY = (nPaperSzHeight / nBmpSzHeight ); in Print()
1322 if( nBmpSzHeight * nScaleX <= nPaperSzHeight ) in Print()
1325 aOutputSz.Height() = (long)(((double)nBmpSzHeight) * nScaleX); in Print()
1330 aOutputSz.Height() = (long)(((double)nBmpSzHeight) * nScaleY); in Print()

Completed in 22 milliseconds