Lines Matching refs:ComboBox

994     ComboBox( pParent, nWinStyle )  in PatternBox()
1003 ComboBox( WINDOW_PATTERNBOX ) in PatternBox()
1010 ComboBox::ImplLoadRes( rResId ); in PatternBox()
1036 return ComboBox::PreNotify( rNEvt ); in PreNotify()
1051 return ComboBox::Notify( rNEvt ); in Notify()
1066 ComboBox::Modify(); in Modify()
1090ComboBox::InsertEntry( ImplPatternReformat( rStr, GetEditMask(), GetLiteralMask(), GetFormatFlags(… in InsertString()
1097ComboBox::RemoveEntry( ImplPatternReformat( rStr, GetEditMask(), GetLiteralMask(), GetFormatFlags(… in RemoveString()
1104 …return ImplPatternReformat( ComboBox::GetEntry( nPos ), GetEditMask(), GetLiteralMask(), GetFormat… in GetString()
1111 …return ComboBox::GetEntryPos( ImplPatternReformat( rStr, GetEditMask(), GetLiteralMask(), GetForma… in GetStringPos()
2222 ComboBox( pParent, nWinStyle ) in DateBox()
2232 ComboBox( WINDOW_DATEBOX ) in DateBox()
2236 ComboBox::ImplInit( pParent, nStyle ); in DateBox()
2239 ComboBox::ImplLoadRes( rResId ); in DateBox()
2267 return ComboBox::PreNotify( rNEvt ); in PreNotify()
2274 ComboBox::DataChanged( rDCEvt ); in DataChanged()
2305 return ComboBox::Notify( rNEvt ); in Notify()
2313 ComboBox::Modify(); in Modify()
2343 ComboBox::InsertEntry( ImplGetDateAsText( aDate, GetFieldSettings() ), nPos ); in InsertDate()
2350 ComboBox::RemoveEntry( ImplGetDateAsText( rDate, GetFieldSettings() ) ); in RemoveDate()
2358 …ImplDateGetValue( ComboBox::GetEntry( nPos ), aDate, GetExtDateFormat(sal_True), ImplGetLocaleData… in GetDate()
2371 return ComboBox::GetEntryPos( aStr ); in GetDatePos()
3310 ComboBox( pParent, nWinStyle ) in TimeBox()
3320 ComboBox( WINDOW_TIMEBOX ) in TimeBox()
3324 ComboBox::ImplInit( pParent, nStyle ); in TimeBox()
3327 ComboBox::ImplLoadRes( rResId ); in TimeBox()
3353 return ComboBox::PreNotify( rNEvt ); in PreNotify()
3368 return ComboBox::Notify( rNEvt ); in Notify()
3375 ComboBox::DataChanged( rDCEvt ); in DataChanged()
3390 ComboBox::Modify(); in Modify()
3426 ComboBox::InsertEntry( ImplGetLocaleDataWrapper().getTime( aTime, bSec, b100Sec ), nPos ); in InsertTime()
3439 ComboBox::RemoveEntry( ImplGetLocaleDataWrapper().getTime( rTime, bSec, b100Sec ) ); in RemoveTime()
3447 …ImplTimeGetValue( ComboBox::GetEntry( nPos ), aTime, GetFormat(), IsDuration(), ImplGetLocaleDataW… in GetTime()
3461 return ComboBox::GetEntryPos( ImplGetLocaleDataWrapper().getTime( rTime, bSec, b100Sec ) ); in GetTimePos()