Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dprintdlg.cxx986 Size aJobPageSize( getJobPageSize() ); in PrintDialog() local
988 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() local
1995 bool bPortrait = aJobPageSize.Width() < aJobPageSize.Height(); in updateNupFromPages()

Completed in 24 milliseconds