Searched refs:aPrintSize (Results 1 – 2 of 2) sorted by relevance
366 Size aPrintSize = pImpl->mpDefPrinter->GetOutputSize(); in SvxPageDescPage() local380 aPaperSize.Width() - aPrintSize.Width() - aPrintOffset.X() + nOffset ), FUNIT_TWIP); in SvxPageDescPage()385 aPaperSize.Height() - aPrintSize.Height() - aPrintOffset.Y() + nOffset ), FUNIT_TWIP ); in SvxPageDescPage()388 aPrintOffset.X() + aPrintSize.Width() ), FUNIT_TWIP ); in SvxPageDescPage()391 aPrintOffset.X() + aPrintSize.Width() ), FUNIT_TWIP ); in SvxPageDescPage()394 aPrintOffset.Y() + aPrintSize.Height() ), FUNIT_TWIP ); in SvxPageDescPage()397 aPrintOffset.Y() + aPrintSize.Height() ), FUNIT_TWIP ); in SvxPageDescPage()1172 Size aPrintSize = pImpl->mpDefPrinter->GetOutputSize(); in SwapFirstValues_Impl() local1195 aPaperSize.Width() - aPrintSize.Width() - aPrintOffset.X() + nOffset; in SwapFirstValues_Impl()1198 aPaperSize.Height() - aPrintSize.Height() - aPrintOffset.Y() + nOffset; in SwapFirstValues_Impl()
869 const Size aPrintSize (rPrinter.GetOutputSize()); in Print() local881 sal_Int32(aPrintSize.Width() / nPageWidth))); in Print()883 sal_Int32(aPrintSize.Height() / nPageHeight))); in Print()1912 const Size aPrintSize (rInfo.mpPrinter->GetOutputSize()); in PrepareHandout() local1914 const double fHorz = (double) aPrintSize.Width() / aPageSize.Width(); in PrepareHandout()1915 const double fVert = (double) aPrintSize.Height() / aPageSize.Height(); in PrepareHandout()1919 aFract = Fraction(aPrintSize.Width(), aPageSize.Width()); in PrepareHandout()1921 aFract = Fraction(aPrintSize.Height(), aPageSize.Height()); in PrepareHandout()
Completed in 37 milliseconds