Lines Matching refs:ref
82 uno::Reference< XContentEventListener > ref( m_sListeners[i],uno::UNO_QUERY ); in notifyChildInserted() local
83 if( ref.is() ) in notifyChildInserted()
84 ref->contentEvent( aEvt ); in notifyChildInserted()
99 uno::Reference< XContentEventListener > ref( m_sListeners[i],uno::UNO_QUERY ); in notifyDeleted() local
100 if( ref.is() ) in notifyDeleted()
101 ref->contentEvent( aEvt ); in notifyDeleted()
128 uno::Reference< XContentEventListener > ref( m_sListeners[i],uno::UNO_QUERY ); in notifyRemoved() local
129 if( ref.is() ) in notifyRemoved()
130 ref->contentEvent( aEvt ); in notifyRemoved()
143 uno::Reference< XContentEventListener > ref( m_sListeners[i],uno::UNO_QUERY ); in notifyExchanged() local
144 if( ref.is() ) in notifyExchanged()
145 ref->contentEvent( aEvt ); in notifyExchanged()
180 uno::Reference< beans::XPropertySetInfoChangeListener > ref( m_sListeners[i],uno::UNO_QUERY ); in notifyPropertyAdded() local
181 if( ref.is() ) in notifyPropertyAdded()
182 ref->propertySetInfoChange( aEvt ); in notifyPropertyAdded()
197 uno::Reference< beans::XPropertySetInfoChangeListener > ref( m_sListeners[i],uno::UNO_QUERY ); in notifyPropertyRemoved() local
198 if( ref.is() ) in notifyPropertyRemoved()
199 ref->propertySetInfoChange( aEvt ); in notifyPropertyRemoved()