Searched refs:nYRes (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/extensions/source/scanner/ |
H A D | twain.cxx | 365 long nYRes = FIXTOLONG( aInfo.YResolution ); in ImplXfer() local 372 nYRes = FIXTOLONG( aInfo.YResolution ); in ImplXfer() 375 nWidth = nHeight = nXRes = nYRes = -1L; in ImplXfer() 405 if ( ( nXRes != -1 ) && ( nYRes != - 1 ) && ( nWidth != - 1 ) && ( nHeight != - 1 ) ) in ImplXfer() 407 … const MapMode aMapMode( MAP_100TH_INCH, Point(), Fraction( 100, nXRes ), Fraction( 100, nYRes ) ); in ImplXfer()
|
H A D | scanwin.cxx | 414 long nWidth, nHeight, nXRes, nYRes; in ImplXfer() local 421 nYRes = FIXTOLONG( aInfo.YResolution ); in ImplXfer() 424 nWidth = nHeight = nXRes = nYRes = -1L; in ImplXfer() 436 if( ( nXRes != -1 ) && ( nYRes != - 1 ) && ( nWidth != - 1 ) && ( nHeight != - 1 ) ) in ImplXfer() 443 pBIH->biYPelsPerMeter = FRound( fFactor * nYRes ); in ImplXfer()
|
/aoo4110/main/svtools/source/filter/ |
H A D | filter2.cxx | 655 sal_uLong nYRes; in ImpDetectPNG() local 663 nYRes = nTemp32; in ImpDetectPNG() 674 if ( nYRes ) in ImpDetectPNG()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | ppdparser.hxx | 256 String getResolutionCommand( int nXRes, int nYRes ) const;
|
/aoo4110/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 1543 String PPDParser::getResolutionCommand( int nXRes, int nYRes ) const in getResolutionCommand() 1556 if( nX == nXRes && nY == nYRes ) in getResolutionCommand()
|
Completed in 105 milliseconds