Home
last modified time | relevance | path

Searched refs:fResl (Results 1 – 2 of 2) sorted by relevance

/trunk/main/extensions/source/scanner/
H A Dsane.cxx574 double fTLx, fTLy, fBRx, fBRy, fResl = 0.0; in Start() local
599 GetOptionValue( nOption, fResl ); in Start()
757 if( ! fResl ) in Start()
758 fResl = 300; // if all else fails that's a good guess in Start()
760 nWidthMM = (int)(((double)nWidth / fResl) * 25.4); in Start()
762 nHeightMM = (int)(((double)nHeight / fResl) * 25.4); in Start()
764 …d, %d) mm, resolution is %lg\n", (int)nWidth, (int)nHeight, (int)nWidthMM, (int)nHeightMM, fResl ); in Start()
H A Dsanedlg.cxx705 double fResl = (double)maReslBox.GetValue(); in AcquirePreview() local
736 SetAdjustedNumericalValue( "resolution", fResl ); in AcquirePreview()
737 maReslBox.SetValue( (sal_uLong)fResl ); in AcquirePreview()

Completed in 26 milliseconds