Searched refs:m_pForwarder (Results 1 – 2 of 2) sorted by relevance
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()[all …]
209 internal::PropertyForwarder* m_pForwarder; member in comphelper::OPropertySetAggregationHelper
Completed in 26 milliseconds