Home
last modified time | relevance | path

Searched refs:nYRes (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/extensions/source/scanner/
H A Dtwain.cxx365 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 Dscanwin.cxx414 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 Dfilter2.cxx655 sal_uLong nYRes; in ImpDetectPNG() local
663 nYRes = nTemp32; in ImpDetectPNG()
674 if ( nYRes ) in ImpDetectPNG()
/aoo4110/main/vcl/inc/vcl/
H A Dppdparser.hxx256 String getResolutionCommand( int nXRes, int nYRes ) const;
/aoo4110/main/vcl/unx/generic/printer/
H A Dppdparser.cxx1543 String PPDParser::getResolutionCommand( int nXRes, int nYRes ) const in getResolutionCommand()
1556 if( nX == nXRes && nY == nYRes ) in getResolutionCommand()

Completed in 36 milliseconds