Lines Matching refs:ComboBox

275         ComboBox* pCombo = dynamic_cast<ComboBox*>(pEdit);  in ImplUpdateSeparators()
951 ComboBox( pParent, nWinStyle ) in NumericBox()
960 ComboBox( WINDOW_NUMERICBOX ) in NumericBox()
964 ComboBox::ImplInit( pParent, nStyle ); in NumericBox()
966 ComboBox::ImplLoadRes( rResId ); in NumericBox()
990 return ComboBox::PreNotify( rNEvt ); in PreNotify()
1005 return ComboBox::Notify( rNEvt ); in Notify()
1012 ComboBox::DataChanged( rDCEvt ); in DataChanged()
1032 ComboBox::Modify(); in Modify()
1057 ComboBox::InsertEntry( CreateFieldText( nValue ), nPos ); in InsertValue()
1064 ComboBox::RemoveEntry( CreateFieldText( nValue ) ); in RemoveValue()
1072 …ImplNumericGetValue( ComboBox::GetEntry( nPos ), nValue, GetDecimalDigits(), ImplGetLocaleDataWrap… in GetValue()
1080 return ComboBox::GetEntryPos( CreateFieldText( nValue ) ); in GetValuePos()
1922 ComboBox( pParent, nWinStyle ) in MetricBox()
1931 ComboBox( WINDOW_METRICBOX ) in MetricBox()
1935 ComboBox::ImplInit( pParent, nStyle ); in MetricBox()
1938 ComboBox::ImplLoadRes( rResId ); in MetricBox()
1961 return ComboBox::PreNotify( rNEvt ); in PreNotify()
1976 return ComboBox::Notify( rNEvt ); in Notify()
1983 ComboBox::DataChanged( rDCEvt ); in DataChanged()
2003 ComboBox::Modify(); in Modify()
2038 ComboBox::InsertEntry( CreateFieldText( nValue ), nPos ); in InsertValue()
2048 ComboBox::RemoveEntry( CreateFieldText( nValue ) ); in RemoveValue()
2056 ImplMetricGetValue( ComboBox::GetEntry( nPos ), nValue, mnBaseValue, in GetValue()
2073 return ComboBox::GetEntryPos( CreateFieldText( nValue ) ); in GetValuePos()
2382 ComboBox( pParent, nWinStyle ) in CurrencyBox()
2391 ComboBox( WINDOW_CURRENCYBOX ) in CurrencyBox()
2395 ComboBox::ImplInit( pParent, nStyle ); in CurrencyBox()
2398 ComboBox::ImplLoadRes( rResId ); in CurrencyBox()
2421 return ComboBox::PreNotify( rNEvt ); in PreNotify()
2436 return ComboBox::Notify( rNEvt ); in Notify()
2443 ComboBox::DataChanged( rDCEvt ); in DataChanged()
2463 ComboBox::Modify(); in Modify()
2487 ComboBox::InsertEntry( CreateFieldText( nValue ), nPos ); in InsertValue()
2494 ComboBox::RemoveEntry( CreateFieldText( nValue ) ); in RemoveValue()
2502 …ImplCurrencyGetValue( ComboBox::GetEntry( nPos ), nValue, GetDecimalDigits(), ImplGetLocaleDataWra… in GetValue()
2510 return ComboBox::GetEntryPos( CreateFieldText( nValue ) ); in GetValuePos()