Home
last modified time | relevance | path

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

/trunk/main/extensions/source/scanner/
H A Dsanedlg.cxx68 maDeviceBox( this, SaneResId( RID_DEVICE_BOX ) ), in SaneDlg()
94 maDeviceBox.SetSelectHdl( LINK( this, SaneDlg, SelectHdl ) ); in SaneDlg()
152 maDeviceBox.Clear(); in InitDevices()
154 maDeviceBox.InsertEntry( Sane::GetName( i ) ); in InitDevices()
158 maDeviceBox.SelectEntry( Sane::GetName( 0 ) ); in InitDevices()
491 if( pListBox == &maDeviceBox && Sane::IsSane() && Sane::CountDevices() ) in IMPL_LINK()
493 String aNewDevice = maDeviceBox.GetSelectEntry(); in IMPL_LINK()
1249 …aConfig.WriteKey( "SO_LastSANEDevice", ByteString( maDeviceBox.GetSelectEntry(), RTL_TEXTENCODING_… in SaveState()
H A Dsanedlg.hxx82 ListBox maDeviceBox; member in SaneDlg

Completed in 29 milliseconds