Searched refs:m_xProxyAggregate (Results 1 – 4 of 4) sorted by relevance
50 m_xProxyAggregate = xFactory->createProxy( _rxComponent ); in baseAggregateProxyFor()52 if ( m_xProxyAggregate.is() ) in baseAggregateProxyFor()53 …m_xProxyAggregate->queryAggregation( cppu::UnoType<decltype(m_xProxyTypeAccess)>::get() ) >>= m_xP… in baseAggregateProxyFor()57 if ( m_xProxyAggregate.is() ) in baseAggregateProxyFor()62 m_xProxyAggregate->setDelegator( _rDelegator ); in baseAggregateProxyFor()70 return m_xProxyAggregate.is() ? m_xProxyAggregate->queryAggregation( _rType ) : Any(); in queryAggregation()77 if ( m_xProxyAggregate.is() ) in getTypes()88 if ( m_xProxyAggregate.is() ) in ~OProxyAggregation()89 m_xProxyAggregate->setDelegator( nullptr ); in ~OProxyAggregation()90 m_xProxyAggregate.clear(); in ~OProxyAggregation()
85 css::uno::Reference< css::uno::XAggregation > m_xProxyAggregate; member in comphelper::OProxyAggregation