Lines Matching refs:aPaperSize
1456 const Size aPaperSize (rInfo.mpPrinter->GetPaperSize()); in SetupPaperOrientation() local
1458 (aPaperSize.Width() < aPaperSize.Height())) in SetupPaperOrientation()
1461 (aPaperSize.Width() > aPaperSize.Height())) in SetupPaperOrientation()
1464 maPrintSize = awt::Size(aPaperSize.Height(), aPaperSize.Width()); in SetupPaperOrientation()
1469 maPrintSize = awt::Size(aPaperSize.Width(), aPaperSize.Height()); in SetupPaperOrientation()
1727 …Size aPaperSize( rInfo.mpPrinter->PixelToLogic( rInfo.mpPrinter->GetPaperSizePixel(), MapMode( MAP… in PrepareOutline() local
1728 maPrintSize.Width = aPaperSize.Height(); in PrepareOutline()
1729 maPrintSize.Height = aPaperSize.Width(); in PrepareOutline()
1888 const Size aPaperSize (rInfo.mpPrinter->GetPaperSize()); in PrepareHandout() local
1890 (aPaperSize.Width() < aPaperSize.Height())) in PrepareHandout()
1893 (aPaperSize.Width() > aPaperSize.Height())) in PrepareHandout()
1896 maPrintSize = awt::Size(aPaperSize.Height(), aPaperSize.Width()); in PrepareHandout()
1900 maPrintSize = awt::Size(aPaperSize.Width(), aPaperSize.Height()); in PrepareHandout()