Lines Matching refs:beans

61 	uno::Sequence< beans::PropertyChangeEvent > m_aSeq;
68 void append( const beans::PropertyChangeEvent& rEvt ) in append()
71 const uno::Sequence< beans::PropertyChangeEvent >& getEvents() in getEvents()
240 static_cast< beans::XPropertiesChangeNotifier * >(this), in queryInterface()
242 static_cast< beans::XPropertyContainer * >(this), in queryInterface()
243 static_cast< beans::XPropertySetInfoChangeNotifier * >(this), in queryInterface()
260 beans::XPropertiesChangeNotifier,
262 beans::XPropertyContainer,
263 beans::XPropertySetInfoChangeNotifier,
321 = static_cast< beans::XPropertySetInfoChangeNotifier * >( this ); in dispose()
337 = static_cast< beans::XPropertiesChangeNotifier * >( this ); in dispose()
435 const uno::Reference< beans::XPropertiesChangeListener >& Listener ) in addPropertiesChangeListener()
469 const uno::Reference< beans::XPropertiesChangeListener >& Listener ) in removePropertiesChangeListener()
541 throw( beans::PropertyExistException, in addProperty()
542 beans::IllegalTypeException, in addProperty()
561 throw beans::PropertyExistException(); in addProperty()
577 uno::Reference< beans::XPropertyContainer > xContainer( in addProperty()
587 Attributes |= beans::PropertyAttribute::REMOVEABLE; in addProperty()
593 catch ( beans::PropertyExistException const & ) in addProperty()
599 catch ( beans::IllegalTypeException const & ) in addProperty()
624 beans::PropertySetInfoChangeEvent evt( in addProperty()
628 beans::PropertySetInfoChange::PROPERTY_INSERTED ); in addProperty()
638 throw( beans::UnknownPropertyException, in removeProperty()
639 beans::NotRemoveableException, in removeProperty()
651 beans::Property aProp in removeProperty()
654 if ( !( aProp.Attributes & beans::PropertyAttribute::REMOVEABLE ) ) in removeProperty()
657 throw beans::NotRemoveableException(); in removeProperty()
660 catch ( beans::UnknownPropertyException const & ) in removeProperty()
675 uno::Reference< beans::XPropertyContainer > xContainer( in removeProperty()
688 catch ( beans::UnknownPropertyException const & ) in removeProperty()
694 catch ( beans::NotRemoveableException const & ) in removeProperty()
729 beans::PropertySetInfoChangeEvent evt( in removeProperty()
733 beans::PropertySetInfoChange::PROPERTY_REMOVED ); in removeProperty()
748 const uno::Reference< beans::XPropertySetInfoChangeListener >& Listener ) in addPropertySetInfoChangeListener()
763 const uno::Reference< beans::XPropertySetInfoChangeListener >& Listener ) in removePropertySetInfoChangeListener()
853 const uno::Sequence< beans::PropertyChangeEvent >& evt ) const in notifyPropertiesChange()
871 uno::Reference< beans::XPropertiesChangeListener > xListener( in notifyPropertiesChange()
880 const beans::PropertyChangeEvent* pEvents = evt.getConstArray(); in notifyPropertiesChange()
884 const beans::PropertyChangeEvent& rEvent = pEvents[ n ]; in notifyPropertiesChange()
896 beans::XPropertiesChangeListener* pListener = in notifyPropertiesChange()
897 static_cast< beans::XPropertiesChangeListener * >( in notifyPropertiesChange()
920 beans::XPropertiesChangeListener* pListener = in notifyPropertiesChange()
921 static_cast< beans::XPropertiesChangeListener * >( (*it).first ); in notifyPropertiesChange()
939 const beans::PropertySetInfoChangeEvent& evt ) const in notifyPropertySetInfoChange()
949 uno::Reference< beans::XPropertySetInfoChangeListener > in notifyPropertySetInfoChange()
1106 uno::Reference< beans::XPropertySetInfo >
1119 return uno::Reference< beans::XPropertySetInfo >( in getPropertySetInfo()