Lines Matching refs:evt

427 void DlgEdObj::PositionAndSizeChange( const beans::PropertyChangeEvent& evt )  in PositionAndSizeChange()  argument
457 evt.NewValue >>= nValue; in PositionAndSizeChange()
460 if ( evt.PropertyName == DLGED_PROP_POSITIONX ) in PositionAndSizeChange()
467 else if ( evt.PropertyName == DLGED_PROP_POSITIONY ) in PositionAndSizeChange()
474 else if ( evt.PropertyName == DLGED_PROP_WIDTH ) in PositionAndSizeChange()
481 else if ( evt.PropertyName == DLGED_PROP_HEIGHT ) in PositionAndSizeChange()
494 xPSet->setPropertyValue( evt.PropertyName, aNewValue ); in PositionAndSizeChange()
506 void SAL_CALL DlgEdObj::NameChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) thro… in NameChange() argument
510 evt.OldValue >>= aOldName; in NameChange()
514 evt.NewValue >>= aNewName; in NameChange()
599 void DlgEdObj::TabIndexChange( const beans::PropertyChangeEvent& evt ) throw (RuntimeException) in TabIndexChange() argument
633 if ( xPSet.is() && xPSet == Reference< beans::XPropertySet >( evt.Source, UNO_QUERY ) ) in TabIndexChange()
634 evt.OldValue >>= nTabIndex; in TabIndexChange()
652 evt.OldValue >>= nOldTabIndex; in TabIndexChange()
654 evt.NewValue >>= nNewTabIndex; in TabIndexChange()
1237 void SAL_CALL DlgEdObj::_propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt )… in _propertyChange() argument
1254 if ( evt.PropertyName == DLGED_PROP_POSITIONX || evt.PropertyName == DLGED_PROP_POSITIONY || in _propertyChange()
1255 evt.PropertyName == DLGED_PROP_WIDTH || evt.PropertyName == DLGED_PROP_HEIGHT || in _propertyChange()
1256 evt.PropertyName == DLGED_PROP_DECORATION ) in _propertyChange()
1258 PositionAndSizeChange( evt ); in _propertyChange()
1260 if ( evt.PropertyName == DLGED_PROP_DECORATION ) in _propertyChange()
1269 else if ( evt.PropertyName == DLGED_PROP_NAME ) in _propertyChange()
1273 NameChange(evt); in _propertyChange()
1277 else if ( evt.PropertyName == DLGED_PROP_STEP ) in _propertyChange()
1282 else if ( evt.PropertyName == DLGED_PROP_TABINDEX ) in _propertyChange()
1286 TabIndexChange(evt); in _propertyChange()
1470 void DlgEdForm::PositionAndSizeChange( const beans::PropertyChangeEvent& evt ) in PositionAndSizeChange() argument
1492 evt.NewValue >>= nValue; in PositionAndSizeChange()
1495 if ( evt.PropertyName == DLGED_PROP_POSITIONX ) in PositionAndSizeChange()
1500 else if ( evt.PropertyName == DLGED_PROP_POSITIONY ) in PositionAndSizeChange()
1505 else if ( evt.PropertyName == DLGED_PROP_WIDTH ) in PositionAndSizeChange()
1510 else if ( evt.PropertyName == DLGED_PROP_HEIGHT ) in PositionAndSizeChange()
1521 xPSetForm->setPropertyValue( evt.PropertyName, aNewValue ); in PositionAndSizeChange()