Searched refs:SetOptionValue (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/extensions/source/scanner/ |
H A D | sane.hxx | 158 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 D | sanedlg.cxx | 427 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 D | sane.cxx | 435 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 D | scanunx.cxx | 202 m_pHolder->m_aSane.SetOptionValue( nOption, (sal_Bool)sal_False ); in run()
|
Completed in 26 milliseconds