Searched refs:nOptPreviewWidth (Results 1 – 1 of 1) sorted by relevance
992 long nOptPreviewWidth = aTabSize.Height() * aJobPageSize.Width() / aJobPageSize.Height(); in PrintDialog() local994 nOptPreviewWidth += 15; in PrintDialog()995 if( aOutSize.Width() - aTabSize.Width() < nOptPreviewWidth ) in PrintDialog()997 aOutSize.Width() = aTabSize.Width() + nOptPreviewWidth; in PrintDialog()
Completed in 27 milliseconds