Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx385 mnMaxWidthPt = mnMaxHeightPt = 0; in StartJob()
514 aTrailer.append( (sal_Int32)mnMaxHeightPt ); in EndJob()
652 if( mnHeightPt > mnMaxHeightPt ) in InitPaperSize()
653 mnMaxHeightPt = mnHeightPt; in InitPaperSize()
/trunk/main/vcl/inc/
H A Dprinterjob.hxx63 sal_uInt32 mnMaxHeightPt; member in psp::PrinterJob