Searched refs:OComponentProxyAggregationHelper (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/comphelper/source/misc/ |
| H A D | proxyaggregation.cxx | 113 …OComponentProxyAggregationHelper::OComponentProxyAggregationHelper( const Reference< XMultiService… in OComponentProxyAggregationHelper() function in comphelper::OComponentProxyAggregationHelper 122 void OComponentProxyAggregationHelper::componentAggregateProxyFor( in componentAggregateProxyFor() 142 …Any SAL_CALL OComponentProxyAggregationHelper::queryInterface( const Type& _rType ) throw (Runtime… in queryInterface() 151 IMPLEMENT_FORWARD_XTYPEPROVIDER2( OComponentProxyAggregationHelper, BASE, OProxyAggregation ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2() argument 154 OComponentProxyAggregationHelper::~OComponentProxyAggregationHelper( ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2() 169 …void SAL_CALL OComponentProxyAggregationHelper::disposing( const EventObject& _rSource ) throw (Ru… in disposing() 181 void SAL_CALL OComponentProxyAggregationHelper::dispose() throw( RuntimeException ) in dispose() 204 ,OComponentProxyAggregationHelper( _rxORB, rBHelper ) in OComponentProxyAggregation() 218 …2( OComponentProxyAggregation, OComponentProxyAggregation_CBase, OComponentProxyAggregationHelper ) in IMPLEMENT_FORWARD_XINTERFACE2() argument 226 Sequence< Type > aTypes( OComponentProxyAggregationHelper::getTypes() ); in IMPLEMENT_FORWARD_XINTERFACE2() [all …]
|
| H A D | accessiblewrapper.cxx | 386 :OComponentProxyAggregationHelper( _rxORB, _rBHelper ) in OAccessibleContextWrapperHelper() 434 Any aReturn = OComponentProxyAggregationHelper::queryInterface( _rType ); in queryInterface() 441 …NT_FORWARD_XTYPEPROVIDER2( OAccessibleContextWrapperHelper, OComponentProxyAggregationHelper, OAcc… in IMPLEMENT_FORWARD_XTYPEPROVIDER2() argument 518 OComponentProxyAggregationHelper::dispose(); in dispose() 525 OComponentProxyAggregationHelper::disposing( _rEvent ); in disposing()
|
| /trunk/main/comphelper/inc/comphelper/ |
| H A D | proxyaggregation.hxx | 130 …class COMPHELPER_DLLPUBLIC OComponentProxyAggregationHelper :public ::cppu::ImplHelper1 < com::s… class 154 OComponentProxyAggregationHelper( 158 virtual ~OComponentProxyAggregationHelper( ); 174 …COMPHELPER_DLLPRIVATE OComponentProxyAggregationHelper( ); … 175 …COMPHELPER_DLLPRIVATE OComponentProxyAggregationHelper( const OComponentProxyAggregationHelper& );… 176 …COMPHELPER_DLLPRIVATE OComponentProxyAggregationHelper& operator=( const OComponentProxyAggregatio… 186 ,public OComponentProxyAggregationHelper
|
| H A D | accessiblewrapper.hxx | 145 :private OComponentProxyAggregationHelper
|