Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/scanner/
H A Dtwain.cxx364 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 Dscanwin.cxx414 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()
/aoo4110/main/svtools/source/filter/
H A Dfilter2.cxx654 sal_uLong nXRes; in ImpDetectPNG() local
659 nXRes = nTemp32; in ImpDetectPNG()
670 if ( nXRes ) 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() argument
1556 if( nX == nXRes && nY == nYRes ) in getResolutionCommand()

Completed in 50 milliseconds