Home
last modified time | relevance | path

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

/aoo41x/main/basctl/source/dlged/
H A Ddlged.cxx1321 Size aOutputSz; in Print() local
1324 aOutputSz.Width() = (long)(((double)nBmpSzWidth) * nScaleX); in Print()
1325 aOutputSz.Height() = (long)(((double)nBmpSzHeight) * nScaleX); in Print()
1329 aOutputSz.Width() = (long)(((double)nBmpSzWidth) * nScaleY); in Print()
1330 aOutputSz.Height() = (long)(((double)nBmpSzHeight) * nScaleY); in Print()
1334 (aPaperSz.Width() / 2) - (aOutputSz.Width() / 2), in Print()
1335 (aPaperSz.Height()/ 2) - (aOutputSz.Height() / 2)); in Print()
1340 pPrinter->DrawBitmap( aPosOffs, aOutputSz, aDlg ); in Print()

Completed in 19 milliseconds