Home
last modified time | relevance | path

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

/AOO42X/main/extensions/source/scanner/
H A Dsanedlg.cxx427 mrSane.SetOptionValue( mnCurrentOption, in IMPL_LINK()
434 SANE_Value_Type nType = mrSane.GetOptionType( mnCurrentOption ); in IMPL_LINK()
438 mrSane.ActivateButtonOption( mnCurrentOption ); in IMPL_LINK()
443 int nElements = mrSane.GetOptionElements( mnCurrentOption ); in IMPL_LINK()
448 mrSane.GetOptionValue( mnCurrentOption, y ); in IMPL_LINK()
451 aGrid.SetText( mrSane.GetOptionName( 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()
525 if( nOption != -1 && nOption != mnCurrentOption ) in IMPL_LINK()
[all …]
H A Dsanedlg.hxx102 int mnCurrentOption; member in SaneDlg