Lines Matching refs:_rEvent

670 void DbCellControl::_propertyChanged(const PropertyChangeEvent& _rEvent) throw(RuntimeException)  in _propertyChanged()  argument
674 Reference< XPropertySet > xSourceProps( _rEvent.Source, UNO_QUERY ); in _propertyChanged()
676 if ( _rEvent.PropertyName.equals( FM_PROP_VALUE ) in _propertyChanged()
677 || _rEvent.PropertyName.equals( FM_PROP_STATE ) in _propertyChanged()
678 || _rEvent.PropertyName.equals( FM_PROP_TEXT ) in _propertyChanged()
679 || _rEvent.PropertyName.equals( FM_PROP_EFFECTIVE_VALUE ) in _propertyChanged()
687 else if ( _rEvent.PropertyName.equals( FM_PROP_READONLY ) ) in _propertyChanged()
691 else if ( _rEvent.PropertyName.equals( FM_PROP_ISREADONLY ) ) in _propertyChanged()
694 _rEvent.NewValue >>= bReadOnly; in _propertyChanged()
698 else if ( _rEvent.PropertyName.equals( FM_PROP_ENABLED ) ) in _propertyChanged()
1493 void DbFormattedField::_propertyChanged( const PropertyChangeEvent& _rEvent ) throw( RuntimeExcepti… in _propertyChanged() argument
1495 if (_rEvent.PropertyName.compareTo(FM_PROP_FORMATKEY) == COMPARE_EQUAL) in _propertyChanged()
1497 … sal_Int32 nNewKey = _rEvent.NewValue.hasValue() ? ::comphelper::getINT32(_rEvent.NewValue) : 0; in _propertyChanged()
1508 DbLimitedLengthField::_propertyChanged( _rEvent ); in _propertyChanged()
2473 void DbComboBox::_propertyChanged( const PropertyChangeEvent& _rEvent ) throw( RuntimeException ) in _propertyChanged() argument
2475 if ( _rEvent.PropertyName.equals( FM_PROP_STRINGITEMLIST ) ) in _propertyChanged()
2477 SetList(_rEvent.NewValue); in _propertyChanged()
2481 DbCellControl::_propertyChanged( _rEvent ) ; in _propertyChanged()
2602 void DbListBox::_propertyChanged( const ::com::sun::star::beans::PropertyChangeEvent& _rEvent ) thr… in _propertyChanged() argument
2604 if ( _rEvent.PropertyName.equals( FM_PROP_STRINGITEMLIST ) ) in _propertyChanged()
2606 SetList(_rEvent.NewValue); in _propertyChanged()
2610 DbCellControl::_propertyChanged( _rEvent ) ; in _propertyChanged()
3486 void FmXGridCell::onFocusGained( const awt::FocusEvent& _rEvent ) in onFocusGained() argument
3488 m_aFocusListeners.notifyEach( &awt::XFocusListener::focusGained, _rEvent ); in onFocusGained()
3492 void FmXGridCell::onFocusLost( const awt::FocusEvent& _rEvent ) in onFocusLost() argument
3494 m_aFocusListeners.notifyEach( &awt::XFocusListener::focusLost, _rEvent ); in onFocusLost()
3888 void FmXEditCell::onFocusGained( const awt::FocusEvent& _rEvent ) in onFocusGained() argument
3890 FmXTextCell::onFocusGained( _rEvent ); in onFocusGained()
3895 void FmXEditCell::onFocusLost( const awt::FocusEvent& _rEvent ) in onFocusLost() argument
3897 FmXTextCell::onFocusLost( _rEvent ); in onFocusLost()