Searched refs:_rRefCount (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/comphelper/source/misc/ |
H A D | proxyaggregation.cxx | 48 …aseAggregateProxyFor( const Reference< XInterface >& _rxComponent, oslInterlockedCount& _rRefCount, in baseAggregateProxyFor() argument 68 osl_incrementInterlockedCount( &_rRefCount ); in baseAggregateProxyFor() 76 osl_decrementInterlockedCount( &_rRefCount ); in baseAggregateProxyFor() 123 const Reference< XComponent >& _rxComponent, oslInterlockedCount& _rRefCount, in componentAggregateProxyFor() argument 130 baseAggregateProxyFor( m_xInner.get(), _rRefCount, _rDelegator ); in componentAggregateProxyFor() 133 osl_incrementInterlockedCount( &_rRefCount ); in componentAggregateProxyFor() 138 osl_decrementInterlockedCount( &_rRefCount ); in componentAggregateProxyFor()
|
H A D | accessiblewrapper.cxx | 405 …void OAccessibleContextWrapperHelper::aggregateProxy( oslInterlockedCount& _rRefCount, ::cppu::OWe… in aggregateProxy() argument 410 componentAggregateProxyFor( xInnerComponent, _rRefCount, _rDelegator ); in aggregateProxy() 413 osl_incrementInterlockedCount( &_rRefCount ); in aggregateProxy() 419 osl_decrementInterlockedCount( &_rRefCount ); in aggregateProxy()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | ConnectionWrapper.cxx | 54 …apper::setDelegation(Reference< XAggregation >& _rxProxyConnection,oslInterlockedCount& _rRefCount) in setDelegation() argument 57 osl_incrementInterlockedCount( &_rRefCount ); in setDelegation() 73 osl_decrementInterlockedCount( &_rRefCount ); in setDelegation() 78 ,oslInterlockedCount& _rRefCount) in setDelegation() argument 81 osl_incrementInterlockedCount( &_rRefCount ); in setDelegation() 100 osl_decrementInterlockedCount( &_rRefCount ); in setDelegation()
|
/aoo41x/main/reportdesign/source/core/api/ |
H A D | ReportComponent.cxx | 118 … _xShape,const uno::Reference< report::XReportComponent>& _xTunnel,oslInterlockedCount& _rRefCount) in setShape() argument 120 osl_incrementInterlockedCount( &_rRefCount ); in setShape() 134 osl_decrementInterlockedCount( &_rRefCount ); in setShape()
|
/aoo41x/main/connectivity/inc/connectivity/ |
H A D | ConnectionWrapper.hxx | 57 …erence< ::com::sun::star::uno::XAggregation >& _rxProxyConnection,oslInterlockedCount& _rRefCount); 60 ,oslInterlockedCount& _rRefCount);
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | proxyaggregation.hxx | 104 oslInterlockedCount& _rRefCount, 163 oslInterlockedCount& _rRefCount,
|
H A D | accessiblewrapper.hxx | 189 oslInterlockedCount& _rRefCount,
|
/aoo41x/main/reportdesign/source/core/inc/ |
H A D | ReportComponent.hxx | 80 ,oslInterlockedCount& _rRefCount);
|
Completed in 35 milliseconds