Lines Matching refs:GetField
416 if ( !GetField() ) in SetUserValue()
420 if ( GetField()->HasFocus() ) in SetUserValue()
422 Selection aSelection = GetField()->GetSelection(); in SetUserValue()
423 GetField()->SetText( aStr ); in SetUserValue()
424 GetField()->SetSelection( aSelection ); in SetUserValue()
427 GetField()->SetText( aStr ); in SetUserValue()
435 if ( !GetField() ) in GetValue()
439 …if ( ImplLongCurrencyGetValue( GetField()->GetText(), nTempValue, GetDecimalDigits(), GetLocaleDat… in GetValue()
455 if ( !GetField() ) in Reformat()
458 if ( !GetField()->GetText().Len() && ImplGetEmptyFieldValue() ) in Reformat()
462 sal_Bool bOK = ImplLongCurrencyReformat( GetField()->GetText(), mnMin, mnMax, in Reformat()
469 GetField()->SetText( aStr ); in Reformat()
545 GetField()->SetText( ImplGetSVEmptyStr() ); in SetEmptyValue()
655 …if ( ImplLongCurrencyProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseTho… in PreNotify()
767 …if ( ImplLongCurrencyProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseTho… in PreNotify()