Home
last modified time | relevance | path

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

/aoo42x/main/basctl/source/dlged/
H A Ddlged.cxx1323 Size aOutputSz; in Print() local
1326 aOutputSz.Width() = (long)(((double)nBmpSzWidth) * nScaleX); in Print()
1327 aOutputSz.Height() = (long)(((double)nBmpSzHeight) * nScaleX); in Print()
1331 aOutputSz.Width() = (long)(((double)nBmpSzWidth) * nScaleY); in Print()
1332 aOutputSz.Height() = (long)(((double)nBmpSzHeight) * nScaleY); in Print()
1336 (aPaperSz.Width() / 2) - (aOutputSz.Width() / 2), in Print()
1337 (aPaperSz.Height()/ 2) - (aOutputSz.Height() / 2)); in Print()
1342 pPrinter->DrawBitmap( aPosOffs, aOutputSz, aDlg ); in Print()

Completed in 24 milliseconds