Lines Matching refs:evt

470 	void SAL_CALL propertyChange(const PropertyChangeEvent& evt) throw (RuntimeException)   in propertyChange()  argument
477 switch( evt.PropertyHandle ) in propertyChange()
482 …OSL_ENSURE( evt.PropertyName == OUString( RTL_CONSTASCII_USTRINGPARAM("BOOL") ), "PropertySetHelpe… in propertyChange()
488 …OSL_ENSURE( evt.PropertyName == OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ), "PropertySetHelp… in propertyChange()
495 evt.OldValue >>= nOldInt16; in propertyChange()
500 evt.NewValue >>= nOldInt16; in propertyChange()
507 …OSL_ENSURE( evt.PropertyName == OUString( RTL_CONSTASCII_USTRINGPARAM("INT32") ), "PropertySetHelp… in propertyChange()
512 evt.OldValue >>= nOldInt32; in propertyChange()
516 evt.NewValue >>= nOldInt32; in propertyChange()
528 …void SAL_CALL vetoableChange(const PropertyChangeEvent& evt) throw (PropertyVetoException, Runtim… in vetoableChange() argument
535 switch( evt.PropertyHandle ) in vetoableChange()
540 …OSL_ENSURE( evt.PropertyName == OUString( RTL_CONSTASCII_USTRINGPARAM("BOOL") ), "PropertySetHelpe… in vetoableChange()
546 …OSL_ENSURE( evt.PropertyName == OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ), "PropertySetHelp… in vetoableChange()
550 evt.OldValue >>= nOldInt16; in vetoableChange()
555 evt.NewValue >>= nOldInt16; in vetoableChange()
568 …OSL_ENSURE( evt.PropertyName == OUString( RTL_CONSTASCII_USTRINGPARAM("INT32") ), "PropertySetHelp… in vetoableChange()
572 evt.OldValue >>= nOldInt32; in vetoableChange()
576 evt.NewValue >>= nOldInt32; in vetoableChange()
595 const PropertyChangeEvent & evt = evtSeq.getConstArray()[i]; in propertiesChange() local
598 switch( evt.PropertyHandle ) in propertiesChange()
603 …OSL_ENSURE( evt.PropertyName == OUString( RTL_CONSTASCII_USTRINGPARAM("BOOL") ), "PropertySetHelpe… in propertiesChange()
609 …OSL_ENSURE( evt.PropertyName == OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ), "PropertySetHelp… in propertiesChange()
613 evt.OldValue >>= nOldInt16; in propertiesChange()
618 evt.NewValue >>= nOldInt16; in propertiesChange()
625 …OSL_ENSURE( evt.PropertyName == OUString( RTL_CONSTASCII_USTRINGPARAM("INT32") ), "PropertySetHelp… in propertiesChange()
630 evt.OldValue >>= nOldInt32; in propertiesChange()
634 evt.NewValue >>= nOldInt32; in propertiesChange()