Home
last modified time | relevance | path

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

/trunk/main/extensions/source/scanner/
H A Dsanedlg.cxx73 maVectorBox( this, SaneResId( RID_SCAN_NUMERIC_VECTOR_BOX ) ), in SaneDlg()
101 maVectorBox.SetModifyHdl( LINK( this, SaneDlg, ModifyHdl ) ); in SaneDlg()
560 maVectorBox.SetValue( 1 ); in IMPL_LINK()
561 maVectorBox.SetMin( 1 ); in IMPL_LINK()
562 maVectorBox.SetMax( in IMPL_LINK()
564 maVectorBox.Show( sal_True ); in IMPL_LINK()
640 else if( pEdit == &maVectorBox ) in IMPL_LINK()
643 mnCurrentElement = maVectorBox.GetValue()-1; in IMPL_LINK()
792 maVectorBox.Show( sal_False ); in DisableOption()
H A Dsanedlg.hxx88 NumericField maVectorBox; member in SaneDlg

Completed in 20 milliseconds