Searched refs:rPageHeight (Results 1 – 9 of 9) sorted by relevance
/trunk/main/vcl/os2/source/gdi/ |
H A D | salprn.cxx | 1535 long& rPageWidth, long& rPageHeight ) in GetPageInfo() argument 1556 rPageHeight = aInfo.cy * nYResolution / 1000; in GetPageInfo() 1574 rPageHeight = rOutHeight; in GetPageInfo()
|
/trunk/main/vcl/inc/ |
H A D | salprn.hxx | 89 long& rPageWidth, long& rPageHeight ) = 0;
|
/trunk/main/vcl/unx/headless/ |
H A D | svpprn.hxx | 56 long& rPageWidth, long& rPageHeight );
|
H A D | svpprn.cxx | 667 long& rPageWidth, long& rPageHeight ) in GetPageInfo() argument 697 rPageHeight = height * nDPI / 72; in GetPageInfo()
|
/trunk/main/vcl/inc/win/ |
H A D | salprn.h | 77 long& rPageWidth, long& rPageHeight );
|
/trunk/main/vcl/inc/os2/ |
H A D | salprn.h | 72 long& rPageWidth, long& rPageHeight );
|
/trunk/main/vcl/inc/unx/ |
H A D | salprn.h | 54 long& rPageWidth, long& rPageHeight );
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | salprnpsp.cxx | 781 long& rPageWidth, long& rPageHeight ) in GetPageInfo() argument 811 rPageHeight = height * nDPI / 72; in GetPageInfo()
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salprn.cxx | 1750 long& rPageWidth, long& rPageHeight ) in GetPageInfo() argument 1760 rPageHeight = GetDeviceCaps( hDC, PHYSICALHEIGHT ); in GetPageInfo()
|
Completed in 58 milliseconds