Searched refs:_rxProxyConnection (Results 1 – 4 of 4) sorted by relevance
54 void OConnectionWrapper::setDelegation(Reference< XAggregation >& _rxProxyConnection,oslInterlocked… in setDelegation() argument56 OSL_ENSURE(_rxProxyConnection.is(),"OConnectionWrapper: Connection must be valid!"); in setDelegation()58 if (_rxProxyConnection.is()) in setDelegation()61 m_xProxyConnection = _rxProxyConnection; in setDelegation()62 _rxProxyConnection = NULL; in setDelegation()
44 OSharedConnection::OSharedConnection(Reference< XAggregation >& _rxProxyConnection) in DBG_NAME()48 setDelegation(_rxProxyConnection,m_refCount); in DBG_NAME()
90 …ction(::com::sun::star::uno::Reference< ::com::sun::star::uno::XAggregation >& _rxProxyConnection);
57 …:sun::star::uno::Reference< ::com::sun::star::uno::XAggregation >& _rxProxyConnection,oslInterlock…
Completed in 9 milliseconds