Home
last modified time | relevance | path

Searched refs:OProxyAggregation (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/comphelper/inc/comphelper/
H A Dproxyaggregation.hxx84 class OProxyAggregation class
98OProxyAggregation( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFa…
99 ~OProxyAggregation();
113 OProxyAggregation( ); // never implemented
114 OProxyAggregation( const OProxyAggregation& ); // never implemented
115 OProxyAggregation& operator=( const OProxyAggregation& ); // never implemented
132 ,private OProxyAggregation
145 using OProxyAggregation::getORB;
/aoo42x/main/comphelper/source/misc/
H A Dproxyaggregation.cxx42 OProxyAggregation::OProxyAggregation( const Reference< XMultiServiceFactory >& _rxORB ) in OProxyAggregation() function in comphelper::OProxyAggregation
48 …void OProxyAggregation::baseAggregateProxyFor( const Reference< XInterface >& _rxComponent, oslInt… in baseAggregateProxyFor()
81 Any SAL_CALL OProxyAggregation::queryAggregation( const Type& _rType ) throw (RuntimeException) in queryAggregation()
87 Sequence< Type > SAL_CALL OProxyAggregation::getTypes( ) throw (RuntimeException) in getTypes()
99 OProxyAggregation::~OProxyAggregation() in ~OProxyAggregation()
115 :OProxyAggregation( _rxORB ) in OComponentProxyAggregationHelper()
146 aReturn = OProxyAggregation::queryAggregation( _rType ); in queryInterface()
151 IMPLEMENT_FORWARD_XTYPEPROVIDER2( OComponentProxyAggregationHelper, BASE, OProxyAggregation ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2() argument

Completed in 22 milliseconds