Home
last modified time | relevance | path

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

/trunk/main/extensions/source/scanner/
H A Dsanedlg.cxx427 mrSane.SetOptionValue( mnCurrentOption, in IMPL_LINK()
454 mrSane.SetOptionValue( mnCurrentOption, aGrid.getNewYValues() ); in IMPL_LINK()
508 mrSane.SetOptionValue( mnCurrentOption, fValue, mnCurrentElement ); in IMPL_LINK()
512 mrSane.SetOptionValue( mnCurrentOption, maStringRangeBox.GetSelectEntry() ); in IMPL_LINK()
592 mrSane.SetOptionValue( mnCurrentOption, maStringEdit.GetText() ); in IMPL_LINK()
638 mrSane.SetOptionValue( mnCurrentOption, fValue, mnCurrentElement ); in IMPL_LINK()
717 mrSane.SetOptionValue( nOption, (sal_Bool)sal_True ); in AcquirePreview()
1204 mrSane.SetOptionValue( nOption, aBOOL ); in LoadState()
1209 mrSane.SetOptionValue( nOption, String( aValue, osl_getThreadTextEncoding() ) ); in LoadState()
1418 mrSane.SetOptionValue( nOption, fValue, nElement ); in SetAdjustedNumericalValue()
H A Dsane.hxx158 sal_Bool SetOptionValue( int, sal_Bool );
159 sal_Bool SetOptionValue( int, const String& );
160 sal_Bool SetOptionValue( int, double, int nElement = 0 );
161 sal_Bool SetOptionValue( int, double* );
H A Dsane.cxx435 sal_Bool Sane::SetOptionValue( int n, sal_Bool bSet ) in SetOptionValue() function in Sane
446 sal_Bool Sane::SetOptionValue( int n, const String& rSet ) in SetOptionValue() function in Sane
457 sal_Bool Sane::SetOptionValue( int n, double fSet, int nElement ) in SetOptionValue() function in Sane
491 sal_Bool Sane::SetOptionValue( int n, double* pSet ) in SetOptionValue() function in Sane
H A Dscanunx.cxx202 m_pHolder->m_aSane.SetOptionValue( nOption, (sal_Bool)sal_False ); in run()

Completed in 29 milliseconds