Lines Matching refs:that
619 AdapterImpl * that = in adapter_dispatch() local
625 for ( sal_Int32 nPos = 0; nPos < that->m_nInterfaces; ++nPos ) in adapter_dispatch()
628 that->m_pInterfaces[nPos].m_pTypeDescr; in adapter_dispatch()
634 uno_Interface * pUnoI2 = &that->m_pInterfaces[nPos]; in adapter_dispatch()
657 AdapterImpl * that = in adapter_dispatch() local
661 that->invoke( pMemberType, pReturn, pArgs, ppException ); in adapter_dispatch()
666 that->getValue( pMemberType, pReturn, pArgs, ppException ); in adapter_dispatch()
668 that->setValue( pMemberType, pReturn, pArgs, ppException ); in adapter_dispatch()
833 AdapterImpl * that = reinterpret_cast< AdapterImpl * >( *iPos ); in lookup_adapter() local
841 for ( nPos = that->m_nInterfaces; nPos--; ) in lookup_adapter()
845 ((typelib_TypeDescription *)that-> in lookup_adapter()
856 return that; in lookup_adapter()
873 AdapterImpl * that; in createAdapter() local
877 that = lookup_adapter( in createAdapter()
879 if (0 == that) // no entry in createAdapter()
887 that = lookup_adapter( in createAdapter()
889 if (0 == that) // again no entry in createAdapter()
894 that = pNew; in createAdapter()
898 that->acquire(); in createAdapter()
905 that->acquire(); in createAdapter()
909 uno_Interface * pUnoI = &that->m_pInterfaces[ 0 ]; in createAdapter()
912 that->release(); in createAdapter()