Searched refs:aJobPageSize (Results 1 – 1 of 1) sorted by relevance
986 Size aJobPageSize( getJobPageSize() ); in PrintDialog() local988 if( aJobPageSize.Width() < 1 ) in PrintDialog()989 aJobPageSize.Width() = aTabSize.Width(); in PrintDialog()990 if( aJobPageSize.Height() < 1 ) in PrintDialog()991 aJobPageSize.Height() = aTabSize.Height(); in PrintDialog()992 long nOptPreviewWidth = aTabSize.Height() * aJobPageSize.Width() / aJobPageSize.Height(); in PrintDialog()1994 Size aJobPageSize( getJobPageSize() ); in updateNupFromPages() local1995 bool bPortrait = aJobPageSize.Width() < aJobPageSize.Height(); in updateNupFromPages()
Completed in 28 milliseconds