Searched refs:rXRes (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 1490 int& rXRes, int& rYRes ) const in getResolutionFromString() argument 1494 rXRes = rYRes = 300; in getResolutionFromString() 1501 rXRes = rString.Copy( 0, nPos ).ToInt32(); in getResolutionFromString() 1505 rXRes = rYRes = rString.Copy( 0, nDPIPos ).ToInt32(); in getResolutionFromString() 1509 void PPDParser::getDefaultResolution( int& rXRes, int& rYRes ) const in getDefaultResolution() argument 1513 getResolutionFromString( m_pDefaultResolution->m_aValue, rXRes, rYRes ); in getDefaultResolution() 1517 rXRes = 300; in getDefaultResolution() 1529 void PPDParser::getResolution( int nNr, int& rXRes, int& rYRes ) const in getResolution() argument 1533 getDefaultResolution( rXRes, rYRes ); in getResolution() 1540 rXRes, rYRes ); in getResolution()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | ppdparser.hxx | 253 void getDefaultResolution( int& rXRes, int& rYRes ) const; 255 void getResolution( int, int& rXRes, int& rYRes ) const;
|
Completed in 49 milliseconds