Home
last modified time | relevance | path

Searched refs:m_xProxyAggregate (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/misc/
H A Dproxyaggregation.cxx50 m_xProxyAggregate = xFactory->createProxy( _rxComponent ); in baseAggregateProxyFor()
52 if ( m_xProxyAggregate.is() ) in baseAggregateProxyFor()
53m_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()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/misc/
H A Dproxyaggregation.cxx50 m_xProxyAggregate = xFactory->createProxy( _rxComponent ); in baseAggregateProxyFor()
52 if ( m_xProxyAggregate.is() ) in baseAggregateProxyFor()
53m_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()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/comphelper/
H A Dproxyaggregation.hxx85 css::uno::Reference< css::uno::XAggregation > m_xProxyAggregate; member in comphelper::OProxyAggregation
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/comphelper/
H A Dproxyaggregation.hxx85 css::uno::Reference< css::uno::XAggregation > m_xProxyAggregate; member in comphelper::OProxyAggregation