Lines Matching refs:m_pForwarder
453 m_pForwarder = new PropertyForwarder( *this ); in OPropertySetAggregationHelper()
459 delete m_pForwarder; in ~OPropertySetAggregationHelper()
685 else if ( m_pForwarder->isResponsibleFor( nHandle ) ) in getFastPropertyValue()
991 …OSL_ENSURE( m_pForwarder->isResponsibleFor( _nHandle ), "OPropertySetAggregationHelper::convertFas… in convertFastPropertyValue()
992 if ( m_pForwarder->isResponsibleFor( _nHandle ) ) in convertFastPropertyValue()
1010 …OSL_ENSURE( m_pForwarder->isResponsibleFor( _nHandle ), "OPropertySetAggregationHelper::setFastPro… in setFastPropertyValue_NoBroadcast()
1011 if ( m_pForwarder->isResponsibleFor( _nHandle ) ) in setFastPropertyValue_NoBroadcast()
1012 m_pForwarder->doForward( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
1018 …OSL_ENSURE( !m_pForwarder->isResponsibleFor( _nHandle ), "OPropertySetAggregationHelper::declareFo… in declareForwardedProperty()
1019 m_pForwarder->takeResponsibilityFor( _nHandle ); in declareForwardedProperty()
1037 return m_pForwarder->getCurrentlyForwardedProperty() == _nHandle; in isCurrentlyForwardingProperty()