Home
last modified time | relevance | path

Searched refs:GetOptionByName (Results 1 – 4 of 4) sorted by relevance

/trunk/main/extensions/source/scanner/
H A Dsanedlg.cxx189 nOption = mrSane.GetOptionByName( "resolution" ); in InitFields()
267 nOption = pOptionName ? mrSane.GetOptionByName( pOptionName ) : -1; in InitFields()
524 …int nOption = mrSane.GetOptionByName( ByteString( aOption, osl_getThreadTextEncoding() ).GetBuffer… in IMPL_LINK()
597 int nOption = mrSane.GetOptionByName( "resolution" ); in IMPL_LINK()
708 int nOption = mrSane.GetOptionByName( "preview" ); in AcquirePreview()
1197 int nOption = mrSane.GetOptionByName( aString.GetBuffer() ); in LoadState()
1316 int nOption = mrSane.GetOptionByName( pSaveOptions[i] ); in SaveState()
1380 …if( ! Sane::IsSane() || ! mrSane.IsOpen() || ( nOption = mrSane.GetOptionByName( pOption ) ) == -1… in SetAdjustedNumericalValue()
H A Dsane.cxx348 int Sane::GetOptionByName( const char* rName ) in GetOptionByName() function in Sane
576 if( ( nOption = GetOptionByName( "tl-x" ) ) != -1 && in Start()
580 if( ( nOption = GetOptionByName( "br-x" ) ) != -1 && in Start()
587 if( ( nOption = GetOptionByName( "tl-y" ) ) != -1 && in Start()
591 if( ( nOption = GetOptionByName( "br-y" ) ) != -1 && in Start()
598 if( ( nOption = GetOptionByName( "resolution" ) ) != -1 ) in Start()
H A Dsane.hxx152 int GetOptionByName( const char* );
H A Dscanunx.cxx200 int nOption = m_pHolder->m_aSane.GetOptionByName( "preview" ); in run()

Completed in 15 milliseconds