Searched refs:nXRes (Results 1 – 5 of 5) sorted by relevance
/trunk/main/extensions/source/scanner/ |
H A D | twain.cxx | 364 long nXRes = FIXTOLONG( aInfo.XResolution ); in ImplXfer() local 371 nXRes = FIXTOLONG( aInfo.XResolution ); 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 420 nXRes = FIXTOLONG( aInfo.XResolution ); in ImplXfer() 424 nWidth = nHeight = nXRes = nYRes = -1L; in ImplXfer() 436 if( ( nXRes != -1 ) && ( nYRes != - 1 ) && ( nWidth != - 1 ) && ( nHeight != - 1 ) ) in ImplXfer() 442 pBIH->biXPelsPerMeter = FRound( fFactor * nXRes ); in ImplXfer()
|
/trunk/main/svtools/source/filter/ |
H A D | filter2.cxx | 654 sal_uLong nXRes; in ImpDetectPNG() local 659 nXRes = nTemp32; in ImpDetectPNG() 670 if ( nXRes ) in ImpDetectPNG()
|
/trunk/main/vcl/inc/vcl/ |
H A D | ppdparser.hxx | 256 String getResolutionCommand( int nXRes, int nYRes ) const;
|
/trunk/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 1543 String PPDParser::getResolutionCommand( int nXRes, int nYRes ) const in getResolutionCommand() argument 1556 if( nX == nXRes && nY == nYRes ) in getResolutionCommand()
|
Completed in 50 milliseconds