Home
last modified time | relevance | path

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

/trunk/main/extensions/source/scanner/
H A Dgrid.cxx62 m_aResetTypeBox( this, SaneResId( GRID_DIALOG_TYPE_BOX ) ), in GridWindow()
65 …sal_uInt16 nPos = m_aResetTypeBox.InsertEntry( String( SaneResId( RESET_TYPE_LINEAR_ASCENDING ) ) … in GridWindow()
66 m_aResetTypeBox.SetEntryData( nPos, (void *)RESET_TYPE_LINEAR_ASCENDING ); in GridWindow()
68 nPos = m_aResetTypeBox.InsertEntry( String( SaneResId( RESET_TYPE_LINEAR_DESCENDING ) ) ); in GridWindow()
69 m_aResetTypeBox.SetEntryData( nPos, (void *)RESET_TYPE_LINEAR_DESCENDING ); in GridWindow()
71 nPos = m_aResetTypeBox.InsertEntry( String( SaneResId( RESET_TYPE_RESET ) ) ); in GridWindow()
72 m_aResetTypeBox.SetEntryData( nPos, (void *)RESET_TYPE_RESET ); in GridWindow()
74 nPos = m_aResetTypeBox.InsertEntry( String( SaneResId( RESET_TYPE_EXPONENTIAL ) ) ); in GridWindow()
75 m_aResetTypeBox.SetEntryData( nPos, (void *)RESET_TYPE_EXPONENTIAL ); in GridWindow()
77 m_aResetTypeBox.SelectEntryPos( 0 ); in GridWindow()
[all …]
H A Dgrid.hxx97 ListBox m_aResetTypeBox; member in GridWindow

Completed in 14 milliseconds