Lines Matching refs:m_pInterfaces
171 InterfaceAdapterImpl * m_pInterfaces; member
210 (typelib_TypeDescription *)m_pInterfaces[ nPos ].m_pTypeDescr ); in ~AdapterImpl()
212 delete [] m_pInterfaces; in ~AdapterImpl()
628 that->m_pInterfaces[nPos].m_pTypeDescr; in adapter_dispatch()
634 uno_Interface * pUnoI2 = &that->m_pInterfaces[nPos]; in adapter_dispatch()
686 m_pInterfaces = new InterfaceAdapterImpl[ rTypes.getLength() ]; in AdapterImpl()
690 InterfaceAdapterImpl * pInterface = &m_pInterfaces[nPos]; in AdapterImpl()
705 m_pInterfaces[ n ].m_pTypeDescr ); in AdapterImpl()
707 delete [] m_pInterfaces; in AdapterImpl()
846 m_pInterfaces[ nPos ].m_pTypeDescr)->pWeakRef )) in lookup_adapter()
909 uno_Interface * pUnoI = &that->m_pInterfaces[ 0 ]; in createAdapter()