Lines Matching refs:that
225 binuno_Proxy * that = static_cast< binuno_Proxy * >( pUnoI ); in binuno_proxy_acquire() local
226 if (osl_incrementInterlockedCount( &that->m_nRefCount ) == 1) in binuno_proxy_acquire()
230 that->m_root->m_factory->m_uno_env.get()->pExtEnv; in binuno_proxy_acquire()
234 that->m_oid.pData, in binuno_proxy_acquire()
236 that->m_typeDescr.get() ) ); in binuno_proxy_acquire()
237 OSL_ASSERT( that == static_cast< binuno_Proxy * >( pUnoI ) ); in binuno_proxy_acquire()
244 binuno_Proxy * that = static_cast< binuno_Proxy * >( pUnoI ); in binuno_proxy_release() local
245 if (osl_decrementInterlockedCount( &that->m_nRefCount ) == 0) in binuno_proxy_release()
248 that->m_root->m_factory->m_uno_env.get()->pExtEnv; in binuno_proxy_release()
259 binuno_Proxy * that = static_cast< binuno_Proxy * >( pUnoI ); in binuno_proxy_dispatch() local
269 Any ret( that->m_root->queryInterface( rType ) ); in binuno_proxy_dispatch()
272 that->m_root->m_factory->m_cpp2uno.get() ); in binuno_proxy_dispatch()
281 that->m_root->m_factory->m_cpp2uno.get() ); in binuno_proxy_dispatch()
294 that->m_target.dispatch( pMemberType, pReturn, pArgs, ppException ); in binuno_proxy_dispatch()